summaryrefslogtreecommitdiff
path: root/graphics/gif2png
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-10-28 09:22:54 +0000
committeragc <agc@pkgsrc.org>1999-10-28 09:22:54 +0000
commit445eac767cf69eb8a1cefd63e176ca896d7f5150 (patch)
tree82f18f7e195542fd36aa75f0398b8f7ce330d2bd /graphics/gif2png
parent0c067208cf342ac7a5ba2134b202c4fdffb61223 (diff)
downloadpkgsrc-445eac767cf69eb8a1cefd63e176ca896d7f5150.tar.gz
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 <reid@astro.utoronto.ca>.
Diffstat (limited to 'graphics/gif2png')
-rw-r--r--graphics/gif2png/Makefile4
-rw-r--r--graphics/gif2png/files/md54
-rw-r--r--graphics/gif2png/files/patch-sum7
-rw-r--r--graphics/gif2png/patches/patch-aa13
4 files changed, 9 insertions, 19 deletions
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 <<EOF
- #line 1381 "configure"
- #include "confdefs.h"