Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2001 18:25:13 +0200
From:      Peter Pentchev <roam@ringlet.net>
To:        John Hildreth <partsman@ns2.slutpuppy.org>
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>
In-Reply-To: <200110311635.f9VGZ6W19004@ns2.slutpuppy.org>; from partsman@ns2.slutpuppy.org on Wed, Oct 31, 2001 at 10:35:07AM -0600
References:  <200110311635.f9VGZ6W19004@ns2.slutpuppy.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011031182513.C73971>