svn commit: r556836 - head/lang/php80

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 2 17:00:42 UTC 2020


Author: pkubaj
Date: Wed Dec  2 17:00:42 2020
New Revision: 556836
URL: https://svnweb.freebsd.org/changeset/ports/556836

Log:
  lang/php80: disable DTRACE on 11 and 12 on powerpc64
  
  It works only on head.

Modified:
  head/lang/php80/Makefile

Modified: head/lang/php80/Makefile
==============================================================================
--- head/lang/php80/Makefile	Wed Dec  2 15:57:15 2020	(r556835)
+++ head/lang/php80/Makefile	Wed Dec  2 17:00:42 2020	(r556836)
@@ -46,6 +46,9 @@ OPTIONS_EXCLUDE_armv7=		DTRACE
 OPTIONS_EXCLUDE_mips=		DTRACE FPM
 OPTIONS_EXCLUDE_mips64=		DTRACE FPM
 OPTIONS_EXCLUDE_powerpc=		DTRACE
+OPTIONS_EXCLUDE_powerpc64=		${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
+OPTIONS_EXCLUDE_powerpc64_11=	DTRACE
+OPTIONS_EXCLUDE_powerpc64_12=	DTRACE
 OPTIONS_EXCLUDE_sparc64=	DTRACE
 OPTIONS_SUB=	yes
 


More information about the svn-ports-all mailing list