Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2017 10:26:14 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449898 - in head/lang: php70 php71
Message-ID:  <201709151026.v8FAQELB007152@repo.freebsd.org>

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



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