Date: Mon, 16 May 2016 04:02:23 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415304 - head/lang/php70 Message-ID: <201605160402.u4G42NvR016953@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605160402.u4G42NvR016953>