From owner-freebsd-ports Sat Jul 31 8:49:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 098D614D2E; Sat, 31 Jul 1999 08:49:48 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id KAA12881; Sat, 31 Jul 1999 10:48:18 -0500 (CDT) Date: Sat, 31 Jul 1999 10:48:17 -0500 (CDT) From: Steve Price To: billf@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: More gd port brokenness (was Re: ports/12892: ports/graphics/gd ...) In-Reply-To: <199907311534.IAA68189@freefall.freebsd.org> 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 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