Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2016 16:45:16 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428078 - head/lang/php70
Message-ID:  <201612071645.uB7GjGch061894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612071645.uB7GjGch061894>