Date: Mon, 28 Nov 2011 16:30:44 +0000 (UTC) From: Michael Scheidell <scheidell@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net-p2p/eiskaltdcpp-daemon Makefile ports/net-p2p/eiskaltdcpp-gtk Makefile ports/net-p2p/eiskaltdcpp-lib Makefile ports/net-p2p/eiskaltdcpp-qt Makefile Message-ID: <201111281630.pASGUihs053243@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111281630.pASGUihs053243>
