svn commit: r379747 - head/devel/pecl-automap
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Feb 24 05:50:09 UTC 2015
Author: vanilla
Date: Tue Feb 24 05:50:07 2015
New Revision: 379747
URL: https://svnweb.freebsd.org/changeset/ports/379747
QAT: https://qat.redports.org/buildarchive/r379747/
Log:
1: strip binary.
2: set default php version to 5.5 to fix fail with poudriere.
Modified:
head/devel/pecl-automap/Makefile
Modified: head/devel/pecl-automap/Makefile
==============================================================================
--- head/devel/pecl-automap/Makefile Tue Feb 24 04:35:03 2015 (r379746)
+++ head/devel/pecl-automap/Makefile Tue Feb 24 05:50:07 2015 (r379747)
@@ -18,8 +18,12 @@ USE_PHP= spl
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= automap
+DEFAULT_VERSIONS+= php=55
IGNORE_WITH_PHP= 56
CONFIGURE_ARGS= --enable-automap
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list