| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 May 2013 17:34:57
2.2.4_1
|
fjoe  |
- Unbreak the build (link with -lboost_system)
- Fix COMMENT for eiskaltdcpp-cli
- Take maintainership
Approved by: MAINTAINER |
10 May 2013 16:44:26
2.2.4_1
|
bapt  |
Convert to new options framework |
26 Apr 2013 10:44:29
2.2.4_1
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
22 Mar 2013 20:06:15
2.2.4_1
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
21 Dec 2012 04:05:15
2.2.4_1
|
gerald  |
Replace the use of _GCC_BUILD_DEPENDS (which was never meant to be
used outside of Mk/bsd.gcc.mk) by _GCC_RUNTIME. This is still not
ideal, but at least a documented stopgap, and it avoids the manual
construction of the directory to be added to rpath.
As a side effect, the Makefiles become a tad simpler. On the way,
update to USE_GCC=4.6+ per pending work of linimon and myself.
Approved by: maintainer |
14 Dec 2011 21:34:42
2.2.4_1
|
pav  |
- Mark BROKEN: does not link
Reported by: pointyhat |
28 Nov 2011 16:30:44
2.2.4_1
|
scheidell  |
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) |
24 Oct 2011 22:21:00
2.2.4
|
pawel  |
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) |
05 Oct 2011 23:02:19
2.2.1
|
pawel  |
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) |