summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authoradam <adam>2008-09-08 08:59:22 +0000
committeradam <adam>2008-09-08 08:59:22 +0000
commit9f45d7075a52d462bc3cd757a70cec4520525135 (patch)
treed9d0ec1c721b82c39dbe370d5cececa925290235 /archivers
parent55738c1dbea034616d8ec570d18a34dc2175512e (diff)
downloadpkgsrc-9f45d7075a52d462bc3cd757a70cec4520525135.tar.gz
Changes 2.1:
Bug fixes: - On some platforms configure didn't add -lm flag; fixed. New features: -- Configure was updated to use GNU autotools version 1.5.14.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/szip/Makefile8
-rw-r--r--archivers/szip/distinfo10
-rw-r--r--archivers/szip/patches/patch-aa12
3 files changed, 15 insertions, 15 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile
index 0d98490288c..a3bce96fcbf 100644
--- a/archivers/szip/Makefile
+++ b/archivers/szip/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:05 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/08 08:59:22 adam Exp $
-DISTNAME= szip-2.0
+DISTNAME= szip-2.1
CATEGORIES= archivers
-MASTER_SITES= ftp://ftp.hdfgroup.org/lib-external/szip/2.0/src/
+MASTER_SITES= ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
@@ -20,7 +20,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
+CONFIGURE_ARGS+= --prefix=${PREFIX}
INSTALLATION_DIRS= include lib
diff --git a/archivers/szip/distinfo b/archivers/szip/distinfo
index 2768bbdb318..df884d4b96c 100644
--- a/archivers/szip/distinfo
+++ b/archivers/szip/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2007/06/05 05:59:23 wiz Exp $
+$NetBSD: distinfo,v 1.6 2008/09/08 08:59:22 adam Exp $
-SHA1 (szip-2.0.tar.gz) = 6d811c3a75b86e3dded2b849058a1f368aebd60e
-RMD160 (szip-2.0.tar.gz) = 4ab7780bc00efa39d071ac2ef92580dcd02dae6e
-Size (szip-2.0.tar.gz) = 368913 bytes
-SHA1 (patch-aa) = c1a2a539bc2da6d19e0e338796c9ffae4e360de9
+SHA1 (szip-2.1.tar.gz) = 749181f2333937c8321b5f61616b1ad9b1d4bf01
+RMD160 (szip-2.1.tar.gz) = 8a0829741375e4d79d7ebc6ba291b3ab7d0cd7ed
+Size (szip-2.1.tar.gz) = 395758 bytes
+SHA1 (patch-aa) = 5ce7e2507ca8731fe06145c1334f031ee24277dc
diff --git a/archivers/szip/patches/patch-aa b/archivers/szip/patches/patch-aa
index d62fc6545ca..b1137dfc485 100644
--- a/archivers/szip/patches/patch-aa
+++ b/archivers/szip/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2005/10/03 20:31:26 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2008/09/08 08:59:22 adam Exp $
---- examples/Makefile.in.orig 2005-07-22 15:00:42.000000000 +0000
+--- examples/Makefile.in.orig 2007-05-14 22:51:22.000000000 +0200
+++ examples/Makefile.in
-@@ -144,7 +144,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(t
- noinst_PROGRAMS = burst_szip example
-
+@@ -175,7 +175,7 @@ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test
burst_szip_SOURCES = burst_szip.c
-burst_szip_LDADD = ../test/libmcgill.la ../src/libsz.la
+burst_szip_LDADD = ../test/libmcgill.la ../src/libsz.la -lm
burst_szip_DEPENDENCIES = ../test/libmcgill.la ../src/libsz.la
-
example_SOURCES = example.c
+ example_LDADD = ../src/libsz.la