Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2009 15:14:50 GMT
From:      Sergey Skvortsov <skv@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jadawin@FreeBSD.org
Subject:   ports/132130: [PATCH] archivers/p5-Compress-Zlib: unbreak on perl 5.10
Message-ID:  <200902261514.n1QFEoMl036711@freefall.freebsd.org>
Resent-Message-ID: <200902261520.n1QFK3l7036822@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132130
>Category:       ports
>Synopsis:       [PATCH] archivers/p5-Compress-Zlib: unbreak on perl 5.10
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 26 15:20:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD protey.ru 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Jan  1 18:06:58 UTC
>Description:
[DESCRIBE CHANGES]

Port maintainer (jadawin@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Compress-Zlib-2.015.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/archivers/p5-Compress-Zlib/Makefile,v
retrieving revision 1.59
diff -u -u -r1.59 Makefile
--- Makefile	4 Sep 2008 15:33:03 -0000	1.59
+++ Makefile	26 Feb 2009 15:11:35 -0000
@@ -28,4 +28,7 @@
 RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
+
 .include <bsd.port.post.mk>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/archivers/p5-Compress-Zlib/pkg-plist,v
retrieving revision 1.9
diff -u -u -r1.9 pkg-plist
--- pkg-plist	2 Dec 2006 14:05:24 -0000	1.9
+++ pkg-plist	26 Feb 2009 15:11:35 -0000
@@ -1,8 +1,8 @@
 %%SITE_PERL%%/Compress/Zlib.pm
 %%SITE_PERL%%/auto/Compress/Zlib/autosplit.ix
-%%SITE_PERL%%/mach/auto/Compress/Zlib/.packlist
-@dirrm %%SITE_PERL%%/mach/auto/Compress/Zlib
-@dirrmtry %%SITE_PERL%%/mach/auto/Compress
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress
 @dirrmtry %%SITE_PERL%%/auto/Compress/Zlib
 @dirrmtry %%SITE_PERL%%/auto/Compress
 @dirrmtry %%SITE_PERL%%/Compress
--- p5-Compress-Zlib-2.015.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902261514.n1QFEoMl036711>