svn commit: r556843 - head/lang/php74

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 2 18:24:37 UTC 2020


Author: pkubaj
Date: Wed Dec  2 18:24:36 2020
New Revision: 556843
URL: https://svnweb.freebsd.org/changeset/ports/556843

Log:
  lang/php74: enable DTRACE on powerpc64 head
  
  Builds fine.

Modified:
  head/lang/php74/Makefile

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Wed Dec  2 18:07:35 2020	(r556842)
+++ head/lang/php74/Makefile	Wed Dec  2 18:24:36 2020	(r556843)
@@ -2,7 +2,7 @@
 
 PORTNAME=	php74
 DISTVERSION=	7.4.12
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions
 DISTNAME=	php-${DISTVERSION}
@@ -46,7 +46,9 @@ OPTIONS_EXCLUDE_armv7=		DTRACE
 OPTIONS_EXCLUDE_mips=		DTRACE FPM
 OPTIONS_EXCLUDE_mips64=		DTRACE FPM
 OPTIONS_EXCLUDE_powerpc=		DTRACE
-OPTIONS_EXCLUDE_powerpc64=		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-head mailing list