Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2020 12:11:55 +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: r525654 - head/lang/php74
Message-ID:  <202002091211.019CBt3T008597@repo.freebsd.org>

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



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