From 445eac767cf69eb8a1cefd63e176ca896d7f5150 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 28 Oct 1999 09:22:54 +0000 Subject: Upgrade to version 1.2.2. Changes since version 1.1.1: * Fixed a bug in configure that was preventing it from finding the png library properly. * Fixed a brown-paper-bag bug -- web2png ignored directory arguments. * Added capability to handle BACKGROUND tags and http URLs. Thanks to Rob Reid . --- graphics/gif2png/Makefile | 4 ++-- graphics/gif2png/files/md5 | 4 ++-- graphics/gif2png/files/patch-sum | 7 +++++-- graphics/gif2png/patches/patch-aa | 13 ------------- 4 files changed, 9 insertions(+), 19 deletions(-) delete mode 100644 graphics/gif2png/patches/patch-aa (limited to 'graphics/gif2png') diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 9865c5e2706..208c0aa13c0 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/10/28 09:22:54 agc Exp $ # -DISTNAME= gif2png-1.1.1 +DISTNAME= gif2png-1.2.2 CATEGORIES= graphics converters MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ \ ${MASTER_SITE_SUNSITE:=apps/graphics/convert/} diff --git a/graphics/gif2png/files/md5 b/graphics/gif2png/files/md5 index f928264f6f6..68c31e6e02c 100644 --- a/graphics/gif2png/files/md5 +++ b/graphics/gif2png/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ +$NetBSD: md5,v 1.2 1999/10/28 09:22:54 agc Exp $ -MD5 (gif2png-1.1.1.tar.gz) = 9a0b5ee28d8295845cbf51d78b056ca8 +MD5 (gif2png-1.2.2.tar.gz) = c08d58593abc52018ff97377a2bbe3c0 diff --git a/graphics/gif2png/files/patch-sum b/graphics/gif2png/files/patch-sum index f167e1b13b0..b572d6f0d8e 100644 --- a/graphics/gif2png/files/patch-sum +++ b/graphics/gif2png/files/patch-sum @@ -1,3 +1,6 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ +$NetBSD: patch-sum,v 1.2 1999/10/28 09:22:54 agc Exp $ -MD5 (patch-aa) = 4e558bd3611d78f4659e73bf1907f186 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/graphics/gif2png/patches/patch-aa b/graphics/gif2png/patches/patch-aa deleted file mode 100644 index 39a969d6d27..00000000000 --- a/graphics/gif2png/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/10/16 15:01:49 rh Exp $ - ---- configure.orig Thu Oct 14 17:47:15 1999 -+++ configure Sat Oct 16 16:23:59 1999 -@@ -1375,7 +1375,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpng $LIBS" -+LIBS="-lpng -lm $LIBS" - cat > conftest.$ac_ext <