Date: Thu, 23 Nov 2017 11:41:51 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454754 - head/lang/php72 Message-ID: <201711231141.vANBfpaM067495@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Nov 23 11:41:51 2017 New Revision: 454754 URL: https://svnweb.freebsd.org/changeset/ports/454754 Log: lang/php72: Add missing conflict to php71-* Also remove IPV6_DESC in favor of default description Modified: head/lang/php72/Makefile Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Thu Nov 23 11:38:59 2017 (r454753) +++ head/lang/php72/Makefile Thu Nov 23 11:41:51 2017 (r454754) @@ -57,11 +57,10 @@ EMBED_DESC= Build embedded library DEBUG_DESC= Enable debug PHPDBG_DESC= Interactive PHP debugger DTRACE_DESC= Enable DTrace support -IPV6_DESC= Enable ipv6 support LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php56-* php70-* +CONFLICTS= php56-* php70-* php71-* DESTDIRNAME= INSTALL_ROOT
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711231141.vANBfpaM067495>