From owner-freebsd-ports Wed Oct 13 12:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DE7C14D70 for ; Wed, 13 Oct 1999 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA79020; Wed, 13 Oct 1999 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 670B514BED for ; Wed, 13 Oct 1999 12:28:25 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.03 #1) id 11bU4T-000Nyk-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 13 Oct 1999 14:28:21 -0500 Message-Id: Date: Wed, 13 Oct 1999 14:28:21 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14309: Update graphics/gd to 1.7.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14309 >Category: ports >Synopsis: Update graphics/gd to 1.7.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 13 12:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.3-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Update graphics/gd to 1.7.5 This supersedes ports/14261 which should be closed. >How-To-Repeat: N/A >Fix: Apply following patch. Author has bumped shared library version from .0 to .2 which may have ramifications for other dependant ports. Version: 1.6.3 -> 1.7.5 Changes: Makefile files/md5 pkg/PLIST Adds: NONE Removes: patches/patch-ab cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gd/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1999/10/07 17:36:44 1.13 +++ Makefile 1999/10/13 19:21:16 @@ -1,12 +1,12 @@ # New ports collection makefile for: gd -# Version required: 1.6.3 +# Version required: 1.7.5 # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # # $FreeBSD: ports/graphics/gd/Makefile,v 1.13 1999/10/07 17:36:44 fenner Exp $ # -DISTNAME= gd-1.6.3 +DISTNAME= gd-1.7.5 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ @@ -15,12 +15,12 @@ FETCH_BEFORE_ARGS= -b USE_LIBTOOL= yes -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \ - --libdir=${PREFIX}/lib +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --includedir=${PREFIX}/include/gd -pre-install: - ${MKDIR} ${PREFIX}/include/gd - ${MKDIR} ${PREFIX}/share/examples/gd +pre-configure: + ${RM} ${WRKSRC}/config.cache .include cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/graphics/gd/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1999/09/04 23:36:48 1.6 +++ md5 1999/10/13 19:00:40 @@ -1 +1 @@ -MD5 (gd-1.6.3.tar.gz) = 519bfbb55e3b315dd3d5a37ab56c2d84 +MD5 (gd-1.7.5.tar.gz) = ebe807e65b4cacb280f8b0998d32e599 cvs diff: Diffing patches Index: patches/patch-ab =================================================================== RCS file: /home/ncvs/ports/graphics/gd/patches/patch-ab,v retrieving revision 1.1 diff -u -r1.1 patch-ab --- patch-ab 1999/07/24 23:56:45 1.1 +++ patch-ab 1999/10/13 19:02:42 @@ -1,20 +0,0 @@ ---- Makefile.in.old Sat Jul 24 14:37:54 1999 -+++ Makefile.in Sat Jul 24 14:40:09 1999 -@@ -88,7 +88,7 @@ - libgd_la_SOURCES = gd.c gd_io.c gd_io_file.c gd_io_dp.c gd_io_ss.c gd_png.c gd_ss.c gd_gd.c gd_gd2.c gdfontt.c gdfonts.c gdfontmb.c gdfontl.c gdfontg.c gdttf.c gdcache.c gd.h gdcache.h gdfontl.h gdfonts.h gd_io.h gdfontg.h gdfontmb.h gdfontt.h - - --libgd_la_LIBADD = @LIBS@ -lm -+libgd_la_LIBADD = @LIBS@ -lm -L$(libdir) -lpng - - bin_PROGRAMS = pngtogd pngtogd2 gdtopng gd2topng gd2copypal gdparttopng webpng - -@@ -138,7 +138,7 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - - --DEFS = @DEFS@ -I. -I$(srcdir) -+DEFS = @DEFS@ -I. -I$(srcdir) -I$(includedir) - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ cvs diff: Diffing pkg Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/graphics/gd/pkg/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- PLIST 1999/08/01 02:43:16 1.5 +++ PLIST 1999/10/13 19:20:23 @@ -14,7 +14,7 @@ include/gd/gdfontt.h lib/libgd.a lib/libgd.so -lib/libgd.so.0 +lib/libgd.so.2 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm include/gd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message