<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/bihar, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-09-01T21:25:59Z</updated>
<entry>
<title>Remove non staged ports without pending PR from ma*</title>
<updated>2014-09-01T21:25:59Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-09-01T21:25:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8003ba152f15aa82aaadd76fcd6b669cc0cc9981'/>
<id>urn:sha1:8003ba152f15aa82aaadd76fcd6b669cc0cc9981</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset maintainership for ports not staged with no pending PR</title>
<updated>2014-07-23T17:30:45Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-07-23T17:30:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d235aae94b14d5f3a70383e02e593e446f8b5652'/>
<id>urn:sha1:d235aae94b14d5f3a70383e02e593e446f8b5652</id>
<content type='text'>
With hat:	portmgr
</content>
</entry>
<entry>
<title>Modernize LIB_DEPENDS</title>
<updated>2014-07-13T23:36:40Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-07-13T23:36:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3fee91136667f7b3cca62afbc9d9f01d03a2ec89'/>
<id>urn:sha1:3fee91136667f7b3cca62afbc9d9f01d03a2ec89</id>
<content type='text'>
With hat:	portmgr
</content>
</entry>
<entry>
<title>Update the default version of GCC used in the Ports Collection from</title>
<updated>2014-03-10T20:55:20Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2014-03-10T20:55:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1cd277bdcecf80f1b3c00ed15ff1c9e707024607'/>
<id>urn:sha1:1cd277bdcecf80f1b3c00ed15ff1c9e707024607</id>
<content type='text'>
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder &lt;cmt@burggraben.net&gt; (fixing many ports)
Tested by:	bdrewery (two -exp runs)
</content>
</entry>
<entry>
<title>Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases</title>
<updated>2014-02-16T17:15:31Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-02-16T17:15:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=564a799c7173c288d4d3a9be78ac3d2db983d512'/>
<id>urn:sha1:564a799c7173c288d4d3a9be78ac3d2db983d512</id>
<content type='text'>
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
</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>Fix NO_STAGE attribution</title>
<updated>2013-09-22T18:05:04Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-22T18:05:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f45d0a8198e01f9de3159f120af98857c70773c1'/>
<id>urn:sha1:f45d0a8198e01f9de3159f120af98857c70773c1</id>
<content type='text'>
</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>Switch to MASTER_SITE_NETLIB and adopt</title>
<updated>2011-03-31T14:32:10Z</updated>
<author>
<name>Brendan Fabeny</name>
<email>bf@FreeBSD.org</email>
</author>
<published>2011-03-31T14:32:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=524c4b78fbdfaaffa0ea0615b3b97e6d40234ce0'/>
<id>urn:sha1:524c4b78fbdfaaffa0ea0615b3b97e6d40234ce0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Get Rid MD5 support</title>
<updated>2011-03-20T12:54:45Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2011-03-20T12:54:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bb86cbe5d232690f52a27fe9a2d7246e03eef9c4'/>
<id>urn:sha1:bb86cbe5d232690f52a27fe9a2d7246e03eef9c4</id>
<content type='text'>
</content>
</entry>
</feed>
