Summary: | [patch] finance/gnucash: extra patch to get it build after webkit-gtk2 was updated 2.4.7 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Lawrence Chen <beastie> | ||||
Component: | Individual Port(s) | Assignee: | Guido Falsi <madpilot> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | madpilot | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(gnome) |
||||
Version: | Latest | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Auto-assigned to maintainer gnome@FreeBSD.org A commit references this bug: Author: madpilot Date: Fri Apr 10 19:30:16 UTC 2015 New revision: 383753 URL: https://svnweb.freebsd.org/changeset/ports/383753 Log: - Update to 2.6.6 - Fix build when GUILE2 option is enabled - Rework compiler:c++11-lib definition to fix build problems PR: 196704 [2], 197189 [1] Submitted by: Lawrence Chen <beastie@tardisi.com> [2] Submitted by: Don Lewis <truckman@FreeBSD.org> [1] Approved by: kwm (gnome, implicit) Changes: head/finance/gnucash/Makefile head/finance/gnucash/distinfo head/finance/gnucash/files/patch-src_report_report-gnome_Makefile.in head/finance/gnucash/pkg-plist Should be fixed in r383753. Thanks. |
Created attachment 151599 [details] patch file The port failed to build after webkit-gtk2 was updated to 2.4.7, a few days later the patch add 'compiler:c++11-lib' wasn't sufficient to get it build in poudriere on FreeBSD 9.3. After lots of attempts, I settled on just setting LD_LIBRARY_PATH in the make environment.