| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jan 2006 21:24:59
1.5.0p2_4  |
glewis  |
. Install a desktop icon for the java/jdk15 Control Panel. [1]
. Bump PORTREVISION for this and (mostly) the previous change.
PR: 86804
Submitted by: Panagiotis Astithas <past@ebs.gr> |
28 Jan 2006 23:41:24
1.5.0p2_3  |
glewis  |
. Link with the system libz instead of building the our own internal
copy. This should have the following effects:
. Fix problems experienced by programmes that dynamically create their
own copy of the JVM and are linked against the system's zlib (e.g.,
eclipse).
. Reduce the potential for zlib based security problems affecting the
JDK.
Submitted by: mi@ |
17 Dec 2005 16:14:48
1.5.0p2_3  |
glewis  |
. USE_ICONV is required whether we're building the web parts or not.
PR: 89512
Submitted by: girgen |
14 Dec 2005 16:52:32
1.5.0p2_3  |
glewis  |
. Tell the user all the files they will need up front, instead of telling
lies about what they have and prompting them one file at a time. This
is a slight rewording of the submitted patch.
PR: 84644
Submitted by: fenner |
03 Dec 2005 05:27:56
1.5.0p2_3  |
glewis  |
. Add $FreeBSD$. |
02 Dec 2005 22:24:01
1.5.0p2_3  |
glewis  |
. "Privatise" the symbols in libzip.so to avoid conflicting with those
in the systems libz.so. This conflict broke applications such as
Eclipse which is linked with libz.so (via gtk+ I believe).
This is a slightly modified version of the submitter's patch.
A better solution may be to link with the system's libz.so and remove
the JDK's internal zlib code altogether, but I'd like to test that a
little more first. Until then this solves the problem.
. Bump PORTREVISION since Eclipse seems to be quite widely used.
Submitted by: "Arno J. Klaassen" <arno@heho.snv.jussieu.fr> |
02 Dec 2005 22:17:15
1.5.0p2_2  |
glewis  |
. The patch to use getaddrinfo() #ifdef'ed out too much code. Change that
to isReachable() is still available (fixes some JCK tests).
Submitted by: Christos Zoulas |
23 Nov 2005 21:16:56
1.5.0p2_2  |
glewis  |
. Add $FreeBSD$. |
23 Nov 2005 16:50:01
1.5.0p2_2  |
glewis  |
. Add SHA256. |
23 Nov 2005 10:12:33
1.5.0p2_2  |
glewis  |
. Make pkg-install install a symbolic link for the browser plugin if a
valid one doesn't currently exist.
. Add a pkg-deinstall which removes the symbolic link if this port owns it.
. Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather
than manually using ${SED} ourselves.
Approved by: maintainer timeout |
05 Nov 2005 05:22:06
1.5.0p2_2  |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
13 Oct 2005 17:12:12
1.5.0p2_1  |
glewis  |
. Forced commit to note that the previous commit message should have
indicated that Sun believes XToolkit has some advantages over
_MToolkit_, not over itself as I mistakenly put.
Noticed by: linimon |
13 Oct 2005 15:19:18
1.5.0p2_1  |
glewis  |
. Bump PORTREVISION for the last two fixes.
Approved by: phantom (maintainer) |
13 Oct 2005 15:18:25
1.5.0p2  |
glewis  |
. Switch to using XToolkit by default. According to
http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html
it has some advantages over XToolkit. Its also the default on Linux
and Solaris will be switching to it. Some people have reported that
it fixes a crash in the browser plugin for them.
Please let me know straight away if this causes problems, particularly
with Swing, as it hasn't been extensively tested. The web page
mentioned above explains how to switch the toolkits dynamically so you
can compare them.
Submitted by: Huang wen hui <hwh@gddsn.org.cn>
(the awt_LoadLibrary.c patch)
Approved by: phantom (maintainer) |
13 Oct 2005 15:12:26
1.5.0p2  |
glewis  |
. Fix javaws.
Approved by: phantom (maintainer) |
27 Sep 2005 15:23:29
1.5.0p2  |
glewis  |
. Include header files from the JDK that was just built, not from the
bootstrap JDK. This fixes using the Linux JDK to bootstrap when you
are compiling javaws. |
20 Sep 2005 20:00:08
1.5.0p2  |
glewis  |
. Update to patchset 2:
. Many patches are now unnecessary as they are included in the new
patchset.
. The browser plugin and Java Web Start is enabled on i386 (there are
64 bit issues with both the plugin and Mozilla/Firefox which prevent
enabling it on amd64).
. Update the amount of disk space needed.
. Update the status of the port.
. Disable building the shared class data archive. This broke the build
on amd64 and appears to also be problematic on some i386 versions
(4.11 is broken at least). It will reappear in future, probably
initially on a limited set of FreeBSD versions and architectures
(6.0/i386 is reported to work).
Reviewed by: freebsd-java@
Approved by: maintainer timeout (1 week) |
06 Sep 2005 02:41:31
1.5.0p1_3  |
glewis  |
. Force the Client VM when dumping the shared archive since you can't
dump the archive with the Server VM. |
04 Sep 2005 14:31:32
1.5.0p1_3  |
glewis  |
. Generate the class data shared archive during post-install to speed
up VM load times.
See http://java.sun.com/j2se/1.5.0/docs/guide/vm/class-data-sharing.html
Suggested by: "Ronald Klop" <ronald-freebsd8@klop.yi.org>
Approved by: phantom (maintainer) |
03 Aug 2005 19:43:45
1.5.0p1_3  |
mi  |
Add two more hunks to patch-koi8u. Should make the koi8-u fonts support better
somehow.
Approved by: maintainer (phantom)
Approved by: portmgr (krion) |
01 Aug 2005 16:44:07
1.5.0p1_3  |
mi  |
Add the two forgotten files neccessary for proper KOI8-U support... Uh-oh. |
28 Jul 2005 13:36:16
1.5.0p1_3  |
mi  |
Use code long floating around the Internet to add support for KOI8-U
encoding. It is even easier to do the same thing to jdk14 and jdk13,
where only one charset-interface exists (jdk15 has two with the old one
considered obsolete).
Approved by: Alexey Zelkin (maintainer) |
22 Jun 2005 15:52:03
1.5.0p1_2  |
glewis  |
. Avoid memory corruption on FreeBSD 4.x. This seems to have no affect
under 5.x which was running fine without it.
Approved by: phantom |
12 May 2005 04:14:52
1.5.0p1_2  |
glewis  |
. Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory. Fixes a security problem with
jar(1).
This fix may change to be compatible with whatever fix Sun applies when
they release the next version of 1.5.
. Bump PORTREVISION for this fix.
Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
Reviewed by: maintainer timeout |
12 May 2005 04:13:55
1.5.0p1_1  |
glewis  |
. Fix various problems with time zone handling including:
. /etc/localtime is a symlink.
. /etc/localtime contains a time zone not recognised by the JDK.
Submitted by: Kurt Miller <truk@optonline.net>
Reviewed by: maintainer timeout |
12 May 2005 04:12:33
1.5.0p1_1  |
glewis  |
. Using dladdr(3) to determine the path to the current executable, and
hence the path for the shared libraries doesn't always work on FreeBSD.
It definitely fails on FreeBSD 4.11 and FreeBSD 6-CURRENT under the
tested environments. In fact, the dladdr(3) man page even warns of
these problems. While there is work under way to fix this, it isn't
available yet.
Given that situation, switch to trying /proc/curproc/file, which is
similar to what Linux does, and if that fails, drop back to checking
argv[0] and iterating through $PATH as in jdk 1.4. Both these methods
work correctly in testing.
Reported by: das
Reviewed by: maintainer timeout |
08 Apr 2005 18:29:29
1.5.0p1_1  |
glewis  |
. When linprocfs is not mounted the Linux JDK will output a warning message,
unfortunately sending it to stdout. When using such a JDK to bootstrap
this line ends up at the head of generated classes, leaving them
uncompilable. Add a filter to the class generation to strip out such
lines with egrep.
A similar patch is present in the jdk14 port and prevents a semi-common
class of error reports.
Approved by: phantom (maintainer) |
08 Apr 2005 15:33:00
1.5.0p1_1  |
glewis  |
. Bump PORTREVISION, forgotten when doing the fixes prior to the ports
freeze.
. Fix a typo and improve some grammar in some user output.
Approved by: phantom (maintainer) |
07 Apr 2005 20:47:03
1.5.0p1  |
glewis  |
. Fix the build on FreeBSD 4.x by using <inttypes.h> rather than <stdint.h>
(which FreeBSD 4.x lacks).
Approved by: phantom (maintainer) |
30 Mar 2005 16:52:00
1.5.0p1  |
glewis  |
. Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS for
files that are generated by the post-install script (which runs after
the dynamic packing list has been generated).
Approved by: portmgr (krion), phantom (maintainer) |
21 Mar 2005 05:49:33
1.5.0p1  |
glewis  |
. Fix a typo that results in an undefined reference (sizof -> sizeof).
PR: 77725
Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net> |
21 Mar 2005 05:48:04
1.5.0p1  |
glewis  |
. Fix a performance issue by using the correct INTERRUPTIBLE_NORESTART
macro. This will be in patchset 2.
PR: 77162
Submitted by: phantom |
18 Feb 2005 17:21:52
1.5.0p1  |
glewis  |
. Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
are deleted (which is necessary for it to correctly delete the symbolic
links created by registervm).
Approved by: phantom (maintainer) |
29 Jan 2005 12:19:15
1.5.0p1  |
phantom  |
Unbreak plist generation |
20 Jan 2005 08:41:13
1.5.0p1  |
phantom  |
Please welcome new participant of FreeBSD ports tree and Java ports
family -- first public patchset of native Sun JDK 1.5.0 port.
Most valuable addition of this patchset is native amd64 support.
And special thanks goes to Daniel Seuffert <ds@freeBSD.org> for
making it possible by providing amd64 hardware.
This patchset was tested on following configurations: i386/4.10,
i386/5.3, amd64/5.3. 5.3-RELEASE support is quite strong and
shown no huge visible problems over last week.
But even mentioning above note, keep in mind -- THIS IS ALPHA
PATCHSET and suitable for testers/developers ONLY!
Known issues are including (but for sure not limited to): (Only the first 15 lines of the commit message are shown above ) |