svn commit: r403604 - head/devel/pecl-qb

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 12 14:44:40 UTC 2015


Author: amdmi3
Date: Sat Dec 12 14:44:39 2015
New Revision: 403604
URL: https://svnweb.freebsd.org/changeset/ports/403604

Log:
  - Don't build with -march=native, as it may produce packages incompatible with target machines
  
  Approved by:	portmgr blanket
  MFH:		2015Q4 (blanket)

Modified:
  head/devel/pecl-qb/Makefile

Modified: head/devel/pecl-qb/Makefile
==============================================================================
--- head/devel/pecl-qb/Makefile	Sat Dec 12 14:29:08 2015	(r403603)
+++ head/devel/pecl-qb/Makefile	Sat Dec 12 14:44:39 2015	(r403604)
@@ -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-head mailing list