[Bug 222424] devel/liblas12: Fix build error on HEAD

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 18 11:02:40 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222424

            Bug ID: 222424
           Summary: devel/liblas12: Fix build error on HEAD
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: rhurlin at gwdg.de

Created attachment 186507
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186507&action=edit
patch for devel/liblas12 to circumstance guid error

For some weeks now devel/liblas12 does not build on HEAD because of this error:

las_c_api.cpp:748:28: error: qualified reference to 'guid' is a constructor
name rather than a type in this context
        id = liblas::guid::guid(value);
                           ^
las_c_api.cpp:1545:28: error: qualified reference to 'guid' is a constructor
name rather than a type in this context
        id = liblas::guid::guid(string);
                           ^

The patch should solve this behavior on HEAD, hopefully without regressions on
10.x and 11.x


Tested with Poudriere (10.3i/a, 11.0i/a  and, HEADi/a, no options available.

portlint -AC seems happy.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list