<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/bigloo, branch pkg-install-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-07-05T12:19:32Z</updated>
<entry>
<title>Bump more ports that depend on libsqlite3.so:</title>
<updated>2014-07-05T12:19:32Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-07-05T12:19:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ec94e4d5eb205b565ad234a64ae8f928f0acf831'/>
<id>urn:sha1:ec94e4d5eb205b565ad234a64ae8f928f0acf831</id>
<content type='text'>
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
</content>
</entry>
<entry>
<title>- Package was rerolled in order to update manpages and documentation</title>
<updated>2014-05-18T06:33:34Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2014-05-18T06:33:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b81ee0c6e5a1d52da1e0f7ebcc95352e20ae5de0'/>
<id>urn:sha1:b81ee0c6e5a1d52da1e0f7ebcc95352e20ae5de0</id>
<content type='text'>
PR:		187496
Submitted by:	ports fury
</content>
</entry>
<entry>
<title>Mark BROKEN: Checksum and size mismatch</title>
<updated>2014-03-08T16:25:17Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-03-08T16:25:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5d01372be6735b944b93c4234b9b264bf8326724'/>
<id>urn:sha1:5d01372be6735b944b93c4234b9b264bf8326724</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to version 4.1a.2</title>
<updated>2014-02-27T08:50:26Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2014-02-27T08:50:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e8ecb2f4a8c6974bb183cc6b9e1510324e93f78d'/>
<id>urn:sha1:e8ecb2f4a8c6974bb183cc6b9e1510324e93f78d</id>
<content type='text'>
PR:		187040
Submitted by:	Ports Fury
</content>
</entry>
<entry>
<title>- Update to version 4.0b</title>
<updated>2014-01-07T20:26:34Z</updated>
<author>
<name>Pawel Pekala</name>
<email>pawel@FreeBSD.org</email>
</author>
<published>2014-01-07T20:26:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=89f5a59034c9d92140dd1785fd8f2ccd81e9a564'/>
<id>urn:sha1:89f5a59034c9d92140dd1785fd8f2ccd81e9a564</id>
<content type='text'>
- Install additional manpages
- Use options subs, helpers
- Support staging

PR:		ports/181072
Submitted by:	KATO Tsuguru &lt;tkato432@yahoo.com&gt;
</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: lang)</title>
<updated>2013-09-20T19:53:09Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T19:53:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=888ab73a81ce0010b6a141740f5b26e92a5ec6a8'/>
<id>urn:sha1:888ab73a81ce0010b6a141740f5b26e92a5ec6a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.</title>
<updated>2013-08-17T16:27:24Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2013-08-17T16:27:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=41e60477bdfd199f4fa53ac14af9a86349cff50b'/>
<id>urn:sha1:41e60477bdfd199f4fa53ac14af9a86349cff50b</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>GNU Emacs updates</title>
<updated>2013-03-30T05:13:30Z</updated>
<author>
<name>Ashish SHUKLA</name>
<email>ashish@FreeBSD.org</email>
</author>
<published>2013-03-30T05:13:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7fc5bd70f304960d548c295f626246d604c95564'/>
<id>urn:sha1:7fc5bd70f304960d548c295f626246d604c95564</id>
<content type='text'>
editors/emacs:
 - Update to 24.3
 - Update CANNA patchset[1]
 - Unbreak ARM support by using the patch from emacs-devel port
 - Add missing INSTALLS_ICONS[2]
 - Remove a patch which is already integrated upstream
 - Fix Makefile header

editors/emacs-devel:
 - Update to bzr revision 112178
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
</content>
</entry>
<entry>
<title>- Update to 4.0.a</title>
<updated>2013-02-10T07:52:02Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2013-02-10T07:52:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cbb450de563775d3a0c52106e03f72d01a5c4b35'/>
<id>urn:sha1:cbb450de563775d3a0c52106e03f72d01a5c4b35</id>
<content type='text'>
PR:		174204
Submitted by:	ports fury
</content>
</entry>
</feed>
