Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2015 14:44:39 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403604 - head/devel/pecl-qb
Message-ID:  <201512121444.tBCEidbt020633@repo.freebsd.org>

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



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