Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2020 15:37:46 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556834 - head/lang/php80
Message-ID:  <202012021537.0B2Fbkss051159@repo.freebsd.org>

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



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