Bug 196630 - Fix net/latd with libc++ r224926
Summary: Fix net/latd 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 18:09 UTC by Dimitry Andric
Modified: 2015-01-12 19:04 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 18:09:59 UTC
Bug 196535 shows that net/latd fails to compile when libc++ r224926 is
imported:

http://package18.nyi.freebsd.org/data/headamd64PR196535-default/2015-01-07_20h10m47s/logs/errors/latd-1.31.log

The fix is simple: LATServer::operator==() and similar operators should be made
const.
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2015-01-12 18:49:00 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:04:43 UTC
fixed