aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/eiskaltdcpp-lib
Commit message (Collapse)AuthorAgeFilesLines
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Unbreak the build (link with -lboost_system)fjoe2013-05-111-1/+1
| | | | | | | - Fix COMMENT for eiskaltdcpp-cli - Take maintainership Approved by: MAINTAINER
* Convert to new options frameworkbapt2013-05-111-15/+8
|
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Chase boost updatebapt2013-01-311-6/+2
|
* Replace the use of _GCC_BUILD_DEPENDS (which was never meant to begerald2012-12-211-4/+2
| | | | | | | | | | | 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
* Update PCRE to 8.32mm2012-12-111-1/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Add patches to fix build with boost-1.48.0makc2012-05-172-1/+26
| | | | | | PR: ports/156253 Submitted by: Alexander Churanov Approved by: portmgr (linimon)
* PR: 162340scheidell2011-11-291-0/+7
| | | | | | | | | | | | | | | | | 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)
* Update to version 2.2.4pawel2011-10-254-18/+42
| | | | | | | Changelog: https://github.com/negativ/eiskaltdcpp/blob/master/ChangeLog.txt PR: ports/161898 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
* - Update to version 2.2.1pawel2011-10-066-104/+126
| | | | | | | | - Add LICENSE PR: ports/155447 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) Approved by: miwi, wen (mentors implicit)
* - Update to 2.1.1pav2010-11-266-0/+223
- Split to separate ports of qt, gtk frontends, data and library PR: ports/152570 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)