<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java/openjdk8/Makefile, branch 2017Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2017Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2017Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2017-02-02T21:28:22Z</updated>
<entry>
<title>Fix build with GCC.  It was broken by r430424.</title>
<updated>2017-02-02T21:28:22Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2017-02-02T21:28:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=68d9296d7a5070840d5868b5017ee5fe688278cd'/>
<id>urn:sha1:68d9296d7a5070840d5868b5017ee5fe688278cd</id>
<content type='text'>
PR:		216738
</content>
</entry>
<entry>
<title>. Update to 8u121.</title>
<updated>2017-01-29T07:08:18Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2017-01-29T07:08:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7494e12b61fe09ef699cd4f92eaa7059ad6b13d5'/>
<id>urn:sha1:7494e12b61fe09ef699cd4f92eaa7059ad6b13d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The output of tools like awk, date, sort, tr,... depends on the current</title>
<updated>2017-01-18T13:20:31Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2017-01-18T13:20:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=02f27a83b44d4566fd409edc60570ac0734eb63e'/>
<id>urn:sha1:02f27a83b44d4566fd409edc60570ac0734eb63e</id>
<content type='text'>
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=&lt;locale&gt; that adds LANG=&lt;locale&gt; and LC_ALL=&lt;locale&gt; to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
</content>
</entry>
<entry>
<title>. Fix compilation with Clang 4.0</title>
<updated>2017-01-15T22:51:52Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2017-01-15T22:51:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1baf25b00209c02a301d4aedae6c28fa9d248f4b'/>
<id>urn:sha1:1baf25b00209c02a301d4aedae6c28fa9d248f4b</id>
<content type='text'>
PR:		216016
Submitted by:	jbeich@
</content>
</entry>
<entry>
<title>- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL</title>
<updated>2017-01-09T13:16:49Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2017-01-09T13:16:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9d79e7b1469f6887d302e13ce7c67c54408a2453'/>
<id>urn:sha1:9d79e7b1469f6887d302e13ce7c67c54408a2453</id>
<content type='text'>
Approved by:	portmgr blanket
</content>
</entry>
<entry>
<title>. Add powerpc64 support.</title>
<updated>2017-01-02T23:45:09Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2017-01-02T23:45:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7e7a77185774368b2ed241ec33c0c90a33747da9'/>
<id>urn:sha1:7e7a77185774368b2ed241ec33c0c90a33747da9</id>
<content type='text'>
PR:		212709
Submitted by:	Curtis Hamilton &lt;hamiltcl@verizon.net&gt;
</content>
</entry>
<entry>
<title>Add an X11 option to java/openjdk[78]</title>
<updated>2016-12-09T20:30:53Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2016-12-09T20:30:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7bcea9568e7bc5b3879273b4aa7ce1de14c129bc'/>
<id>urn:sha1:7bcea9568e7bc5b3879273b4aa7ce1de14c129bc</id>
<content type='text'>
It defaults to on.  Disabling it will remove X support from Java, and reduce
X-related dependencies.

PR:		210000
Reviewed by:	brd
Approved by:	brd (ports)
Approved by:	glewis (maintainer timeout)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D6698
</content>
</entry>
<entry>
<title>. Update to 8u112.</title>
<updated>2016-10-30T03:51:40Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2016-10-30T03:51:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ab934928889b0e7cc0304ad4863abfe2e962cc72'/>
<id>urn:sha1:ab934928889b0e7cc0304ad4863abfe2e962cc72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update cacerts file using the one included in 8u111 release.</title>
<updated>2016-10-24T08:53:21Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2016-10-24T08:53:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b6b8271c050eae51d7495b680dd219e4c7c7dc4'/>
<id>urn:sha1:6b6b8271c050eae51d7495b680dd219e4c7c7dc4</id>
<content type='text'>
Notable change is the inclusion of Let's Encrypt CA.
</content>
</entry>
<entry>
<title>${RM} already has -f.</title>
<updated>2016-10-21T12:51:40Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-10-21T12:51:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eabbfd75e30148b8f686899a638b93547ca83485'/>
<id>urn:sha1:eabbfd75e30148b8f686899a638b93547ca83485</id>
<content type='text'>
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
</content>
</entry>
</feed>
