From owner-svn-ports-all@freebsd.org Mon May 16 04:02:24 2016 Return-Path: Delivered-To: svn-ports-all@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 70129B3C533; Mon, 16 May 2016 04:02:24 +0000 (UTC) (envelope-from fluffy@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 337E71D42; Mon, 16 May 2016 04:02:24 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4G42Nei016954; Mon, 16 May 2016 04:02:23 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4G42NvR016953; Mon, 16 May 2016 04:02:23 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201605160402.u4G42NvR016953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Mon, 16 May 2016 04:02:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415304 - head/lang/php70 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 04:02:24 -0000 Author: fluffy Date: Mon May 16 04:02:23 2016 New Revision: 415304 URL: https://svnweb.freebsd.org/changeset/ports/415304 Log: - Really fix ZTS build with pthreads, required by threaded apache24 - Bump PORTREVISION due to dependency on thread library Approved by: miwi (mentor) Modified: head/lang/php70/Makefile Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Mon May 16 02:25:40 2016 (r415303) +++ head/lang/php70/Makefile Mon May 16 04:02:23 2016 (r415304) @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} @@ -146,6 +146,7 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts +CONFIGURE_ENV+= pthreads_working="yes" USES= localhost .endif