On Wed, Oct 01, 2008 at 11:43:59PM +0200, Markus Lude wrote:
> On Wed, Oct 01, 2008 at 09:39:36PM +0100, Stuart Henderson wrote:
> > On 2008/10/01 21:09, Christian Weisgerber wrote:
> > > Here's a list of ports that fail to build after the Perl 5.10 update:
> > > 
> > > archivers/p5-IO-Compress-Base
> > 
> > Makefile.PL has
> > 
> > INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'),
> > 
> > so if the Perl version is 5.009 or higher, it installs into perl 
> > (/usr/libdata)
> > rather than site (/usr/local/libdata).
> > 
> > But overriding this definition and forcing it to 'site', we see that it
> > now tries to install to ${P5ARCH} rather than ${P5SITE} ...
> 
> Above looks correct as this also seems now part of perl 5.10.
> 

Yes, correct.

> > > archivers/p5-IO-Compress-Zlib
> > 
> > Warning: prerequisite Compress::Raw::Zlib 2.011 not found. We have 2.008.
> > Warning: prerequisite IO::Compress::Base 2.011 not found. We have 2.008.
> > Warning: prerequisite IO::Uncompress::Base 2.011 not found. We have 2.008.
> > 
> > Same, ${P5ARCH} rather than ${P5SITE} ... not sure whether these
> > should be regenerated or if there's some reason not to.
> 
> Now in base too.
> 
> I don't know if there're problems by going back to the older versions in
> base.
> 

Reading the changelogs doesn't makes me expect problems, diff below to
mark the both coming with 4.5.

Regards,
Simon


Index: p5-IO-Compress-Base/Makefile
===================================================================
RCS file: /cvs/ports/archivers/p5-IO-Compress-Base/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- p5-IO-Compress-Base/Makefile        8 Jul 2008 23:00:21 -0000       1.6
+++ p5-IO-Compress-Base/Makefile        1 Oct 2008 21:51:19 -0000
@@ -1,6 +1,7 @@
 # $OpenBSD: Makefile,v 1.6 2008/07/08 23:00:21 sthen Exp $
 
 COMMENT=       base class for IO::Compress modules
+COMES_WITH=    4.5
 
 MODULES=       cpan
 
Index: p5-IO-Compress-Zlib/Makefile
===================================================================
RCS file: /cvs/ports/archivers/p5-IO-Compress-Zlib/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- p5-IO-Compress-Zlib/Makefile        29 Sep 2008 18:32:12 -0000      1.6
+++ p5-IO-Compress-Zlib/Makefile        1 Oct 2008 21:51:19 -0000
@@ -1,6 +1,7 @@
 # $OpenBSD: Makefile,v 1.6 2008/09/29 18:32:12 simon Exp $
 
 COMMENT=       read and write gzip and zip files/buffers
+COMES_WITH=    4.5
 
 MODULES=       cpan
 

Reply via email to