svn commit: r491031 - head/lang/php73

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Jan 23 10:48:58 UTC 2019


Author: tz
Date: Wed Jan 23 10:48:57 2019
New Revision: 491031
URL: https://svnweb.freebsd.org/changeset/ports/491031

Log:
  lang/php73: disable DTRACE option on PowerPC
  
  DTRACE causes ld(1) link probe failures and therefore fails the build.
  
  PR:           233850
  Submitted by: Chip Cuccio <chip.cuccio at gmail.com>
  MFH:		  2019Q1

Modified:
  head/lang/php73/Makefile

Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Wed Jan 23 10:29:53 2019	(r491030)
+++ head/lang/php73/Makefile	Wed Jan 23 10:48:57 2019	(r491031)
@@ -40,6 +40,7 @@ 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
 # 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