notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
jdk15 Java Development Kit 1.5.0
1.5.0.16p9_19,1 java Deleted on this many watch lists=51 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5.0.16p9_19,1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: EOLed upstream since october 2009
Expired This port expired on: 2012-11-27
Restricted RESTRICTED: Redistribution of pre-compiled binaries is not permitted
NO CDROM NO CDROM: Redistribution of pre-compiled binaries is not permitted
Is Interactive IS INTERACTIVE: yes
Maintainer: glewis@FreeBSD.org search for ports maintained by this maintainer
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
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • jdk>0:java/jdk15
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gm4 : devel/m4
  2. zip : archivers/zip
  3. libXm.so : x11-toolkits/open-motif
  4. javac : java/diablo-jdk16
  5. gmake : devel/gmake
  6. x11.pc : x11/libX11
  7. xext.pc : x11/libXext
  8. xi.pc : x11/libXi
  9. xmu.pc : x11-toolkits/libXmu
  10. xp.pc : x11/libXp
  11. xt.pc : x11-toolkits/libXt
  12. xtst.pc : x11/libXtst
  13. xft.pc : x11-fonts/libXft
  14. pkgconf : devel/pkgconf
  15. update-desktop-database : devel/desktop-file-utils
Runtime dependencies:
  1. javavm : java/javavmwrapper
  2. zi : java/java-zoneinfo
  3. x11.pc : x11/libX11
  4. xext.pc : x11/libXext
  5. xi.pc : x11/libXi
  6. xmu.pc : x11-toolkits/libXmu
  7. xp.pc : x11/libXp
  8. xt.pc : x11-toolkits/libXt
  9. xtst.pc : x11/libXtst
  10. xft.pc : x11-fonts/libXft
  11. pkgconf : devel/pkgconf
  12. update-desktop-database : devel/desktop-file-utils
  13. libgiofam.so : devel/gio-fam-backend
Library dependencies:
  1. nspr4.1 : devel/nspr
  2. iconv.3 : converters/libiconv
  3. 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:
Expand this list (1 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Collapse this list.

Number of commits found: 135 (showing only 35 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.0p2_4
29 Jan 2006 21:24:59
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. Add $FreeBSD$.
1.5.0p2_3
02 Dec 2005 22:24:01
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. "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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. Add $FreeBSD$.
1.5.0p2_2
23 Nov 2005 16:50:01
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. Add SHA256.
1.5.0p2_2
23 Nov 2005 10:12:33
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
1.5.0p2_1
13 Oct 2005 17:12:12
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. Bump PORTREVISION for the last two fixes.

Approved by:    phantom (maintainer)
1.5.0p2
13 Oct 2005 15:18:25
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. Fix javaws.

Approved by:    phantom (maintainer)
1.5.0p2
27 Sep 2005 15:23:29
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
mi search for other commits by this committer
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
Original commit files touched by this commit This port version is marked as vulnerable.
mi search for other commits by this committer
Add the two forgotten files neccessary for proper KOI8-U support... Uh-oh.
1.5.0p1_3
28 Jul 2005 13:36:16
Original commit files touched by this commit This port version is marked as vulnerable.
mi search for other commits by this committer
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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
glewis search for other commits by this committer
. 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
Original commit files touched by this commit This port version is marked as vulnerable.
phantom search for other commits by this committer
Unbreak plist generation
1.5.0p1
20 Jan 2005 08:41:13
Original commit files touched by this commit This port version is marked as vulnerable.
phantom search for other commits by this committer
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 View all of this commit message)

Number of commits found: 135 (showing only 35 on this page)

«  1 | 2