svn commit: r556834 - head/lang/php80

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 2 15:37:46 UTC 2020


Author: pkubaj
Date: Wed Dec  2 15:37:45 2020
New Revision: 556834
URL: https://svnweb.freebsd.org/changeset/ports/556834

Log:
  lang/php80: enable DTRACE on powerpc64
  
  Builds fine.

Modified:
  head/lang/php80/Makefile

Modified: head/lang/php80/Makefile
==============================================================================
--- head/lang/php80/Makefile	Wed Dec  2 15:25:19 2020	(r556833)
+++ head/lang/php80/Makefile	Wed Dec  2 15:37:45 2020	(r556834)
@@ -2,7 +2,7 @@
 
 PORTNAME=	php80
 DISTVERSION=	8.0.0RC5
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=   https://downloads.php.net/~carusogabriel/
 DISTNAME=	php-${DISTVERSION}
@@ -46,7 +46,6 @@ OPTIONS_EXCLUDE_armv7=		DTRACE
 OPTIONS_EXCLUDE_mips=		DTRACE FPM
 OPTIONS_EXCLUDE_mips64=		DTRACE FPM
 OPTIONS_EXCLUDE_powerpc=		DTRACE
-OPTIONS_EXCLUDE_powerpc64=		DTRACE
 OPTIONS_EXCLUDE_sparc64=	DTRACE
 OPTIONS_SUB=	yes
 


More information about the svn-ports-head mailing list