Port details |
- jdk15 Java Development Kit 1.5.0
- 1.5.0.16p9_19,1 java
=51 1.5.0.16p9_19,1Version of this port present on the latest quarterly branch. DEPRECATED: EOLed upstream since october 2009
This port expired on: 2012-11-27
RESTRICTED: Redistribution of pre-compiled binaries is not permitted
NO CDROM: Redistribution of pre-compiled binaries is not permitted
IS INTERACTIVE: yes
- Maintainer: glewis@FreeBSD.org
 - Port Added: 2005-01-20 08:44:01
- Last Update: 2012-12-10 17:18:32
- SVN Revision: 308619
- People watching this port, also watch:: firefox, gnupg, gettext, xorg-libraries
- Also Listed In: devel
- License: not specified in port
- WWW:
- http://www.freebsd.org/java/
- Description:
- This is the latest JDK 1.5.0 patchset from the Java 2 FreeBSD porting
project. This port allows you to easily build a native JDK1.5.0 for FreeBSD.
Please note that due to the current Sun licensing policy the resulting binaries
can't be distributed and you are only permitted to use/hack it personally.
Due to the same reasons you have to manually fetch the source code and patchset
for FreeBSD.
WWW: http://www.freebsd.org/java/
http://www.eyesbeyond.com/freebsddom/java/index.html
http://www.sun.com/software/communitysource/java2/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: jdk
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gm4 : devel/m4
- zip : archivers/zip
- libXm.so : x11-toolkits/open-motif
- javac : java/diablo-jdk16
- gmake : devel/gmake
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- xp.pc : x11/libXp
- xt.pc : x11-toolkits/libXt
- xtst.pc : x11/libXtst
- xft.pc : x11-fonts/libXft
- pkgconf : devel/pkgconf
- update-desktop-database : devel/desktop-file-utils
- Runtime dependencies:
-
- javavm : java/javavmwrapper
- zi : java/java-zoneinfo
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- xp.pc : x11/libXp
- xt.pc : x11-toolkits/libXt
- xtst.pc : x11/libXtst
- xft.pc : x11-fonts/libXft
- pkgconf : devel/pkgconf
- update-desktop-database : devel/desktop-file-utils
- libgiofam.so : devel/gio-fam-backend
- Library dependencies:
-
- nspr4.1 : devel/nspr
- iconv.3 : converters/libiconv
- glib-2.0.0 : devel/glib20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jdk-1.5.0.16p9_19,1:
DEBUG=off: Enable debugging support
IPV6=off: Enable IPv6 support
WEB=on: Enable the browser plugin and Java Web Start
POLICY=off: Install the Unlimited Strength Policy Files
TZUPDATE=on: Update the time zone data
JAIL=off: Port is being built within a jail
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.0p2_4 29 Jan 2006 21:24:59
 |
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> |
1.5.0p2_3 28 Jan 2006 23:41:24
 |
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@ |
1.5.0p2_3 17 Dec 2005 16:14:48
 |
glewis  |
. USE_ICONV is required whether we're building the web parts or not.
PR: 89512
Submitted by: girgen |
1.5.0p2_3 14 Dec 2005 16:52:32
 |
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 |
1.5.0p2_3 03 Dec 2005 05:27:56
 |
glewis  |
. Add $FreeBSD$. |
1.5.0p2_3 02 Dec 2005 22:24:01
 |
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> |
1.5.0p2_2 02 Dec 2005 22:17:15
 |
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 |
1.5.0p2_2 23 Nov 2005 21:16:56
 |
glewis  |
. Add $FreeBSD$. |
1.5.0p2_2 23 Nov 2005 16:50:01
 |
glewis  |
. Add SHA256. |
1.5.0p2_2 23 Nov 2005 10:12:33
 |
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 |
1.5.0p2_2 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
1.5.0p2_1 13 Oct 2005 17:12:12
 |
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 |
1.5.0p2_1 13 Oct 2005 15:19:18
 |
glewis  |
. Bump PORTREVISION for the last two fixes.
Approved by: phantom (maintainer) |
1.5.0p2 13 Oct 2005 15:18:25
 |
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) |
1.5.0p2 13 Oct 2005 15:12:26
 |
glewis  |
. Fix javaws.
Approved by: phantom (maintainer) |
1.5.0p2 27 Sep 2005 15:23:29
 |
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. |
1.5.0p2 20 Sep 2005 20:00:08
 |
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) |
1.5.0p1_3 06 Sep 2005 02:41:31
 |
glewis  |
. Force the Client VM when dumping the shared archive since you can't
dump the archive with the Server VM. |
1.5.0p1_3 04 Sep 2005 14:31:32
 |
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) |
1.5.0p1_3 03 Aug 2005 19:43:45
 |
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) |
1.5.0p1_3 01 Aug 2005 16:44:07
 |
mi  |
Add the two forgotten files neccessary for proper KOI8-U support... Uh-oh. |
1.5.0p1_3 28 Jul 2005 13:36:16
 |
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) |
1.5.0p1_2 22 Jun 2005 15:52:03
 |
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 |
1.5.0p1_2 12 May 2005 04:14:52
 |
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 |
1.5.0p1_1 12 May 2005 04:13:55
 |
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 |
1.5.0p1_1 12 May 2005 04:12:33
 |
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 |
1.5.0p1_1 08 Apr 2005 18:29:29
 |
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) |
1.5.0p1_1 08 Apr 2005 15:33:00
 |
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) |
1.5.0p1 07 Apr 2005 20:47:03
 |
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) |
1.5.0p1 30 Mar 2005 16:52:00
 |
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) |
1.5.0p1 21 Mar 2005 05:49:33
 |
glewis  |
. Fix a typo that results in an undefined reference (sizof -> sizeof).
PR: 77725
Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net> |
1.5.0p1 21 Mar 2005 05:48:04
 |
glewis  |
. Fix a performance issue by using the correct INTERRUPTIBLE_NORESTART
macro. This will be in patchset 2.
PR: 77162
Submitted by: phantom |
1.5.0p1 18 Feb 2005 17:21:52
 |
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) |
1.5.0p1 29 Jan 2005 12:19:15
 |
phantom  |
Unbreak plist generation |
1.5.0p1 20 Jan 2005 08:41:13
 |
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 ) |