From b65996dfe797c3e04763a9861cb64808aaabba47 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 2 Mar 1998 19:43:31 +0000 Subject: Upgrade to 0.99e --- graphics/png/Makefile | 13 +++++++------ graphics/png/distinfo | 2 +- graphics/png/files/patch-aa | 14 ++++++++------ graphics/png/pkg-plist | 3 +++ 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 1d59ad07a67f..99e651f37345 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,20 +1,21 @@ # New ports collection makefile for: PNG images library -# Version required: 0.96 +# Version required: 0.99e # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.9 1997/06/24 13:15:47 ache Exp $ +# $Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp $ # -DISTNAME= libpng-0.96 -PKGNAME= png-0.96 +DISTNAME= libpng-0.99e +PKGNAME= png-0.99e CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ -EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.org -MAKEFILE= makefile +MAKEFILE= makefile.std +MAN3= libpng.3 libpngpf.3 +MAN5= png.5 post-install: ${LDCONFIG} -m ${PREFIX}/lib diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 66b78d23b270..3f427ade5b44 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1 +1 @@ -MD5 (libpng-0.96.tgz) = 285eac49f334e8c82a7dad41c2850115 +MD5 (libpng-0.99e.tar.gz) = 3737c79321c35778b0ff373be33dadbe diff --git a/graphics/png/files/patch-aa b/graphics/png/files/patch-aa index 9a5c974053cc..a408834eeb7e 100644 --- a/graphics/png/files/patch-aa +++ b/graphics/png/files/patch-aa @@ -1,5 +1,5 @@ -*** makefile.orig Fri May 16 10:53:30 1997 ---- makefile Tue Dec 16 11:54:05 1997 +*** makefile.std.orig Sat Feb 28 16:00:24 1998 +--- makefile.std Mon Mar 2 22:20:36 1998 *************** *** 5,33 **** # Where the zlib library and include files are located @@ -38,7 +38,7 @@ ! #ZLIBLIB=../zlib ! #ZLIBINC=../zlib -! VER=0.96 +! VER=0.99 ! #CC=cc ! #CFLAGS=-I$(ZLIBINC) -O # -g -DPNG_DEBUG=1 ! LDFLAGS=-L. -lpng -lz -lm -static @@ -84,13 +84,15 @@ clean: rm -f *.o libpng.a pngtest pngout.png ---- 46,54 ---- +--- 46,56 ---- install: libpng.a -@mkdir $(prefix)/include -@mkdir $(prefix)/lib -! ${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP} png.h pngconf.h $(prefix)/include -! ${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP} libpng.a libpng.so.${VER} $(prefix)/lib +! ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} png.h pngconf.h $(prefix)/include +! ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} libpng.a libpng.so.${VER} $(prefix)/lib ! ranlib $(prefix)/lib/libpng.a +! ${INSTALL} -c -m ${MANMODE} -o ${MANOWN} -g ${MANGRP} libpng.3 libpngpf.3 $(prefix)/man/man3 +! ${INSTALL} -c -m ${MANMODE} -o ${MANOWN} -g ${MANGRP} png.5 $(prefix)/man/man5 clean: rm -f *.o libpng.a pngtest pngout.png diff --git a/graphics/png/pkg-plist b/graphics/png/pkg-plist index b3759270e48a..d3a65e21a48e 100644 --- a/graphics/png/pkg-plist +++ b/graphics/png/pkg-plist @@ -4,3 +4,6 @@ lib/libpng.a @exec ranlib %D/%F lib/libpng.so.0.96 @exec /sbin/ldconfig -m %B +man/man3/libpng.3.gz +man/man3/libpngpf.3.gz +man/man5/png.5.gz -- cgit v1.2.3