Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2020 17:00:42 +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: r556836 - head/lang/php80
Message-ID:  <202012021700.0B2H0gsH002007@repo.freebsd.org>

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



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