Bug 196625 - Fix finance/openhbci with libc++ r224926
Summary: Fix finance/openhbci with libc++ r224926
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 196535
  Show dependency treegraph
 
Reported: 2015-01-12 17:55 UTC by Dimitry Andric
Modified: 2015-01-12 19:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitry Andric freebsd_committer freebsd_triage 2015-01-12 17:55:16 UTC
Bug 196535 shows that finance/openhbci fails to compile when libc++ r224926 is
imported:

http://package18.nyi.freebsd.org/data/headamd64PR196535-default/2015-01-07_20h10m47s/logs/errors/openhbci-0.9.17.2_1.log

The fix is simple: instituteMessage::operator==(const instituteMessage&) should
be made const.
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2015-01-12 18:48:59 UTC
Hi,

Due to an issue with the backend FreeBSD Bugzilla database, your original PR and any updates to it since have been lost.  I've recreated the original PR as best as I can, however any attachments and updates you submitted to the PR have been lost.  Please could you resubmit them?

Thanks, and apologies.
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2015-01-12 19:05:19 UTC
fixed