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

Michael Scheidell scheidell at FreeBSD.org
Mon Nov 28 16:30:44 UTC 2011


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 at 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


More information about the cvs-all mailing list