Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 1999 10:48:17 -0500 (CDT)
From:      Steve Price <sprice@hiwaay.net>
To:        billf@FreeBSD.ORG
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   More gd port brokenness (was Re: ports/12892: ports/graphics/gd ...)
Message-ID:  <Pine.OSF.4.10.9907311043330.627-100000@fly.HiWAAY.net>
In-Reply-To: <199907311534.IAA68189@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
You might also want to look into fixing ports/12889 too.  Attached
is a patch that cleans things up.

-steve

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gd/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	1999/07/24 23:56:41	1.7
+++ Makefile	1999/07/31 13:40:27
@@ -16,7 +16,9 @@
 LIB_DEPENDS=	png.3:${PORTSDIR}/graphics/png
 
 FETCH_BEFORE_ARGS=	-b
-GNU_CONFIGURE=	yes
+USE_LIBTOOL=		yes
+CONFIGURE_ENV+=		CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
+CONFIGURE_ARGS+=	--includedir=${PREFIX}/include/gd
 
 pre-install:
 	${MKDIR} ${PREFIX}/include/gd
Index: pkg/PLIST
===================================================================
RCS file: /home/ncvs/ports/graphics/gd/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- PLIST	1999/07/24 23:56:46	1.4
+++ PLIST	1999/07/31 13:40:12
@@ -13,8 +13,8 @@
 include/gd/gdfonts.h
 include/gd/gdfontt.h
 lib/libgd.a
-lib/libgd.la
-share/examples/gd/demoin.gif
-share/examples/gd/index.html
+lib/libgd.so
+lib/libgd.so.0
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
 @dirrm include/gd
-@dirrm share/examples/gd



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?Pine.OSF.4.10.9907311043330.627-100000>