Commit graph

4 commits

Author SHA1 Message Date
Pav Lucistnik
2b453195a3 - Mark BROKEN: does not link
Reported by:	pointyhat
2011-12-14 21:34:42 +00:00
Michael Scheidell
f9d30cef27 PR: 162340
Submitted by:	gelraen.ua@gmail.com
Reviewed by:
Approved by:	gabor (mentor)
Obtained from:
MFC after:
Security:
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)
2011-11-28 16:30:44 +00:00
Pawel Pekala
fb97b52598 Update to version 2.2.4
Changelog: https://github.com/negativ/eiskaltdcpp/blob/master/ChangeLog.txt

PR:		ports/161898
Submitted by:	Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
2011-10-24 22:20:59 +00:00
Pawel Pekala
4043d650c0 EiskaltDC++ is a cross-platform program that uses the Direct Connect
and ADC protocol. It is compatible with other DC clients, such as the
original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also
interoperates with all common DC hub software.

This port is GUI-less daemon that uses eiskaltdcpp-lib.

WWW:	http://code.google.com/p/eiskaltdc/

PR:		ports/155447
Submitted by:	Maxim Ignatenko <gelraen.ua@gmail.com>
Approved by:	miwi, wen (mentors implicit)
2011-10-05 23:02:19 +00:00