summaryrefslogtreecommitdiff
path: root/graphics/libungif
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-03-14 18:18:19 +0000
committerwiz <wiz@pkgsrc.org>2002-03-14 18:18:19 +0000
commitee38f290a5e78f7ade97465f950a97fec0895d63 (patch)
tree481333e3445da12e22225266ccbefae77f0b8856 /graphics/libungif
parenta2863be4d4d5018f2302d11c6cc3870d9bb83ad8 (diff)
downloadpkgsrc-ee38f290a5e78f7ade97465f950a97fec0895d63.tar.gz
Update to 4.1.0.1, based on pkg/15607 by Harushi Minami.
Changes are bugfixes and a new gifinfo program.
Diffstat (limited to 'graphics/libungif')
-rw-r--r--graphics/libungif/Makefile5
-rw-r--r--graphics/libungif/PLIST3
-rw-r--r--graphics/libungif/distinfo8
-rw-r--r--graphics/libungif/patches/patch-aa17
-rw-r--r--graphics/libungif/patches/patch-ac55
5 files changed, 8 insertions, 80 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
index 7c6584be9bf..8b4ffd8e623 100644
--- a/graphics/libungif/Makefile
+++ b/graphics/libungif/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2002/03/11 07:51:41 skrll Exp $
+# $NetBSD: Makefile,v 1.20 2002/03/14 18:18:19 wiz Exp $
#
-DISTNAME= libungif-4.1.0
+DISTNAME= libungif-4.1.0b1
+PKGNAME= libungif-4.1.0.1
CATEGORIES= graphics
MASTER_SITES= ftp://prtr-13.ucsc.edu/pub/libungif/
diff --git a/graphics/libungif/PLIST b/graphics/libungif/PLIST
index 325710bb791..96a6660c96b 100644
--- a/graphics/libungif/PLIST
+++ b/graphics/libungif/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:51:55 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/03/14 18:18:20 wiz Exp $
bin/gif2epsn
bin/gif2ps
bin/gif2rgb
@@ -9,6 +9,7 @@ bin/gifcomb
bin/giffix
bin/gifflip
bin/gifhisto
+bin/gifinfo
bin/gifinter
bin/gifinto
bin/gifovly
diff --git a/graphics/libungif/distinfo b/graphics/libungif/distinfo
index f7a43482146..17228e49e41 100644
--- a/graphics/libungif/distinfo
+++ b/graphics/libungif/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.3 2001/05/02 15:51:23 jlam Exp $
+$NetBSD: distinfo,v 1.4 2002/03/14 18:18:20 wiz Exp $
-SHA1 (libungif-4.1.0.tar.gz) = 2473012977b50a6079ba029fbe7ef82283defa4f
-Size (libungif-4.1.0.tar.gz) = 301291 bytes
-SHA1 (patch-aa) = 91d70311d4aa00d4793626c964bbb7507814f7d2
+SHA1 (libungif-4.1.0b1.tar.gz) = 5675aeb4a96ec476929c6d78907b5a689f872b03
+Size (libungif-4.1.0b1.tar.gz) = 351757 bytes
SHA1 (patch-ab) = a93e2fe0a93aacda4566e723e681fd316fe2cb2a
-SHA1 (patch-ac) = c3ae52d7ea47935b76889c54cfac727ade149d01
diff --git a/graphics/libungif/patches/patch-aa b/graphics/libungif/patches/patch-aa
deleted file mode 100644
index 1ea6b8bc18f..00000000000
--- a/graphics/libungif/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2000/07/14 09:52:47 jlam Exp $
-
---- configure.in.orig Tue Jan 19 21:55:27 1999
-+++ configure.in Fri Jul 14 05:47:11 2000
-@@ -16,12 +16,6 @@
- AC_CHECK_LIB(m, pow, [MATH_LIB="${MATH_LIB} -lm"
- COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gifclrmp gifrotat"] )
-
--if test ${MATH_LIB}; then
-- AC_CHECK_LIB(rle, rle_hdr_init, [RLE_LIB="${RLE_LIBS} -lrle -lm"
-- COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gif2rle rle2gif"],
-- ,"-lm" )
--fi
--
- dnl I don't have this on my system. Could someone else configure it and
- dnl check that it works? (Need to change "main" to a function that's in the
- dnl library, check that giflib can be reautoconf'd, configured, and
diff --git a/graphics/libungif/patches/patch-ac b/graphics/libungif/patches/patch-ac
deleted file mode 100644
index 76bf27d4e5c..00000000000
--- a/graphics/libungif/patches/patch-ac
+++ /dev/null
@@ -1,55 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2001/05/02 15:51:24 jlam Exp $
-
---- configure.orig Tue Jan 19 23:32:09 1999
-+++ configure
-@@ -2467,50 +2467,6 @@
- fi
-
-
--if test ${MATH_LIB}; then
-- echo $ac_n "checking for rle_hdr_init in -lrle""... $ac_c" 1>&6
--echo "configure:2473: checking for rle_hdr_init in -lrle" >&5
--ac_lib_var=`echo rle'_'rle_hdr_init | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-lrle "-lm" $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 2481 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char rle_hdr_init();
--
--int main() {
--rle_hdr_init()
--; return 0; }
--EOF
--if { (eval echo configure:2492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- RLE_LIB="${RLE_LIBS} -lrle -lm"
-- COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gif2rle rle2gif"
--else
-- echo "$ac_t""no" 1>&6
--fi
--
--fi
--
- echo $ac_n "checking for main in -lgl_s""... $ac_c" 1>&6
- echo "configure:2516: checking for main in -lgl_s" >&5
- ac_lib_var=`echo gl_s'_'main | sed 'y%./+-%__p_%'`