Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2020 09:49:26 +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: r525471 - in head/lang: php72 php73 php74
Message-ID:  <202002070949.0179nQ5U067547@repo.freebsd.org>

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



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