From skv@FreeBSD.org  Thu Feb 26 15:14:50 2009
Return-Path: <skv@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8C25310656C8;
	Thu, 26 Feb 2009 15:14:50 +0000 (UTC)
	(envelope-from skv@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 7B5218FC0A;
	Thu, 26 Feb 2009 15:14:50 +0000 (UTC)
	(envelope-from skv@FreeBSD.org)
Received: from freefall.freebsd.org (skv@localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1QFEoa0036712;
	Thu, 26 Feb 2009 15:14:50 GMT
	(envelope-from skv@freefall.freebsd.org)
Received: (from skv@localhost)
	by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1QFEoMl036711;
	Thu, 26 Feb 2009 15:14:50 GMT
	(envelope-from skv)
Message-Id: <200902261514.n1QFEoMl036711@freefall.freebsd.org>
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: [PATCH] archivers/p5-Compress-Zlib: unbreak on perl 5.10
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         132130
>Category:       ports
>Synopsis:       [PATCH] archivers/p5-Compress-Zlib: unbreak on perl 5.10
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 26 15:20:03 UTC 2009
>Closed-Date:    Fri Feb 27 10:33:13 UTC 2009
>Last-Modified:  Fri Feb 27 10:40:01 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->jadawin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 26 15:20:19 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132130 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Fri Feb 27 10:33:08 UTC 2009 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132130 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132130: commit references a PR
Date: Fri, 27 Feb 2009 10:33:12 +0000 (UTC)

 skv         2009-02-27 10:32:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/p5-Compress-Zlib Makefile pkg-plist 
   Log:
   Unbreak build on perl 5.10
   
   PR:             ports/132130
   Submitted by:   skv
   Approved by:    maintainer (jadawin)
   
   Revision  Changes    Path
   1.60      +3 -0      ports/archivers/p5-Compress-Zlib/Makefile
   1.10      +3 -3      ports/archivers/p5-Compress-Zlib/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
