<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/ipdbtools, branch 2019Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2019Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2019Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-12-12T01:35:33Z</updated>
<entry>
<title>Bump PORTREVISION for ports depending on the canonical version of GCC</title>
<updated>2018-12-12T01:35:33Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2018-12-12T01:35:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a9f015d155018758628ec8858a3d05e162673f67'/>
<id>urn:sha1:a9f015d155018758628ec8858a3d05e162673f67</id>
<content type='text'>
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
</content>
</entry>
<entry>
<title>Bump PORTREVISION for ports depending on the canonical version of GCC</title>
<updated>2018-07-29T22:18:44Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2018-07-29T22:18:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=09f9633cb617878a6611cfdfb630e55d957188ef'/>
<id>urn:sha1:09f9633cb617878a6611cfdfb630e55d957188ef</id>
<content type='text'>
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
</content>
</entry>
<entry>
<title>sysutils/ipdbtools: Update to 1.1.2</title>
<updated>2018-03-20T04:48:47Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2018-03-20T04:48:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=85a6a142cde60b54b5c0cc6e0225329f6a086eeb'/>
<id>urn:sha1:85a6a142cde60b54b5c0cc6e0225329f6a086eeb</id>
<content type='text'>
Port changes:
* Rhange to github
* Add LICENSE_FILE
* Remove BROKEN_xx because these are now not broken
* Remove post-patch

PR:		226566
Submitted by:	cyclaero@gmail.com (maintainer)
</content>
</entry>
<entry>
<title>Only pass `-mssse3' on amd64 where it is required, generally respect CFLAGS,</title>
<updated>2018-01-09T07:28:22Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2018-01-09T07:28:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=52353e34b0d1b014946d1c5b38d9970101a2ba00'/>
<id>urn:sha1:52353e34b0d1b014946d1c5b38d9970101a2ba00</id>
<content type='text'>
and thus unbreak the port on some tier-2 architectures.

Tested on:	i386, amd64, powerpc (gcc49), sparc64 (gcc47)
</content>
</entry>
<entry>
<title>For ports that are marked BROKEN on armv6, and also fail to build on</title>
<updated>2017-11-30T06:13:34Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2017-11-30T06:13:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bf43557044604cb6487fc1aa24ce2c210ae789da'/>
<id>urn:sha1:bf43557044604cb6487fc1aa24ce2c210ae789da</id>
<content type='text'>
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
</content>
</entry>
<entry>
<title>Bump PORTREVISION for ports depending on the canonical version of GCC</title>
<updated>2017-09-10T20:55:38Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2017-09-10T20:55:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e59c88cece035a155debaf8996ce8f20adabd78b'/>
<id>urn:sha1:e59c88cece035a155debaf8996ce8f20adabd78b</id>
<content type='text'>
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
</content>
</entry>
<entry>
<title>Mark some ports failing on power64.  In cases where the error message</title>
<updated>2017-05-22T22:29:17Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2017-05-22T22:29:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=197f08abf4fd25e8493f6391ed2c5cac9671e9bb'/>
<id>urn:sha1:197f08abf4fd25e8493f6391ed2c5cac9671e9bb</id>
<content type='text'>
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
</content>
</entry>
<entry>
<title>Bump PORTREVISIONs for ports depending on the canonical version of GCC and</title>
<updated>2017-04-01T15:23:30Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2017-04-01T15:23:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=04d6f52202c61a48690e73e65879001d2ee3adc5'/>
<id>urn:sha1:04d6f52202c61a48690e73e65879001d2ee3adc5</id>
<content type='text'>
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
</content>
</entry>
<entry>
<title>Bump PORTREVISIONS for ports depending on the canonical version of GCC and</title>
<updated>2016-11-20T09:38:08Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2016-11-20T09:38:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=89f8b052147a980faa4f4419d8444f0c7073c997'/>
<id>urn:sha1:89f8b052147a980faa4f4419d8444f0c7073c997</id>
<content type='text'>
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
</content>
</entry>
<entry>
<title>Mark as broken on various tier-2 archs.</title>
<updated>2016-11-16T00:35:29Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2016-11-16T00:35:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c92cf8332cf52915fd2f493ccc11c9ca36ab2b00'/>
<id>urn:sha1:c92cf8332cf52915fd2f493ccc11c9ca36ab2b00</id>
<content type='text'>
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
</content>
</entry>
</feed>
