<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/py-gnuplot/Makefile, branch 2016Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2016Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2016Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2016-04-01T14:16:16Z</updated>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.</title>
<updated>2016-04-01T14:16:16Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:16:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d6597e0bb9591c40fc6d0c6e2159fca51178d56'/>
<id>urn:sha1:8d6597e0bb9591c40fc6d0c6e2159fca51178d56</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Convert ports of math/ to new USES=python</title>
<updated>2014-10-21T16:54:54Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-10-21T16:54:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=214bd533a7aa7a2f42290138bc4f5d5cae9ce19d'/>
<id>urn:sha1:214bd533a7aa7a2f42290138bc4f5d5cae9ce19d</id>
<content type='text'>
Approved by:	portmgr (implicit)
</content>
</entry>
<entry>
<title>Update the default version of GCC in the Ports Collection from GCC 4.7.4</title>
<updated>2014-09-10T20:50:31Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2014-09-10T20:50:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=15945f8122ca36c901e1319b3270445458bdae02'/>
<id>urn:sha1:15945f8122ca36c901e1319b3270445458bdae02</id>
<content type='text'>
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
</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>math/py-gnuplot: support staging</title>
<updated>2013-12-28T11:12:56Z</updated>
<author>
<name>William Grzybowski</name>
<email>wg@FreeBSD.org</email>
</author>
<published>2013-12-28T11:12:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e9f8b066936267b84bc1f28de55b96d66c23393f'/>
<id>urn:sha1:e9f8b066936267b84bc1f28de55b96d66c23393f</id>
<content type='text'>
</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 png to 1.5.10</title>
<updated>2012-06-01T05:26:28Z</updated>
<author>
<name>Dirk Meyer</name>
<email>dinoex@FreeBSD.org</email>
</author>
<published>2012-06-01T05:26:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2b74a89bc8342f0b9b737c37d87737caf7b0ea1e'/>
<id>urn:sha1:2b74a89bc8342f0b9b737c37d87737caf7b0ea1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PORTREVISION after open-mofit update</title>
<updated>2011-05-02T12:44:53Z</updated>
<author>
<name>Max Brazhnikov</name>
<email>makc@FreeBSD.org</email>
</author>
<published>2011-05-02T12:44:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=630ca2285fa5e6de5891053bc2133d1d69c5385a'/>
<id>urn:sha1:630ca2285fa5e6de5891053bc2133d1d69c5385a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- update to 1.4.1</title>
<updated>2010-03-28T06:47:48Z</updated>
<author>
<name>Dirk Meyer</name>
<email>dinoex@FreeBSD.org</email>
</author>
<published>2010-03-28T06:47:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=de78af3ac53da4687d22975cd2e236a0668d9a0d'/>
<id>urn:sha1:de78af3ac53da4687d22975cd2e236a0668d9a0d</id>
<content type='text'>
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
</content>
</entry>
</feed>
