From owner-svn-ports-branches@freebsd.org Sat Dec 12 14:45:26 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45A46A14228; Sat, 12 Dec 2015 14:45:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15EEE1A87; Sat, 12 Dec 2015 14:45:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBCEjPYV020808; Sat, 12 Dec 2015 14:45:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBCEjPws020807; Sat, 12 Dec 2015 14:45:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512121445.tBCEjPws020807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 12 Dec 2015 14:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r403605 - branches/2015Q4/devel/pecl-qb X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2015 14:45:26 -0000 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