svn commit: r525654 - head/lang/php74

Piotr Kubaj pkubaj at FreeBSD.org
Sun Feb 9 12:11:55 UTC 2020


Author: pkubaj
Date: Sun Feb  9 12:11:55 2020
New Revision: 525654
URL: https://svnweb.freebsd.org/changeset/ports/525654

Log:
  lang/php74: disable DTRACE on powerpc and powerpc64
  
  DTRACE works on 12.1 and head with php72 and php73, but seems to have problems with php74 and 12.1 (head works fine).

Modified:
  head/lang/php74/Makefile

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Sun Feb  9 12:03:09 2020	(r525653)
+++ head/lang/php74/Makefile	Sun Feb  9 12:11:55 2020	(r525654)
@@ -45,6 +45,8 @@ OPTIONS_EXCLUDE_armv7=		DTRACE
 # Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
 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-all mailing list