svn commit: r428078 - head/lang/php70

John Marino marino at FreeBSD.org
Wed Dec 7 16:45:17 UTC 2016


Author: marino
Date: Wed Dec  7 16:45:15 2016
New Revision: 428078
URL: https://svnweb.freebsd.org/changeset/ports/428078

Log:
  lang/php70: DTRACE option is not valid on DragonFly
  
  Note that following the OPTIONS_EXCLUDE+= line appears to redundant
  and could be removed, and the OPTIONS_EXCLUDE_FreeBSD_9 line should
  be "=" operator, not "+=", from what I can tell.
  
  Approved by:	DF support blanket

Modified:
  head/lang/php70/Makefile

Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile	Wed Dec  7 16:43:51 2016	(r428077)
+++ head/lang/php70/Makefile	Wed Dec  7 16:45:15 2016	(r428078)
@@ -43,6 +43,7 @@ OPTIONS_EXCLUDE_mips=FPM
 OPTIONS_EXCLUDE_mips64=FPM
 OPTIONS_SUB=	yes
 
+OPTIONS_EXCLUDE_DragonFly=	DTRACE
 OPTIONS_EXCLUDE_FreeBSD_9+=	DTRACE
 OPTIONS_EXCLUDE+=               ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
 


More information about the svn-ports-head mailing list