svn commit: r525471 - in head/lang: php72 php73 php74

Piotr Kubaj pkubaj at FreeBSD.org
Fri Feb 7 09:49:27 UTC 2020


Author: pkubaj
Date: Fri Feb  7 09:49:26 2020
New Revision: 525471
URL: https://svnweb.freebsd.org/changeset/ports/525471

Log:
  lang/php7?: enable DTRACE on powerpc, powerpc64
  
  Tested to work now.

Modified:
  head/lang/php72/Makefile
  head/lang/php73/Makefile
  head/lang/php74/Makefile

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Fri Feb  7 09:00:35 2020	(r525470)
+++ head/lang/php72/Makefile	Fri Feb  7 09:49:26 2020	(r525471)
@@ -40,7 +40,6 @@ OPTIONS_DEFAULT=CLI CGI FPM EMBED MYSQLND LINKTHR DTRA
 OPTIONS_EXCLUDE_DragonFly=	DTRACE
 # ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
 OPTIONS_EXCLUDE_aarch64=	DTRACE
-OPTIONS_EXCLUDE_powerpc64=	DTRACE
 # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented
 OPTIONS_EXCLUDE_armv6=		DTRACE
 OPTIONS_EXCLUDE_armv7=		DTRACE

Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Fri Feb  7 09:00:35 2020	(r525470)
+++ head/lang/php73/Makefile	Fri Feb  7 09:49:26 2020	(r525471)
@@ -41,8 +41,6 @@ OPTIONS_DEFAULT=CLI CGI FPM EMBED MYSQLND LINKTHR DTRA
 OPTIONS_EXCLUDE_DragonFly=	DTRACE
 # ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
 OPTIONS_EXCLUDE_aarch64=	DTRACE
-OPTIONS_EXCLUDE_powerpc=	DTRACE
-OPTIONS_EXCLUDE_powerpc64=	DTRACE
 # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented
 OPTIONS_EXCLUDE_armv6=		DTRACE
 OPTIONS_EXCLUDE_armv7=		DTRACE

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Fri Feb  7 09:00:35 2020	(r525470)
+++ head/lang/php74/Makefile	Fri Feb  7 09:49:26 2020	(r525471)
@@ -39,8 +39,6 @@ OPTIONS_DEFAULT=CLI CGI FPM EMBED MYSQLND LINKTHR DTRA
 OPTIONS_EXCLUDE_DragonFly=	DTRACE
 # ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
 OPTIONS_EXCLUDE_aarch64=	DTRACE
-OPTIONS_EXCLUDE_powerpc=	DTRACE
-OPTIONS_EXCLUDE_powerpc64=	DTRACE
 # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented
 OPTIONS_EXCLUDE_armv6=		DTRACE
 OPTIONS_EXCLUDE_armv7=		DTRACE


More information about the svn-ports-all mailing list