From 5e30defae15005bfd4701ec8f200184503d91476 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 28 Mar 1998 13:48:46 +0000 Subject: Upgrade to 1.0.1 --- graphics/png/Makefile | 12 +++++++----- graphics/png/distinfo | 2 +- graphics/png/files/patch-aa | 10 +++++----- graphics/png/pkg-plist | 2 +- 4 files changed, 14 insertions(+), 12 deletions(-) (limited to 'graphics/png') diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 99e651f37345..3c1c6fac9fec 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 3f427ade5b44..9d574814d7cf 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 a408834eeb7e..603f34b3d644 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 6803f2bb1f46..85f1a6104efd 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 -- cgit v1.2.3