From owner-freebsd-ports Thu May 18 11:44:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mike.dhis.org (usr3-d39.stk.cwnet.com [209.21.20.135]) by hub.freebsd.org (Postfix) with ESMTP id C1C7C37B7D5; Thu, 18 May 2000 11:44:41 -0700 (PDT) (envelope-from mmuir@es.co.nz) Received: from localhost (localhost [127.0.0.1]) by mike.dhis.org (Postfix) with ESMTP id C33881FA0; Thu, 18 May 2000 11:45:56 -0700 (PDT) Date: Thu, 18 May 2000 11:45:56 -0700 (PDT) From: "Mike C. Muir" X-Sender: mmuir@haus.lan To: ports@freebsd.org Cc: billf@FreeBSD.org Subject: graphics/gd problems? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What happened pretty much speaks for itself: [haus] [/usr/ports/graphics/gd] # make If you want to compile in X support use 'make -DWITH_X11' instead >> gd-1.8.1.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.boutell.com/gd/http/. Receiving gd-1.8.1.tar.gz (274894 bytes): 100% 274894 bytes transferred in 69.6 seconds (3.86 Kbytes/s) ===> Extracting for gd-1.8.1 >> Checksum mismatch for gd-1.8.1.tar.gz. Make sure the Makefile and md5 file (/usr/ports/graphics/gd/files/md5) are up to date. If you are absolutely sure you want to override this "check, type make NO_CHECKSUM=yes [other args]". *** Error code 1 So... [haus] [/usr/ports/graphics/gd] # make NO_CHECKSUM=yes If you want to compile in X support use 'make -DWITH_X11' instead ===> Extracting for gd-1.8.1 If you want to compile in X support use 'make -DWITH_X11' instead ===> gd-1.8.1 depends on shared library: png.3 - found ===> gd-1.8.1 depends on shared library: jpeg.9 - found ===> Patching for gd-1.8.1 ===> Applying FreeBSD patches for gd-1.8.1 patch: **** can't cd to /usr/ports/graphics/gd/work/gd-1.8.1: No such file or directory *** Error code 1 Hmm... [haus] [/usr/ports/graphics/gd] # ls work/ gd-1.8.2 Odd.. I thought that was supposed to be gd-1.8.1.. [haus] [/usr/ports/graphics/gd] # mv work/gd-1.8.2 work/gd-1.8.1 [haus] [/usr/ports/graphics/gd] # make NO_CHECKSUM=yes ===> Patching for gd-1.8.1 ===> Applying FreeBSD patches for gd-1.8.1 3 out of 4 hunks failed--saving rejects to Makefile.rej *** Error code 3 Can't seem to win.. Any suggestions? I had just cvsup'd off cvsup2.freebsd.org so I'm pretty sure its up to date.. -mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message