aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/eiskaltdcpp-gtk
Commit message (Collapse)AuthorAgeFilesLines
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-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) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Unbreak the build (link with -lboost_system)Max Khon2013-05-102-5/+12
| | | | | | | | | | - Fix COMMENT for eiskaltdcpp-cli - Take maintainership Approved by: MAINTAINER Notes: svn path=/head/; revision=317832
* Convert to new options frameworkBaptiste Daroussin2013-05-101-15/+9
| | | | Notes: svn path=/head/; revision=317828
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Broken does not buildMartin Wilke2013-02-231-0/+2
| | | | | | | | | | /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()' Notes: svn path=/head/; revision=312831
* Replace the use of _GCC_BUILD_DEPENDS (which was never meant to beGerald Pfeifer2012-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 Notes: svn path=/head/; revision=309337
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* PR: 162340Michael Scheidell2011-11-281-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) Notes: svn path=/head/; revision=286584
* Update to version 2.2.4Pawel Pekala2011-10-247-78/+156
| | | | | | | | | | Changelog: https://github.com/negativ/eiskaltdcpp/blob/master/ChangeLog.txt PR: ports/161898 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) Notes: svn path=/head/; revision=284265
* - Update to version 2.2.1Pawel Pekala2011-10-058-45/+49
| | | | | | | | | | | - Add LICENSE PR: ports/155447 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) Approved by: miwi, wen (mentors implicit) Notes: svn path=/head/; revision=283011
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵Koop Mast2011-08-232-0/+12
| | | | | | | needed. Notes: svn path=/head/; revision=280300
* - Update to 2.1.1Pav Lucistnik2010-11-266-0/+334
- Split to separate ports of qt, gtk frontends, data and library PR: ports/152570 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) Notes: svn path=/head/; revision=265184