pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Compress-Raw-Zlib Updated to version 2.012.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5cf3ae5dd77
branches: trunk
changeset: 544673:a5cf3ae5dd77
user: heinz <heinz%pkgsrc.org@localhost>
date: Thu Jul 17 17:00:24 2008 +0000
description:
Updated to version 2.012.
Pkgsrc changes:
- The package requires at least zlib 1.2.3 (part of NetBSD 4 and up)
now, otherwise there will be complaints (grep for "needs zlib" in Zlib.xs).
- Added comment to explain why patch-aa cannot be integrated upstream.
Changes since version 2.011:
============================
2.012 15 July 2008
* Document the gzip flags that WindowBits can take.
* Allow a dictionary to be used with a raw inflate.
Needs zlib 1.2.2.1 or better.
[RT #36046]
diffstat:
devel/p5-Compress-Raw-Zlib/Makefile | 6 ++++--
devel/p5-Compress-Raw-Zlib/distinfo | 10 +++++-----
devel/p5-Compress-Raw-Zlib/patches/patch-aa | 5 ++++-
3 files changed, 13 insertions(+), 8 deletions(-)
diffs (48 lines):
diff -r aaebded7264f -r a5cf3ae5dd77 devel/p5-Compress-Raw-Zlib/Makefile
--- a/devel/p5-Compress-Raw-Zlib/Makefile Thu Jul 17 16:31:10 2008 +0000
+++ b/devel/p5-Compress-Raw-Zlib/Makefile Thu Jul 17 17:00:24 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2008/05/28 22:10:51 abs Exp $
+# $NetBSD: Makefile,v 1.6 2008/07/17 17:00:24 heinz Exp $
-DISTNAME= Compress-Raw-Zlib-2.011
+DISTNAME= Compress-Raw-Zlib-2.012
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5crz
CATEGORIES= devel perl5
@@ -13,6 +13,8 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
+
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Compress/Raw/Zlib/.packlist
diff -r aaebded7264f -r a5cf3ae5dd77 devel/p5-Compress-Raw-Zlib/distinfo
--- a/devel/p5-Compress-Raw-Zlib/distinfo Thu Jul 17 16:31:10 2008 +0000
+++ b/devel/p5-Compress-Raw-Zlib/distinfo Thu Jul 17 17:00:24 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2008/05/28 22:10:51 abs Exp $
+$NetBSD: distinfo,v 1.5 2008/07/17 17:00:24 heinz Exp $
-SHA1 (Compress-Raw-Zlib-2.011.tar.gz) = 99e1ba1b6c9c26ecff759a25208629cd35b8291d
-RMD160 (Compress-Raw-Zlib-2.011.tar.gz) = 5f8fa19da09e7ae1391a227756f99fc55e23b546
-Size (Compress-Raw-Zlib-2.011.tar.gz) = 207842 bytes
-SHA1 (patch-aa) = f17176f71e68e513fb9a0eb88bcc3ed43ef9b1bf
+SHA1 (Compress-Raw-Zlib-2.012.tar.gz) = 3bb771db299de526749ead5a6f6897d94f74b413
+RMD160 (Compress-Raw-Zlib-2.012.tar.gz) = 1045fe12a57010d53c76bc031bd008a59d4782fd
+Size (Compress-Raw-Zlib-2.012.tar.gz) = 208481 bytes
+SHA1 (patch-aa) = 8e06d2dcb0e0261fe11fd9da8fb55d2f8b64318f
diff -r aaebded7264f -r a5cf3ae5dd77 devel/p5-Compress-Raw-Zlib/patches/patch-aa
--- a/devel/p5-Compress-Raw-Zlib/patches/patch-aa Thu Jul 17 16:31:10 2008 +0000
+++ b/devel/p5-Compress-Raw-Zlib/patches/patch-aa Thu Jul 17 17:00:24 2008 +0000
@@ -1,4 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/02/02 19:08:39 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $
+
+ Record the path to the zlib library in the executable/library.
+ COMPILER_RPATH_FLAG is specific to pkgsrc.
--- Makefile.PL.orig 2006-07-07 16:23:00.000000000 +0000
+++ Makefile.PL
Home |
Main Index |
Thread Index |
Old Index