aboutsummaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-03-28 13:48:46 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-03-28 13:48:46 +0000
commit5e30defae15005bfd4701ec8f200184503d91476 (patch)
treea31bdd500db718edda5715639f990b67ae28b921 /graphics/png
parentaa151affc1ade563047f4ae3a01560396e494b95 (diff)
downloadports-5e30defae15005bfd4701ec8f200184503d91476.tar.gz
ports-5e30defae15005bfd4701ec8f200184503d91476.zip
Upgrade to 1.0.1
Notes
Notes: svn path=/head/; revision=10343
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile12
-rw-r--r--graphics/png/distinfo2
-rw-r--r--graphics/png/files/patch-aa10
-rw-r--r--graphics/png/pkg-plist2
4 files changed, 14 insertions, 12 deletions
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