svn commit: r449898 - in head/lang: php70 php71
Torsten Zuehlsdorff
tz at FreeBSD.org
Fri Sep 15 10:26:15 UTC 2017
Author: tz
Date: Fri Sep 15 10:26:14 2017
New Revision: 449898
URL: https://svnweb.freebsd.org/changeset/ports/449898
Log:
lang/php70 and lang/php71: enable to build on sparc64
Disabling DTRACE for sparc64 allows to build the port on it
PR: 221761
Submitted by: Mark Linimon <linimon at FreeBSD.org>
Modified:
head/lang/php70/Makefile
head/lang/php71/Makefile
Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile Fri Sep 15 10:07:00 2017 (r449897)
+++ head/lang/php70/Makefile Fri Sep 15 10:26:14 2017 (r449898)
@@ -46,6 +46,7 @@ OPTIONS_SUB= yes
OPTIONS_EXCLUDE_DragonFly= DTRACE
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
OPTIONS_EXCLUDE_aarch64= DTRACE
+OPTIONS_EXCLUDE_sparc64= DTRACE
CLI_DESC= Build CLI version
CGI_DESC= Build CGI version
Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile Fri Sep 15 10:07:00 2017 (r449897)
+++ head/lang/php71/Makefile Fri Sep 15 10:26:14 2017 (r449898)
@@ -48,6 +48,7 @@ OPTIONS_SUB= yes
OPTIONS_EXCLUDE_DragonFly= DTRACE
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
OPTIONS_EXCLUDE_aarch64= DTRACE
+OPTIONS_EXCLUDE_sparc64= DTRACE
CLI_DESC= Build CLI version
CGI_DESC= Build CGI version
More information about the svn-ports-head
mailing list