recently, multimedia/libdvdcss bumped shared object version from 2 to 3. libdvdnav attempts a hardcoded dlopen the hardcoded so.2. This fixes the issue, and makes it easy to bump the shared lib version in the future. Additionally, because libdvdnav contains an embedded non-optional dvdread, remove appearntly needless dependence on libdvdread.
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer (via the GNATS Auto Assign Tool)
For anyone having related issues, until this gets fixed a simple work around is: # ln -s libdvdcss.so.3 /usr/local/lib/libdvdcss.so.2
Responsible Changed From-To: nobutaka->itetcu I'll take it.
itetcu 2009-09-19 19:54:43 UTC FreeBSD ports repository Modified files: multimedia/libdvdnav Makefile Log: Chase multimedia/libdvdcss shlib bump by patching the hardcoded reference to it Also removethe dependency on multimedia/libdvdread since this port contains its own embeded version. Bump PRORTREVISION. PR: 134357 Submited by: Joseph S. Atkinson Approved by: maintainer timeout Feature safe: yes (bug-fix) Revision Changes Path 1.33 +6 -3 ports/multimedia/libdvdnav/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!