<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java/bootstrap-openjdk/Makefile, branch 2015Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2015Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2015Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2015-01-24T15:07:39Z</updated>
<entry>
<title>Switch some dependencies from a directory name or a file generated by pkg-install</title>
<updated>2015-01-24T15:07:39Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2015-01-24T15:07:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=364abe76fd9eef8f21dfc042689643cc3aee11d1'/>
<id>urn:sha1:364abe76fd9eef8f21dfc042689643cc3aee11d1</id>
<content type='text'>
to a package name,  as the former can't be attributed to a package
</content>
</entry>
<entry>
<title>Correct typo declaring ONLY_FOR_ARCHS</title>
<updated>2014-07-02T18:18:37Z</updated>
<author>
<name>Sean Bruno</name>
<email>sbruno@FreeBSD.org</email>
</author>
<published>2014-07-02T18:18:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c81719d3f2d904b7df3246cbe2665210264f80fe'/>
<id>urn:sha1:c81719d3f2d904b7df3246cbe2665210264f80fe</id>
<content type='text'>
PR:		191565
Reviewed by:	bdrewery
</content>
</entry>
<entry>
<title>- Update to r351880.</title>
<updated>2014-04-23T03:25:08Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2014-04-23T03:25:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c20dd5b4a12a13b0dd7f84b92971be0025a44912'/>
<id>urn:sha1:c20dd5b4a12a13b0dd7f84b92971be0025a44912</id>
<content type='text'>
- Bundle libfreetype.so.6.
</content>
</entry>
<entry>
<title>Use USES=tar:xz.</title>
<updated>2014-03-14T17:15:17Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2014-03-14T17:15:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c19799461488be8021dc5bb7fec5a8b799c366ff'/>
<id>urn:sha1:c19799461488be8021dc5bb7fec5a8b799c366ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to r348097.</title>
<updated>2014-03-13T21:26:09Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2014-03-13T21:26:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=713ec9ce4a654d7861e136b241362e4cb86a7662'/>
<id>urn:sha1:713ec9ce4a654d7861e136b241362e4cb86a7662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to r347418.</title>
<updated>2014-03-10T18:16:44Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2014-03-10T18:16:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c8e86baa5ba9641c1204b7c83d3347f683aa455e'/>
<id>urn:sha1:c8e86baa5ba9641c1204b7c83d3347f683aa455e</id>
<content type='text'>
- Re-enable mixed mode by default.  Now we know it is not our problem.
- Do not build with system zlib and include libstdc++.so.6 in the distfile
to avoid misc/compat8x dependency.
</content>
</entry>
<entry>
<title>Update to r333271.</title>
<updated>2013-11-11T18:51:17Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2013-11-11T18:51:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=060ab65b650074b9e8771b5dcf514d30e541fab6'/>
<id>urn:sha1:060ab65b650074b9e8771b5dcf514d30e541fab6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to r330538.</title>
<updated>2013-10-21T21:27:59Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2013-10-21T21:27:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=30b9bd7b949781c7a8a2c12f5c1a65c0ef557e7a'/>
<id>urn:sha1:30b9bd7b949781c7a8a2c12f5c1a65c0ef557e7a</id>
<content type='text'>
- Turn off mixed mode for HotSpot (i. e., JIT compiler) by default for
extreme safety.  Although it may be too conservative and/or slow, it is okay
because it is not useful for anything but bootstrapping OpenJDK itself.  In
fact, it does not seem stable within jails (e. g., QAT) for unknown reasons.
- Revert r330422.  Now it is obsolete by r330500.
</content>
</entry>
<entry>
<title>Chase misc/compat8x change.  libstdc++.so.6 is now available from compat9x.</title>
<updated>2013-10-15T18:15:21Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2013-10-15T18:15:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=929f912569a642ce94487ff3e8613594389294fb'/>
<id>urn:sha1:929f912569a642ce94487ff3e8613594389294fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to r330107 (OpenJDK6 b28).</title>
<updated>2013-10-13T06:17:15Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2013-10-13T06:17:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=62b0ca1b39cd9f67b0c33658bb75ae09544c5662'/>
<id>urn:sha1:62b0ca1b39cd9f67b0c33658bb75ae09544c5662</id>
<content type='text'>
</content>
</entry>
</feed>
