svn commit: r432561 - head/lang/php71

John Marino marino at FreeBSD.org
Fri Jan 27 18:52:26 UTC 2017


Author: marino
Date: Fri Jan 27 18:52:24 2017
New Revision: 432561
URL: https://svnweb.freebsd.org/changeset/ports/432561

Log:
  lang/php71: Bring DTRACE exclude for DF from lang/php70
  
  Maybe this would have been caught with SVN copy?  Oh well.
  
  Approved by:	just-fix-it

Modified:
  head/lang/php71/Makefile

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Fri Jan 27 18:40:54 2017	(r432560)
+++ head/lang/php71/Makefile	Fri Jan 27 18:52:24 2017	(r432561)
@@ -45,6 +45,8 @@ OPTIONS_EXCLUDE_mips=FPM
 OPTIONS_EXCLUDE_mips64=FPM
 OPTIONS_SUB=	yes
 
+OPTIONS_EXCLUDE_DragonFly=	DTRACE
+
 CLI_DESC=	Build CLI version
 CGI_DESC=	Build CGI version
 FPM_DESC=	Build FPM version


More information about the svn-ports-all mailing list