<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/games/cre, branch release/13.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-08-30T09:47:49Z</updated>
<entry>
<title>Extend expiration of ports broken with -fno-common</title>
<updated>2020-08-30T09:47:49Z</updated>
<author>
<name>Niclas Zeising</name>
<email>zeising@FreeBSD.org</email>
</author>
<published>2020-08-30T09:47:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a1b290c54de889d9db069a15f2560230fd19d999'/>
<id>urn:sha1:a1b290c54de889d9db069a15f2560230fd19d999</id>
<content type='text'>
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date.  The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall.  This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.

MFH:		2020Q3 (maybe)
</content>
</entry>
<entry>
<title>games/cre: fix build on current and deprecate</title>
<updated>2020-08-28T18:00:58Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2020-08-28T18:00:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2bdc6891819045f6ec8bcf17bf8d61649f1e0fb3'/>
<id>urn:sha1:2bdc6891819045f6ec8bcf17bf8d61649f1e0fb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build with src r354909 applied.</title>
<updated>2019-11-25T23:25:52Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2019-11-25T23:25:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f2ab4428432c7278a3dfc65dd19ae1a0e21e9b2f'/>
<id>urn:sha1:f2ab4428432c7278a3dfc65dd19ae1a0e21e9b2f</id>
<content type='text'>
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_&lt;FOO&gt;.
</content>
</entry>
<entry>
<title>- Fix license</title>
<updated>2016-06-29T09:05:20Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-06-29T09:05:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7f89961aed3fcc06e45845c137e00ed7a5b84e0a'/>
<id>urn:sha1:7f89961aed3fcc06e45845c137e00ed7a5b84e0a</id>
<content type='text'>
- Switch to options helpers
</content>
</entry>
<entry>
<title>Fixup the dos2unix conversion.</title>
<updated>2013-11-28T16:49:31Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2013-11-28T16:49:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=65990f38b17311c075d1d741a0a474c9df831f8a'/>
<id>urn:sha1:65990f38b17311c075d1d741a0a474c9df831f8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Convert to dos2unix.mk</title>
<updated>2013-11-19T23:08:44Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2013-11-19T23:08:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=02e619a5d80d666372fdf370624b2d6c016de0d5'/>
<id>urn:sha1:02e619a5d80d666372fdf370624b2d6c016de0d5</id>
<content type='text'>
- While at it convert to gmake.mk ports that still USE_GMAKE.
</content>
</entry>
<entry>
<title>- Set NO_WRKSUBDIR and BUILD_WRKSRC</title>
<updated>2013-10-30T18:27:20Z</updated>
<author>
<name>Danilo Egea Gondolfo</name>
<email>danilo@FreeBSD.org</email>
</author>
<published>2013-10-30T18:27:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e26ce691e9403c67defb0be08dde33e1184de623'/>
<id>urn:sha1:e26ce691e9403c67defb0be08dde33e1184de623</id>
<content type='text'>
- Add stage support

PR:		ports/176195
Submitted by:	Christoph Mallon &lt;christoph.mallon@gmx.de&gt;
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: games)</title>
<updated>2013-09-20T17:36:33Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T17:36:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c84e1cd8e6ce90aad916148ab61808a44ca8f718'/>
<id>urn:sha1:c84e1cd8e6ce90aad916148ab61808a44ca8f718</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove pkg-plist</title>
<updated>2013-03-17T17:06:50Z</updated>
<author>
<name>Beech Rintoul</name>
<email>beech@FreeBSD.org</email>
</author>
<published>2013-03-17T17:06:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=87ec39e9e4e8c1fd1962b936e56ad0da74392000'/>
<id>urn:sha1:87ec39e9e4e8c1fd1962b936e56ad0da74392000</id>
<content type='text'>
PR:		ports/177039
Submitted by:	nemysis &lt;nemysis@gmx.ch&gt; (maintainer)
</content>
</entry>
<entry>
<title>- Convert to OptionsNG</title>
<updated>2013-03-17T07:35:44Z</updated>
<author>
<name>Beech Rintoul</name>
<email>beech@FreeBSD.org</email>
</author>
<published>2013-03-17T07:35:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=412016a1ecb4ff406f3c178553f702faa7992214'/>
<id>urn:sha1:412016a1ecb4ff406f3c178553f702faa7992214</id>
<content type='text'>
- Add license

PR:		ports/177039
Submitted by:	nemysis &lt;nemysis@gmx.ch&gt; (maintainer)
</content>
</entry>
</feed>
