| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [np])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331273
|
|
|
|
|
|
|
| |
net-p2p)
Notes:
svn path=/head/; revision=327758
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
| |
- Fix COMMENT for eiskaltdcpp-cli
- Take maintainership
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=317832
|
|
|
|
| |
Notes:
svn path=/head/; revision=317828
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316596
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
|
|
|
| |
/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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
needed.
Notes:
svn path=/head/; revision=280300
|
|
- 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
|