svn commit: r379754 - head/devel/pecl-inclued

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 06:13:19 UTC 2015


Author: vanilla
Date: Tue Feb 24 06:13:18 2015
New Revision: 379754
URL: https://svnweb.freebsd.org/changeset/ports/379754
QAT: https://qat.redports.org/buildarchive/r379754/

Log:
  set default php version to 5.3, and strip binary.

Modified:
  head/devel/pecl-inclued/Makefile

Modified: head/devel/pecl-inclued/Makefile
==============================================================================
--- head/devel/pecl-inclued/Makefile	Tue Feb 24 06:11:29 2015	(r379753)
+++ head/devel/pecl-inclued/Makefile	Tue Feb 24 06:13:18 2015	(r379754)
@@ -16,8 +16,12 @@ LICENSE=	PHP301
 USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
+DEFAULT_VERSIONS+=	php=53
 IGNORE_WITH_PHP=	55 56
 
 CONFIGURE_ARGS=	--enable-inclued
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list