svn commit: r403605 - branches/2015Q4/devel/pecl-qb
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Dec 12 14:45:26 UTC 2015
Author: amdmi3
Date: Sat Dec 12 14:45:24 2015
New Revision: 403605
URL: https://svnweb.freebsd.org/changeset/ports/403605
Log:
MFH: r403604
- Don't build with -march=native, as it may produce packages incompatible with target machines
Approved by: portmgr blanket
Approved by: ports-secteam blanket
Modified:
branches/2015Q4/devel/pecl-qb/Makefile
Directory Properties:
branches/2015Q4/ (props changed)
Modified: branches/2015Q4/devel/pecl-qb/Makefile
==============================================================================
--- branches/2015Q4/devel/pecl-qb/Makefile Sat Dec 12 14:44:39 2015 (r403604)
+++ branches/2015Q4/devel/pecl-qb/Makefile Sat Dec 12 14:45:24 2015 (r403605)
@@ -3,6 +3,7 @@
PORTNAME= qb
PORTVERSION= 2.4.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -13,7 +14,6 @@ COMMENT= PHP Accelerator designed mainly
LICENSE= PHP301
-CONFIGURE_ARGS= --with-cpu=native
USE_PHP= yes
USE_PHPEXT= yes
USES= tar:tgz
More information about the svn-ports-all
mailing list