diff options
author | ache <ache@FreeBSD.org> | 1998-03-28 13:48:46 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-03-28 13:48:46 +0000 |
commit | 5f5a33bed5346f3ac6565141d39be6e164fcc0f6 (patch) | |
tree | a838e18dab0b2c528787200175b525d2f5d994e3 /graphics/png | |
parent | c0327e17bd4f261f89b1176073118e5c2348c893 (diff) | |
download | FreeBSD-ports-5f5a33bed5346f3ac6565141d39be6e164fcc0f6.zip FreeBSD-ports-5f5a33bed5346f3ac6565141d39be6e164fcc0f6.tar.gz |
Upgrade to 1.0.1
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 12 | ||||
-rw-r--r-- | graphics/png/distinfo | 2 | ||||
-rw-r--r-- | graphics/png/files/patch-aa | 10 | ||||
-rw-r--r-- | graphics/png/pkg-plist | 2 |
4 files changed, 14 insertions, 12 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 99e651f..3c1c6fa 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,22 +1,24 @@ # New ports collection makefile for: PNG images library -# Version required: 0.99e +# Version required: 1.0.1 # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp $ +# $Id: Makefile,v 1.11 1998/03/02 19:43:11 ache Exp $ # -DISTNAME= libpng-0.99e -PKGNAME= png-0.99e +DISTNAME= libpng-1.0.1 +PKGNAME= png-1.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ MAINTAINER= ache@FreeBSD.org -MAKEFILE= makefile.std MAN3= libpng.3 libpngpf.3 MAN5= png.5 +do-configure: + cd ${WRKSRC} && cp scripts/makefile.std Makefile + post-install: ${LDCONFIG} -m ${PREFIX}/lib diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 3f427ad..9d57481 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1 +1 @@ -MD5 (libpng-0.99e.tar.gz) = 3737c79321c35778b0ff373be33dadbe +MD5 (libpng-1.0.1.tar.gz) = 7dd031b93f0a9b99bd5fdccb38e270cb diff --git a/graphics/png/files/patch-aa b/graphics/png/files/patch-aa index a408834..603f34b 100644 --- a/graphics/png/files/patch-aa +++ b/graphics/png/files/patch-aa @@ -1,5 +1,5 @@ -*** makefile.std.orig Sat Feb 28 16:00:24 1998 ---- makefile.std Mon Mar 2 22:20:36 1998 +*** scripts/makefile.std.orig Sat Mar 7 23:12:04 1998 +--- scripts/makefile.std Sat Mar 28 16:39:42 1998 *************** *** 5,33 **** # Where the zlib library and include files are located @@ -29,7 +29,7 @@ $(RANLIB) $@ pngtest: pngtest.o libpng.a - $(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS) + $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) --- 5,42 ---- # Where the zlib library and include files are located @@ -38,7 +38,7 @@ ! #ZLIBLIB=../zlib ! #ZLIBINC=../zlib -! VER=0.99 +! VER=2.1 ! #CC=cc ! #CFLAGS=-I$(ZLIBINC) -O # -g -DPNG_DEBUG=1 ! LDFLAGS=-L. -lpng -lz -lm -static @@ -68,7 +68,7 @@ + ${CC} -shared -Wl,-x -Wl,-assert -Wl,pure-text -o $@ $(OBJS:S/o$/so/g) -lz -lm + pngtest: pngtest.o libpng.a - $(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS) + $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) *************** *** 37,48 **** diff --git a/graphics/png/pkg-plist b/graphics/png/pkg-plist index 6803f2b..85f1a61 100644 --- a/graphics/png/pkg-plist +++ b/graphics/png/pkg-plist @@ -2,7 +2,7 @@ include/png.h include/pngconf.h lib/libpng.a @exec ranlib %D/%F -lib/libpng.so.0.99 +lib/libpng.so.2.1 @exec /sbin/ldconfig -m %B man/man3/libpng.3.gz man/man3/libpngpf.3.gz |