From owner-freebsd-ports Wed Oct 31 10: 5: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (sentinel.office1.bg [217.75.129.210]) by hub.freebsd.org (Postfix) with SMTP id 6BB1237B408 for ; Wed, 31 Oct 2001 10:04:30 -0800 (PST) Received: (qmail 74160 invoked by uid 1000); 31 Oct 2001 16:25:13 -0000 Date: Wed, 31 Oct 2001 18:25:13 +0200 From: Peter Pentchev To: John Hildreth Cc: ports@freebsd.org Subject: Re: GD2 has been broken for a while, I cant figure out where Message-ID: <20011031182513.C73971@straylight.oblivion.bg> Mail-Followup-To: John Hildreth , ports@freebsd.org References: <200110311635.f9VGZ6W19004@ns2.slutpuppy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110311635.f9VGZ6W19004@ns2.slutpuppy.org>; from partsman@ns2.slutpuppy.org on Wed, Oct 31, 2001 at 10:35:07AM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 31, 2001 at 10:35:07AM -0600, John Hildreth wrote: > Installing for gd-2.0.1 > ===> gd-2.0.1 depends on shared library: png - found > ===> gd-2.0.1 depends on shared library: jpeg.9 - found > ===> gd-2.0.1 depends on shared library: Xpm.4 - found > mkdir -p /usr/local/include/gd > make LIB=gd LIBDIR="/usr/local/lib" SHLIB_MAJOR=3 SHLIB_MINOR=0 -f bsd.lib.mk install > install -c -o root -g wheel -m 444 libgd.a /usr/local/lib > install -c -o root -g wheel -m 444 libgd_p.a /usr/local/lib > install: libgd_p.a: No such file or directory > *** Error code 71 Can you try the attached patch? G'luck, Peter -- What would this sentence be like if pi were 3? Index: ports/graphics/gd2/files/Makefile.bsd =================================================================== RCS file: /home/ncvs/ports/graphics/gd2/files/Makefile.bsd,v retrieving revision 1.2 diff -u -r1.2 Makefile.bsd --- ports/graphics/gd2/files/Makefile.bsd 30 Oct 2001 14:46:42 -0000 1.2 +++ ports/graphics/gd2/files/Makefile.bsd 31 Oct 2001 16:23:58 -0000 @@ -3,6 +3,7 @@ OBJS!= make -V LIBOBJS -f ${WRKSRC}/Makefile OBJS+= gd_gif_in.o LIB=gd +NOPROFILE=true SHLIB_MAJOR=3 SHLIB_MINOR=0 INCS= gd.h gd_io.h gdcache.h gdfontg.h gdfontl.h gdfontmb.h \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message