From dacfd7ab425d09df77043f99ca3bff3fa410226a Mon Sep 17 00:00:00 2001 From: sno Date: Sat, 11 Apr 2009 22:35:29 +0000 Subject: PkgSrc changes: - Updating module to 2.017 Upstream changes: 2.017 28 March 2009 * Added 'LimitOutput' option * Removed MAN3PODS from Makefile.PL * Fixed coring issue when LimitOutput was used. * Documented Compress::Raw::Zlib::zlib_version() * Documented Compress::Raw::Zlib::deflateReset() [RT #40566] --- devel/p5-Compress-Raw-Zlib/patches/patch-aa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'devel/p5-Compress-Raw-Zlib/patches') diff --git a/devel/p5-Compress-Raw-Zlib/patches/patch-aa b/devel/p5-Compress-Raw-Zlib/patches/patch-aa index 83ce31c087e..971995fe543 100644 --- a/devel/p5-Compress-Raw-Zlib/patches/patch-aa +++ b/devel/p5-Compress-Raw-Zlib/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $ +$NetBSD: patch-aa,v 1.3 2009/04/11 22:35:29 sno 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 -@@ -85,7 +85,7 @@ WriteMakefile( +--- Makefile.PL.orig 2009-03-28 23:08:40.000000000 +0000 ++++ Makefile.PL 2009-04-11 21:34:32.000000000 +0000 +@@ -79,7 +79,7 @@ ( $BUILD_ZLIB ? zlib_files($ZLIB_LIB) @@ -13,4 +13,4 @@ $NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $ + : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ]) ), - ( + INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'), -- cgit v1.2.3