Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 05:50:08 +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: r379747 - head/devel/pecl-automap
Message-ID:  <201502240550.t1O5o8gs093137@svn.freebsd.org>

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



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