Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 06:13:19 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379754 - head/devel/pecl-inclued
Message-ID:  <201502240613.t1O6DJCp007402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502240613.t1O6DJCp007402>