[Bug 197040] devel/liblas: fix depend on boost

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 23 23:50:36 UTC 2015


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

            Bug ID: 197040
           Summary: devel/liblas: fix depend on boost
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: wen at FreeBSD.org
          Reporter: amdmi3 at FreeBSD.org
          Assignee: wen at FreeBSD.org
             Flags: maintainer-feedback?(wen at FreeBSD.org)

Created attachment 152068
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152068&action=edit
Patch

liblas lists boost as a build-depend, which is incorrect:

% ldd /usr/local/lib/liblas.so
/usr/local/lib/liblas.so:
    libboost_program_options.so.1.55.0 =>
/usr/local/lib/libboost_program_options.so.1.55.0 (0x8016ea000)
    libboost_thread.so.1.55.0 => /usr/local/lib/libboost_thread.so.1.55.0
(0x801962000)
    libc++.so.1 => /usr/lib/libc++.so.1 (0x801b7e000)
    libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x801e3f000)
    libm.so.5 => /lib/libm.so.5 (0x80205b000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x802284000)
    libc.so.7 => /lib/libc.so.7 (0x80081f000)
    libthr.so.3 => /lib/libthr.so.3 (0x802492000)
    libboost_system.so.1.55.0 => /usr/local/lib/libboost_system.so.1.55.0
(0x8026b7000)

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer wen at FreeBSD.org

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


More information about the freebsd-ports-bugs mailing list