Bug 196704 - [patch] finance/gnucash: extra patch to get it build after webkit-gtk2 was updated 2.4.7
Summary: [patch] finance/gnucash: extra patch to get it build after webkit-gtk2 was up...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 06:17 UTC by Lawrence Chen
Modified: 2015-04-10 19:30 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
patch file (277 bytes, patch)
2015-01-14 06:17 UTC, Lawrence Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Chen 2015-01-14 06:17:07 UTC
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.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-14 06:17:07 UTC
Auto-assigned to maintainer gnome@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-04-10 19:30:33 UTC
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
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2015-04-10 19:30:55 UTC
Should be fixed in r383753.

Thanks.