Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 1999 14:28:21 -0500
From:      Ade Lovett <ade@lovett.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14309: Update graphics/gd to 1.7.5
Message-ID:  <E11bU4T-000Nyk-00@anaconda.lovett.com>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E11bU4T-000Nyk-00>