Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2015 14:45:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r403605 - branches/2015Q4/devel/pecl-qb
Message-ID:  <201512121445.tBCEjPws020807@repo.freebsd.org>

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



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