tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lang/php53 and pbulk



Hello,
since the last security pullup to 2013Q2, lang/php53 doesn't build any more
with pbulk (it seems to build fine in a manual build). The reason is that
at some point the php54 version is used instead of the php53 one,
as can be seen in 
http://nyftp.netbsd.org/pub/pkgsrc/packages/reports/2013Q2/NetBSD-5.1-x86_64/20130828.0632/php-5.3.27nb2/checksum.log

The attached patch fixes the issue. I guess it's needed because pbulk
iterates over allowed php versions.
Any idea if it's the right fix, or how to fix it properly ?

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--
Index: Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/lang/php53/Makefile.common,v
retrieving revision 1.26.2.2
diff -u -r1.26.2.2 Makefile.common
--- Makefile.common     25 Aug 2013 16:56:44 -0000      1.26.2.2
+++ Makefile.common     30 Aug 2013 20:34:15 -0000
@@ -12,6 +12,7 @@
 # distnfo with the details of the suhosin patch as well.
 
 PHP_VERSION_REQD=      53
+PHP_VERSIONS_ACCEPTED= 53
 PHP_BASE_VERS=         ${PHP53_VERSION}
 PHP_CHECK_INSTALLED=   No
 


Home | Main Index | Thread Index | Old Index