<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/libmissing/Makefile, branch 2015Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2015Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2015Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-07-29T20:55:27Z</updated>
<entry>
<title>Repair instances, almost all courtesy of bf ;-), of spaces</title>
<updated>2014-07-29T20:55:27Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2014-07-29T20:55:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0f88ed614d3de9ed46c41028cf2f22975eeff57a'/>
<id>urn:sha1:0f88ed614d3de9ed46c41028cf2f22975eeff57a</id>
<content type='text'>
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
</content>
</entry>
<entry>
<title>Support stage</title>
<updated>2014-05-06T12:26:18Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-05-06T12:26:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ca129aa4186bca7af7c463f0a5bd0e9cfb707d84'/>
<id>urn:sha1:ca129aa4186bca7af7c463f0a5bd0e9cfb707d84</id>
<content type='text'>
Modernize
</content>
</entry>
<entry>
<title>Convert all :U to :tu and :L to :tl</title>
<updated>2014-05-05T09:45:36Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-05-05T09:45:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4a4ec28d37b64039d4eff0f34ad66b543767d758'/>
<id>urn:sha1:4a4ec28d37b64039d4eff0f34ad66b543767d758</id>
<content type='text'>
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
</content>
</entry>
<entry>
<title>Ensure that libmissing functions can replace imprecise base system variants -- thanks</title>
<updated>2013-11-13T01:38:47Z</updated>
<author>
<name>Brendan Fabeny</name>
<email>bf@FreeBSD.org</email>
</author>
<published>2013-11-13T01:38:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8f648551d4fdce29711a60e330ef1a0494abf54b'/>
<id>urn:sha1:8f648551d4fdce29711a60e330ef1a0494abf54b</id>
<content type='text'>
to kib for implementing the necessary rtld support
</content>
</entry>
<entry>
<title>Update to libmpc version 1.0.1 which brings the following fixes:</title>
<updated>2013-10-26T00:52:33Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2013-10-26T00:52:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3be3e90f932fe30b2ab3df681ac68ff01b119a6d'/>
<id>urn:sha1:3be3e90f932fe30b2ab3df681ac68ff01b119a6d</id>
<content type='text'>
 - 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&amp;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)
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: math)</title>
<updated>2013-09-20T20:55:04Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T20:55:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce5e4570204c37f4ac986a2a6bc076aa911167d6'/>
<id>urn:sha1:ce5e4570204c37f4ac986a2a6bc076aa911167d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update math/libmissing to 20130815, and adjust a dependent port</title>
<updated>2013-08-15T22:13:42Z</updated>
<author>
<name>Brendan Fabeny</name>
<email>bf@FreeBSD.org</email>
</author>
<published>2013-08-15T22:13:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cb5d036e84c4ea8f350dfe8b54b378963dfb27c9'/>
<id>urn:sha1:cb5d036e84c4ea8f350dfe8b54b378963dfb27c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trim headers; switch to the new options format; fix builds after src r248751;</title>
<updated>2013-03-28T19:25:12Z</updated>
<author>
<name>Brendan Fabeny</name>
<email>bf@FreeBSD.org</email>
</author>
<published>2013-03-28T19:25:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bec986a3e5c07b9a7bf7b762521a1b49c62c54e8'/>
<id>urn:sha1:bec986a3e5c07b9a7bf7b762521a1b49c62c54e8</id>
<content type='text'>
update math/lrng to 20130314, and switch it to a versioned DIST_SUBDIR
</content>
</entry>
<entry>
<title>simplify and correct precisions; use libm on architectures where long</title>
<updated>2012-12-30T21:40:57Z</updated>
<author>
<name>Brendan Fabeny</name>
<email>bf@FreeBSD.org</email>
</author>
<published>2012-12-30T21:40:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e5a01fd5cbb19c196da6219da381b9a02794f987'/>
<id>urn:sha1:e5a01fd5cbb19c196da6219da381b9a02794f987</id>
<content type='text'>
doubles aren't wider than doubles; reduce the number of mpc/mpfr
variables in some functions; add (l)lrintl, remquol, logbl; minor
cleanup
</content>
</entry>
<entry>
<title>Add libmissing , standard math functions missing from the FreeBSD libm.</title>
<updated>2012-12-20T19:38:12Z</updated>
<author>
<name>Brendan Fabeny</name>
<email>bf@FreeBSD.org</email>
</author>
<published>2012-12-20T19:38:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0e190ec057bff3f89919b90c5425f0677bdd29c8'/>
<id>urn:sha1:0e190ec057bff3f89919b90c5425f0677bdd29c8</id>
<content type='text'>
</content>
</entry>
</feed>
