| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 May 2013 17:34:57
2.2.4_2
|
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_2
|
bapt  |
Convert to new options framework |
26 Apr 2013 10:44:29
2.2.4_2
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
22 Mar 2013 20:06:15
2.2.4_2
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
23 Feb 2013 15:26:34
2.2.4_2
|
miwi  |
- Broken does not build
/usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libgtk-x11-2.0.so
/usr/local/lib/libcairo.so /usr/local/lib/libpango-1.0.so
/usr/local/lib/libatk-1.0.so /usr/local/lib/libiconv.so
/usr/local/lib/libnotify.so /usr/local/lib/libgthread-2.0.so ../extra/libextra.a
/usr/local/lib/libeiskaltdcpp.so /usr/local/lib/libminiupnpc.so
/usr/local/lib/libintl.so
CMakeFiles/eiskaltdcpp-gtk.dir/src/privatemessage.cc.o: In function
`_GLOBAL__sub_I__ZN14PrivateMessageC2ERKSsS1_':
privatemessage.cc:(.text.startup+0x23): undefined reference to
`boost::system::generic_category()'
privatemessage.cc:(.text.startup+0x2f): undefined reference to
`boost::system::generic_category()' |
21 Dec 2012 04:05:15
2.2.4_2
|
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 |
01 Jun 2012 05:26:28
2.2.4_2
|
dinoex  |
- update png to 1.5.10 |
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 22:59:55
2.2.1
|
pawel  |
- Update to version 2.2.1
- Add LICENSE
PR: ports/155447
Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
Approved by: miwi, wen (mentors implicit) |
23 Aug 2011 18:39:19
2.1.1_1
|
kwm  |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
26 Nov 2010 14:47:08
2.1.1
|
pav  |
- Update to 2.1.1
- Split to separate ports of qt, gtk frontends, data and library
PR: ports/152570
Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) |