Date: Fri, 23 Jan 2015 23:50:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197040] devel/liblas: fix depend on boost Message-ID: <bug-197040-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: amdmi3@FreeBSD.org Assignee: wen@FreeBSD.org Flags: maintainer-feedback?(wen@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@FreeBSD.org> --- Auto-assigned to maintainer wen@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197040-13>