ports/188061: [lang/php55] Extensions emit warning DEFAULT_PHP_VER is defined when it's not
Spil Oss
spil.oss at gmail.com
Sun Mar 30 08:43:35 UTC 2014
Hi Alex,
Just checked, the other versions php ports have the same 'problem'
Additionally lang/php53 was missing an IGNORE_WITH_PHP for version 5.5
--- lang/php5/Makefile.ext.orig 2014-01-29 21:41:27.000000000 +0100
+++ lang/php5/Makefile.ext 2014-03-30 10:30:09.907132927 +0200
@@ -3,7 +3,7 @@
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
-DEFAULT_PHP_VER=5
+DEFAULT_VERSIONS=php=5
IGNORE_WITH_PHP=52 53 55
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}
--- lang/php53/Makefile.ext.orig 2014-01-29 21:41:27.000000000 +0100
+++ lang/php53/Makefile.ext 2014-03-30 10:42:07.154082615 +0200
@@ -3,8 +3,8 @@
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PKGNAMESUFFIX:S/-//}
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=52 5
+DEFAULT_VERSIONS= php=53
+IGNORE_WITH_PHP=52 5 55
EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME}
WRKSRC= ${WRKDIR}/${EXTSUBDIR}
Kind regards,
Spil.
More information about the freebsd-ports-bugs
mailing list