看板 FB_cvs 關於我們 聯絡資訊
scheidell 2011-11-28 16:30:44 UTC FreeBSD ports repository Modified files: net-p2p/eiskaltdcpp-daemon Makefile net-p2p/eiskaltdcpp-gtk Makefile net-p2p/eiskaltdcpp-lib Makefile net-p2p/eiskaltdcpp-qt Makefile Log: PR: 162340 Submitted by: gelraen.ua@gmail.com Approved by: gabor (mentor) Feature safe: yes On some machines resulting binaries contains "/usr/lib" before "/usr/local/lib/gcc45" in rpath and user gets something like this if tries to launch that binary: /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.10 required by /usr/local/bin/eiskaltdcpp-gtk not found Attached patch adds BUILD_DEPENDS on devel/chrpath, which is used to overwrite rpath in built binaries (-DCMAKE_INSTALL_RPATH only aappends directories to rpath) Revision Changes Path 1.3 +7 -0 ports/net-p2p/eiskaltdcpp-daemon/Makefile 1.5 +7 -0 ports/net-p2p/eiskaltdcpp-gtk/Makefile 1.4 +7 -0 ports/net-p2p/eiskaltdcpp-lib/Makefile 1.4 +8 -0 ports/net-p2p/eiskaltdcpp-qt/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"