Summary: | lang/php71: fix build on powerpc64 elfv2 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||||
Component: | Individual Port(s) | Assignee: | Torsten Zuehlsdorff <tz> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | tz | ||||||
Priority: | --- | Flags: | tz:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 209311 [details]
patch to lang/php7[123]/Makefile
Looks fine to me, please go ahead! :) A commit references this bug: Author: pkubaj Date: Wed Nov 27 19:58:31 UTC 2019 New revision: 518531 URL: https://svnweb.freebsd.org/changeset/ports/518531 Log: lang/php7*: disable DTRACE on powerpc64 php ports don't build on elfv2 with DTRACE. PR: 242113, 242114, 242116 Approved by: tz (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D22577 Differential Revision: https://reviews.freebsd.org/D22578 Differential Revision: https://reviews.freebsd.org/D22579 Changes: head/lang/php71/Makefile head/lang/php72/Makefile head/lang/php73/Makefile |
Created attachment 209282 [details] patch DTRACE for now doesn't work on ELFv2, disable DTRACE on powerpc64 for now.