<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java/jdk16/Makefile, branch release/5.2.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2003-12-12T19:19:02Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.</title>
<updated>2003-12-12T19:19:02Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-12-12T19:19:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a0848d727648aa70f6a89c013203f2b82a4e972e'/>
<id>urn:sha1:a0848d727648aa70f6a89c013203f2b82a4e972e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>USE_REINPLACE need be defined only when REINPLACE_CMD is used.</title>
<updated>2003-11-17T12:29:10Z</updated>
<author>
<name>Trevor Johnson</name>
<email>trevor@FreeBSD.org</email>
</author>
<published>2003-11-17T12:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b3ba3ae4272e4c4220fb51995e26b0b707865b33'/>
<id>urn:sha1:b3ba3ae4272e4c4220fb51995e26b0b707865b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bootstrap jdk detection process, so it work in case if no valid jdk</title>
<updated>2003-11-12T12:38:03Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2003-11-12T12:38:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=be57f40929acf82ae86673045f174f06301724d3'/>
<id>urn:sha1:be57f40929acf82ae86673045f174f06301724d3</id>
<content type='text'>
installed.  Previously BUILD_DEPENDS was not set correctly.

Add all possible choices for 1.4.1/1.4.2 JDKs while auto-detecting.
</content>
</entry>
<entry>
<title>Update to 1.4.2p5.</title>
<updated>2003-11-11T16:16:20Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2003-11-11T16:16:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=371e6b4b5ca3bcab33514c757c2d0ec4488ea1e5'/>
<id>urn:sha1:371e6b4b5ca3bcab33514c757c2d0ec4488ea1e5</id>
<content type='text'>
Important changes since last patchset:

. jdk14 port is now JDK 1.4.2 based!
. JavaWS distributing with jdk
. Runway problem fixed (fork() is no more problem for java apps)
. Sound support updated
. IPv6 support overhauled
. Drag'n'Drop support fixed (require open-motif mods)

As for now there's no more outstanding issues with this port!

FreeBSD port is also got a important of changes:

. optimized setup is now default (to get debuging bins/libs use WITH_DEBUG)

. bootstrap jdk autodetection.  If WITH_LINUX_BOOTSTRAP is not set, then
  it checks all known to work JDKs installed.  If nothing found, forces
  to install of linux-sun-jdk14

. Because of above change there's no NATIVE_BOOTSTRAP option anymore.  If
  native jdk14 is installed, it will be used by default.
</content>
</entry>
<entry>
<title>Don't redefine ECHO_MSG to echo explicitly.  It b0rked IGNORE messages.</title>
<updated>2003-11-10T12:18:05Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2003-11-10T12:18:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d5087e4a45ad0bda3e56ba7b2e32fbb178c40693'/>
<id>urn:sha1:d5087e4a45ad0bda3e56ba7b2e32fbb178c40693</id>
<content type='text'>
PR:		java/58902
Reported by:	Linh Pham &lt;question@closedsrc.org&gt;
</content>
</entry>
<entry>
<title>. Add fix for "runaway process" problem.  It should fix of stalled</title>
<updated>2003-10-29T08:20:59Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2003-10-29T08:20:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7d2d0599c7d330076529d5cd10cfe77d7c87a66a'/>
<id>urn:sha1:7d2d0599c7d330076529d5cd10cfe77d7c87a66a</id>
<content type='text'>
  processes problem for people who use Runtime.getRuntime.exec() method
  and related things.  Least five people reported that this patch fixed
  problem for them.

  IMPORTANT: I'd also suggested to all jdk14 users who runs FreeBSD 4.x
  and use libc_r at FreeBSD 5.x to upgrade.

. Stop removing "src.zip" from installation bundle.  Since -p4 it builds
  correctly and there's no reason to forbit people to use it.

. Bump PORTREVISION.
</content>
</entry>
<entry>
<title>. Sort PTHREAD_FILES.</title>
<updated>2003-10-21T00:10:04Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2003-10-21T00:10:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1fecbe771d2be9fc4f4768fb5b270806893ad251'/>
<id>urn:sha1:1fecbe771d2be9fc4f4768fb5b270806893ad251</id>
<content type='text'>
. Add j2se/ext/plugin/build/solaris/GNUmakefile to PTHREAD_FILES.  Should
  fix plugin compilation on -CURRENT.  Mea culpa.

PR:		58269
Submitted by:	Scott Dodson &lt;sdodson@sdodson.com&gt;
</content>
</entry>
<entry>
<title>. Add a missing BUILD_DEPENDS on NSPR so the plugin builds.</title>
<updated>2003-10-13T20:57:50Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2003-10-13T20:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e2a7da4b514b68a12163edfa244fca2134afb6c4'/>
<id>urn:sha1:e2a7da4b514b68a12163edfa244fca2134afb6c4</id>
<content type='text'>
Forgotten by:	glewis
</content>
</entry>
<entry>
<title>. Override PKGINSTALL to place it in WRKDIR, which is writeable, rather</title>
<updated>2003-10-13T03:31:42Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2003-10-13T03:31:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dcee19701bf6b5125da32b6082f23cea60655343'/>
<id>urn:sha1:dcee19701bf6b5125da32b6082f23cea60655343</id>
<content type='text'>
  than PORTSDIR, which may not be.

Submitted by:	kris
</content>
</entry>
<entry>
<title>. Update to 1.4.1p4.</title>
<updated>2003-10-11T05:16:50Z</updated>
<author>
<name>Greg Lewis</name>
<email>glewis@FreeBSD.org</email>
</author>
<published>2003-10-11T05:16:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4bb0df0d3b7b07ee78ff0e87261210d9c4cb0a41'/>
<id>urn:sha1:4bb0df0d3b7b07ee78ff0e87261210d9c4cb0a41</id>
<content type='text'>
. Use ${PTHREAD_LIBS} rather than -pthread or -lc_r.
. Install system preferences to avoid annoying and constant error messages.

Approved by:	phantom (the update, anyway)
</content>
</entry>
</feed>
