The FreeBSD Ports Archive
FreeBSD java : jdk144>
Java Development Kit 1.4.2
This is the latest patchset from the Java 2 FreeBSD porting project. This
port allows you to easily build a native JDK1.4.2 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.
http://www.freebsd.org/java/
|
jdk14 history
v. 1.111
date: 2007/11/15 17:44:56; author: glewis; state: Exp; lines: +3 -3
. Update to tzupdater 1.3.0 to fix the default build (the previous version
of tzupdater is no longer available).
Approved by: portmgr (linimon)
v. 1.110
date: 2007/10/11 02:18:15; author: glewis; state: Exp; lines: +1 -0
. Explicitly pull in X dependencies instead of depending on the open-motif
dependency to implicitly pull in the X libraries we need.
Requested by: linimon
v. 1.109
date: 2007/09/07 06:42:55; author: glewis; state: Exp; lines: +3 -3
. Update to tzupdater 1.2.2.
v. 1.108
date: 2007/09/02 06:00:00; author: glewis; state: Exp; lines: +4 -0
. Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some work
to be made gcc 4.2 compliant.
v. 1.107
date: 2007/06/03 00:42:33; author: glewis; state: Exp; lines: +4 -4
. Update to tzupdater 1.2.1.
PR: 113248
v. 1.106
date: 2007/05/19 20:13:03; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.105
date: 2007/03/08 05:18:45; author: glewis; state: Exp; lines: +2 -1
. Add JAIL as an option, the Makefile already supported it as an
environment variable.
PR: 110049
v. 1.104
date: 2007/03/07 16:30:42; author: glewis; state: Exp; lines: +5 -4
. Update to tzupdater 1.1.0-2007c.
. Clean up old zoneinfo files after tzupdater has run.
v. 1.103
date: 2007/02/26 00:21:36; author: glewis; state: Exp; lines: +24 -11
. Add a TZUPDATE option, defaulting to on, which will update the time zone
data for the JDK using Sun's tzupdater. [1]
. Some simplification of the convoluted logic around telling the user
which files to download. In particular, don't care if we've already
told them to download a file.
. Bump PORTREVISION since many North American users will need to pick up
the time zone changes.
Collaboration with: Tim Zingelman [1]
v. 1.102
date: 2006/12/08 22:36:15; author: glewis; state: Exp; lines: +13 -12
. Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
. Small Makefile restructure to keep related variables in one place.
. Trim the ancient bootstrapping options.
. Add ipv6 to CATEGORIES if its enabled. [2]
PR: 106129 [2]
Submitted by: Janos Mohacsi [2]
Pointed out by: pointyhat (via kris) [1]
v. 1.101
date: 2006/10/09 16:35:29; author: glewis; state: Exp; lines: +0 -5
. The IPV6_ONLY option is unnecessary as IPV6_V6ONLY is defined in
/usr/include/netinet6/in6.h.
Submitted by: ume@
v. 1.100
date: 2006/10/08 19:22:18; author: glewis; state: Exp; lines: +44 -30
. Add support for installing the JCE policy files. [1]
. OPTIONify. [1]
. Add a knob for IPV6_V6ONLY.
. Bump PORTREVISION.
PR: 103920
Submitted by: lioux@
v. 1.99
date: 2006/05/09 00:18:05; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with a J
v. 1.98
date: 2006/03/31 08:47:17; author: linimon; state: Exp; lines: +1 -1
Reassign these ports from inactive maintainer to glewis, who has been doing
most of the work over the past year.
Hat: portmgr
v. 1.97
date: 2006/02/12 00:28:23; author: glewis; state: Exp; lines: +1 -1
. 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.
This is similar to the patch in the PR, but was actually backported from
the patches for the jdk15 port, so its a touch different.
PR: 92459
v. 1.96
date: 2006/01/20 16:39:04; author: glewis; state: Exp; lines: +1 -1
. Update to patchset 8.
v. 1.95
date: 2006/01/07 09:33:41; author: dinoex; state: Exp; lines: +2 -0
- fix build in JAILS
failed to build the jdk14 port in a jail under FreeBSD 5.4
FreeBSD 4.11 works.
The problem is that mount don't list the linprocfs,
and this make the selfcheck fail.
maintainer emailed:
So 6 Nov 2005 11:21:20 CET
Approved by: (maintainer timeout)
v. 1.94
date: 2005/12/14 16:52:31; author: glewis; state: Exp; lines: +31 -33
. 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
v. 1.93
date: 2005/11/25 03:39:42; author: glewis; state: Exp; lines: +5 -2
. 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
v. 1.92
date: 2005/10/13 15:09:11; author: glewis; state: Exp; lines: +1 -1
. Fix javaws.
. Bump PORTREVISION.
PR: 81176
Submitted by: "Thomas M. Hermann" <__tmh@yahoo.com>
v. 1.91
date: 2005/09/03 21:13:49; author: glewis; state: Exp; lines: +1 -7
. Use ${PTHREAD_LIBS} when compiling the testos programme rather than
inventing our own version.
Approved by: phantom (maintainer)
v. 1.90
date: 2005/05/11 21:18:39; author: glewis; state: Exp; lines: +1 -0
. 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 a fixed version of 1.5.
. Bump PORTREVISION for this fix.
Approved by: maintainer timeout
Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
v. 1.89
date: 2005/03/30 15:45:52; author: glewis; state: Exp; lines: +4 -0
. 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)
v. 1.88
date: 2005/02/18 17:21:52; author: glewis; state: Exp; lines: +1 -1
. 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)
v. 1.87
date: 2005/01/31 16:47:37; author: phantom; state: Exp; lines: +22 -3
Add support for picking up of motif includes and libraries via newly
added open-motif-jdk port. It's controlled via WITH_OPENMOTIF_JDK
knob and currently disabled by default (it still requires additional
testing and checking)
v. 1.86
date: 2005/01/29 12:19:15; author: phantom; state: Exp; lines: +5 -8
Unbreak plist generation
v. 1.85
date: 2005/01/14 15:50:22; author: phantom; state: Exp; lines: +13 -11
Autogenerate PLIST while installing
v. 1.84
date: 2004/12/17 07:02:50; author: glewis; state: Exp; lines: +4 -2
. Update to patchset 7.
. Fix a permissions problem with the plugins directory.
Approved by: phantom (maintainer)
v. 1.83
date: 2004/12/03 19:53:42; author: glewis; state: Exp; lines: +1 -3
. Backport parts of the 1.5 plugin to address plugin vulnerabilities.
. Bump PORTVERSION.
Submitted by: Kurt Miller
v. 1.82
date: 2004/11/24 15:16:38; author: glewis; state: Exp; lines: +2 -0
. Mark FORBIDDEN when building with the browser plugin due to the
vulnerabilities discussed in:
http://sunsolve.sun.com/search/document.do?assetkey=1-26-57591-1
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1029
v. 1.81
date: 2004/10/20 23:22:55; author: green; state: Exp; lines: +1 -1
The BSD patchset for the Sun JDK modeled its thread behavior mostly after
existing the Solaris base, and similarly to what happened with NSPR, made
a bad assumption on undefined behavior. This broke locking in various
places in Java, for example, causing the the debugging support to be
totally broken. It is worth someone who knows the Java codebase taking
a look to see what other things could have been broken by this on
FreeBSD 5.x+.
The assumption is that pthread_mutex_trylock(3) on a default-type
mutex will fail with EBUSY. This assumption is wrong for our
libpthread, which returns EDEADLK if the owner thread is trying to
acquire the mutex again with trylock. The behavior of performing a
locking operation on a self-locked default-type mutex is explicitly
undefined for pthread_mutex_lock(3).
The POSIX specification is still not very clear. It defines
pthread_mutex_trylock(3) in terms of pthread_mutex_lock(3) yet
does not say what the defined behavior should be for a self-locked
pthread_mutex_trylock(3) for any of the various mutex types, so it is
ambiguous whether the result is clearly undefined or clearly to return
EBUSY.
It is a one line change whether or not to make libpthread return
EDEADLK in this case, where it seems that most implementations do not.
Reference: http://www.opengroup.org/onlinepubs/009695399/functions/pthread_mutex_lock.html
v. 1.80
date: 2004/10/16 17:17:09; author: glewis; state: Exp; lines: +1 -1
. Bump PORTREVISION for the recent fixes.
v. 1.79
date: 2004/08/18 07:06:03; author: glewis; state: Exp; lines: +2 -1
. The changes to make in -CURRENT to use MAKEFLAGS make us unable to
override the MAKEFLAGS ARCH value in the main HotSpot Makefile. Fix
this by passing in a blank MAKEFLAGS up front so there is nothing to
(try to) override.
Submitted by: truckman
Requested by: kris
v. 1.78
date: 2004/03/05 13:43:40; author: phantom; state: Exp; lines: +2 -1
. Set LATEST_LINK [1]
. Fix rare NULL pointer de-reference bug in plugin code [2]
. Use better chinese fonts [3]
. Bump PORTREVISION
Requested by: kris [1]
Submitted by: Georg-W. Koltermann [2],
Clive Lin [3]
v. 1.77
date: 2004/02/04 05:21:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.76
date: 2004/01/28 14:00:26; author: phantom; state: Exp; lines: +60 -13
1. Switch 5.x version of jdk14 back to libc_r as default threading library.
We switched FreeBSD-5.x port to libkse as default threading library before
releasing of patchset 6, but users who has most of stuff linked against
libc_r and attempted to use jdk linked against libkse got into local hell
of threading libraries mix. So, rollback to libc_r by default and add
PTHREAD_LIBS support for this port.
IMPORTANT: In order to use libkse as threading library for jdk14 you
have to use rtld's libmap feature or recompile your ports stuff (like
mozilla) with libkse.
NOTE: libkse still has issues with java debug support, so if you're going
to use debuging (JVMDI) stuff - leave with libc_r for now.
2. Disable IPv6 support by default. Unfortunatelly due to security reasons
IPv4-to-IPv6 addresses mapping is disabled by default in FreeBSD-5.x, so
those who would like to use Java Networking stuff had to manually
enable it. To make jdk14 port more user-friendly IPv6 is disabled now
on compile time. Those who need this stuff enabled have to use WITH_IPV6
compile time option.
3. Add MINIMAL compile option. If this option is used to build
jdk14 port then plugin, javaws and demos stuff will not be installed
and/or packaged. Also (as noted in [5]) X11 runtime dependancy will
not be registered into built package.
4. Strip runtime depends of jdk14 port. There's no need to require open-motif
to be runtime depends since libXm is staticly linked into libawt.so.
5. Make X11 runtime dependancy conditional (via urwfonts) in !WITHOUT_PLUGIN
case only. This should affect only prebuilt package users: there's no
need to install X11 libraries if you're going to use non-GUI stuff only
(i.e. tomcat or jboss)
6. Add ${LOCALBASE}/lib to the deafult search path for JNI libraries.
7. Bump PORTVERSION
Reported by: many [1]
Submitted by: glewis [6]
Requested by: marcus [6]
v. 1.75
date: 2004/01/23 05:28:49; author: trevor; state: Exp; lines: +1 -1
Use LS macro.
v. 1.74
date: 2004/01/22 12:18:29; author: trevor; state: Exp; lines: +0 -2
Use the CPIO macro defined in bsd.port.mk.
v. 1.73
date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +0 -1
Use the SORT macro from bsd.port.mk.
v. 1.72
date: 2004/01/17 07:11:12; author: glewis; state: Exp; lines: +1 -0
. Check the return value of stat(2) when trying to read the javaws
configuration file and behave appropriately if its -1. Fixes a SEGV
caused by ignoring the return value and just carrying on.
. Bump PORTREVISION.
PR: 61392
v. 1.71
date: 2004/01/14 21:21:52; author: glewis; state: Exp; lines: +5 -1
. Update to 1.4.2 patchset 6.
. Install the cacerts file from Sun's 1.4.2_03 release to avoid some
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
Hopefully not objected to by: phantom
v. 1.70
date: 2003/12/16 06:50:59; author: phantom; state: Exp; lines: +3 -2
Don't use patch release number while setting up BUILD_DEPENDS for
linux-sun-jdk.
v. 1.69
date: 2003/11/17 12:28:59; author: trevor; state: Exp; lines: +0 -1
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.68
date: 2003/11/12 12:38:03; author: phantom; state: Exp; lines: +11 -4
Fix bootstrap jdk detection process, so it work in case if no valid jdk
installed. Previously BUILD_DEPENDS was not set correctly.
Add all possible choices for 1.4.1/1.4.2 JDKs while auto-detecting.
v. 1.67
date: 2003/11/11 16:16:19; author: phantom; state: Exp; lines: +77 -50
Update to 1.4.2p5.
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.
v. 1.66
date: 2003/11/10 12:18:05; author: phantom; state: Exp; lines: +0 -1
Don't redefine ECHO_MSG to echo explicitly. It b0rked IGNORE messages.
PR: java/58902
Reported by: Linh Pham
v. 1.65
date: 2003/10/29 08:20:58; author: phantom; state: Exp; lines: +1 -2
. Add fix for "runaway process" problem. It should fix of stalled
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.
v. 1.64
date: 2003/10/21 00:10:04; author: glewis; state: Exp; lines: +3 -2
. Sort PTHREAD_FILES.
. Add j2se/ext/plugin/build/solaris/GNUmakefile to PTHREAD_FILES. Should
fix plugin compilation on -CURRENT. Mea culpa.
PR: 58269
Submitted by: Scott Dodson
v. 1.63
date: 2003/10/13 20:57:50; author: glewis; state: Exp; lines: +2 -1
. Add a missing BUILD_DEPENDS on NSPR so the plugin builds.
Forgotten by: glewis
v. 1.62
date: 2003/10/13 03:31:42; author: glewis; state: Exp; lines: +1 -0
. Override PKGINSTALL to place it in WRKDIR, which is writeable, rather
than PORTSDIR, which may not be.
Submitted by: kris
v. 1.61
date: 2003/10/11 05:16:49; author: glewis; state: Exp; lines: +18 -2
. Update to 1.4.1p4.
. 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)
v. 1.60
date: 2003/10/01 16:14:20; author: glewis; state: Exp; lines: +1 -1
. Sync with the change to linux-sun-jdk14 (it now installs in
/usr/local/linux-sun-jdk1.4.2) so this port will bootstrap.
v. 1.59
date: 2003/09/08 08:55:20; author: phantom; state: Exp; lines: +1 -1
Update linux jdk location after recent linux-sun-jdk update to 1.4.2_01
v. 1.58
date: 2003/08/04 08:53:42; author: phantom; state: Exp; lines: +22 -2
Warn users about requirement of having linprocfs mounted in order to
start native JDK port build. linprocfs mounted become pre-requisite of
build after Linux SUN JDK port was updated to 1.4.2.
Add run-time (pre-build) check for linprocfs mounted as well.
Bump space requirements note about disk space required for build of
whole JDK 1.4.1 port and package to more appropriate value (as reported
by many people).
v. 1.57
date: 2003/07/21 07:31:05; author: znerd; state: Exp; lines: +3 -1
Now expects bootstrap JDK in ${LOCALBASE}/linux-sun-jdk1.4.2.
Approved by: MAINTAINER
v. 1.56
date: 2003/03/15 09:57:58; author: phantom; state: Exp; lines: +22 -6
Fix checking of libc_r capabilities at FreeBSD version which
don't have pthread_attr_get_np() at all (early 4.7-STABLE and previous
versions).
Reported by: Phillip Oleson
v. 1.55
date: 2003/03/13 21:43:36; author: phantom; state: Exp; lines: +13 -8
Add runtime test to check of required libc_r functionality. I.e. warn
people about requirement of libc_r updates as early as possible.
Bump PORTREVISION
Approved by: portmgr (kris) (implicitly)
v. 1.54
date: 2003/03/13 11:24:42; author: phantom; state: Exp; lines: +9 -0
Add notice about amount of disk space required
v. 1.53
date: 2003/03/13 11:15:24; author: phantom; state: Exp; lines: +2 -0
Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,
but sometimes leaves in)
v. 1.52
date: 2003/03/11 08:55:41; author: phantom; state: Exp; lines: +1 -0
Bump PORTREVISION
v. 1.51
date: 2003/03/06 23:18:23; author: phantom; state: Exp; lines: +37 -166
I am pleased to announce first public -beta patchset of FreeBSD/Java port
for JDK 1.4.1. This is complete and close to production quality
native JDK with both working client and server native JVMs. Local micro
benchmarks shown very little difference between Linux and FreeBSD JVMs in
speed.
One of important points of this patchset that it marks point when we are
very close to passing of Sun TCK tests. Currently about 20 of >27000 tests
are known to be broken (tests were run at -STABLE). If testing of this
patchset will be smooth and founding of this work will be continued we
may expect to have binary distribution of JDK 1.4.1 in April or begining
of May.
BUT, don't forget that even TCK tests can't cover all possible problems
and this is -beta patchset. Keep your eyes open and report your problems
to freebsd-java mailing list or to me directly!
* About supported FreeBSD releases:
Altough 4.8-RELEASE will be first officially supported FreeBSD release,
you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT.
You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including
5.0-RELEASE), but it's required to apply libc_r patch, distributed with
patchset3 archive, and rebuild libc_r first.
* About compiler:
This port is supposed to be built with stock FreeBSD compiler (3.2.[12]
for -CURRENT and 2.95.4 for -STABLE)!
* Following issues are known, but not yet addressed:
. IPv6 networking. IPv6 support is disabled in this patchset.
. Asian languages support. Patches are welcome!
. K6 (586-class) processors support. There're issues with building on
old K6 processors. If you've problems with 586-class machines other than
K6 - please let me know.
. Mozilla plugin is not yet ported.
* Following areas should be used with increased attention:
. Java Virtual Machine Profiling Interface (JVMPI)
. Java Virtual Machine Debugging Interface (JVMDI)
. Host Porting Interface (HPI)
If you have problems with these interfaces please let me know.
* THANKS!
I would thank very much to FreeBSD Foundation, without which support
and sponsorship JDK 1.4.1 port would not happen in such timeframes (less
than 2 months).
Sponsored by: FreeBSD Foundation
Approved by: portmgr
v. 1.50
date: 2003/03/04 03:07:17; author: kris; state: Exp; lines: +2 -2
Don't set IGNORE when PACKAGE_BUILDING
v. 1.49
date: 2003/02/28 17:56:43; author: glewis; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.48
date: 2003/02/28 17:54:40; author: glewis; state: Exp; lines: +82 -1
1. Bump PORTREVISION for this and previous changes.
2. Enable compiling the HotSpot JVM. This is experimental and there are a
number of caveats with its use that are reported by the port. The flag
to enable this is WITH_HOTSPOT.
3. Try to pick some OSVERSION settings appropriate for the current native
threads implementation.
PR: 47397 (2)
Submitted by: Munehiro Matsuda (2)
v. 1.47
date: 2003/02/12 19:00:41; author: glewis; state: Exp; lines: +1 -2
. Update to patchset 8.
v. 1.46
date: 2003/01/30 11:10:10; author: glewis; state: Exp; lines: +1 -1
Be consistent. If we're going to explicitly use /sbin/sysctl to check
the value, then tell the user to use that to set the value too.
v. 1.45
date: 2003/01/30 08:23:52; author: kris; state: Exp; lines: +1 -1
Use the full path to /sbin/sysctl
Noticed by: 'make index' in crontab
v. 1.44
date: 2002/10/31 20:20:37; author: glewis; state: Exp; lines: +10 -0
. Add optional (default: off) runtime dependencies for the font packages
necessary to support the different font.properties that are installed.
v. 1.43
date: 2002/10/31 17:56:56; author: glewis; state: Exp; lines: +1 -1
. Fix UDP packet broadcasting.
. Bump PORTREVISION.
Submitted by: daichi, Tetsuo Suzuki
v. 1.42
date: 2002/10/29 05:17:59; author: glewis; state: Exp; lines: +2 -2
. Check for open-motif with libXm.so, which we actually use, instead of
libMrm.a, which isn't.
v. 1.41
date: 2002/10/29 05:16:16; author: glewis; state: Exp; lines: +3 -3
. In the informative message regarding downloading the necessary files,
use ${DISTDIR} rather than /usr/ports/distfiles.
Submitted by: Mike Meyer
v. 1.40
date: 2002/10/25 05:54:09; author: glewis; state: Exp; lines: +8 -8
. echo -> ${ECHO_MSG}
v. 1.39
date: 2002/10/18 21:45:45; author: glewis; state: Exp; lines: +1 -0
. More XIM fixes for Japanese users (and presumably others with similar
character sets).
. Bump PORTREVISION.
Submitted by: daichi
v. 1.38
date: 2002/10/17 16:30:53; author: glewis; state: Exp; lines: +26 -6
. Make the instructions for downloading the various source bits clearer.
The instructions are based on text submitted in the PR (by grog).
PR: 42942
v. 1.37
date: 2002/10/10 08:38:38; author: znerd; state: Exp; lines: +2 -5
Not using IGNORE anymore to avoid package building.
.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "You can not legally distribute binaries"
.endif
This was superfluous and inhibiting package builds of things that
depend on the port. Having RESTRICTED and NO_CDROM is enough to
ensure that a package will not appear on the FTP site or a CDROM
(it will be built and used as a basis for other packages to build
with, but will be deleted at the end of the build run).
Requested by: kris
Reviewed by: portmgr (silence)
PR: 42758
v. 1.36
date: 2002/08/10 10:31:01; author: znerd; state: Exp; lines: +1 -1
Changed the installation directory of the Sun JDK 1.3.x for Linux to
linux-sun-jdk1.3.1.
PR: 41424
v. 1.35
date: 2002/08/08 18:41:44; author: glewis; state: Exp; lines: +1 -1
. Fix a typo in a message printed out to the user.
v. 1.34
date: 2002/08/06 16:36:21; author: glewis; state: Exp; lines: +9 -0
Add a check in pre-build for a sysctl which will cause an error during
bootstrapping with the Linux JDK.
v. 1.33
date: 2002/08/05 18:19:58; author: glewis; state: Exp; lines: +5 -2
Now that sobomax has updated the system version of tar don't redefine
TAR and add gtar to BUILD_DEPENDS unless the OSVERSION is old enough.
Small tweak by me to note that sobomax has MFC'ed the tar update.
Submitted by: Mikhail Teterin
v. 1.32
date: 2002/07/25 18:31:26; author: glewis; state: Exp; lines: +1 -2
Update to patchset 7.
v. 1.31
date: 2002/07/15 07:17:24; author: glewis; state: Exp; lines: +1 -1
Remove unintentional dependency on readlink by replacing the call to it
with a piece of sh+awk based on a recent post to freebsd-arch by
Cyrille Lefevre .
v. 1.30
date: 2002/07/07 21:38:45; author: glewis; state: Exp; lines: +3 -1
Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.
v. 1.29
date: 2002/06/27 05:34:39; author: glewis; state: Exp; lines: +13 -0
Add a pre-build target to check for a setting of WRKDIRPREFIX which will
result in the InvokerGen.java target failing. The bootstrapping Linux
JDK will confuse itself if WRKDIRPREFIX also exists in /compat/linux
as a symbolic link to the directory in the standard FreeBSD hierarchy.
Much appreciated sleuth work by: dillon
v. 1.28
date: 2002/06/26 05:10:24; author: glewis; state: Exp; lines: +1 -0
Add open-motif to RUN_DEPENDS temporarily until we teach the JDK to
statically link with the Motif libraries.
Submitted by: "Alexander Zagrebin"
v. 1.27
date: 2002/06/13 16:01:25; author: glewis; state: Exp; lines: +19 -16
. Fix dependencies after recent JDK ports repo copy.
PR: 39231
. Don't use -p with ${MKDIR}, its the default.
. Define (if necessary) and use ${SORT}, ${CPIO} and ${FIND} rather than
hardwiring them as /usr/bin/sort, etc.
Apologies to sobomax for not asking for a review, I thought it important
to unbreak the port as quickly as possible.
Submitted by: alane (dependencies), znerd
v. 1.26
date: 2002/05/28 01:47:45; author: obrien; state: Exp; lines: +1 -2
Use correct Open Motif.
v. 1.25
date: 2002/05/03 05:36:11; author: glewis; state: Exp; lines: +4 -0
Add a NATIVE_BOOTSTRAP knob which allows people to bootstrap with
an already installed native JDK rather than insisting on the
hardcoded Sun Linux JDK as the bootstrapper. This also means
that one can remove the Sun Linux JDK after the initial build
if so desired.
This may be superseded by a more general method of specifying
the bootstrap compiler from bsd.java.mk at a later date.
Reviewed by: sobomax
Approved by: sobomax
v. 1.24
date: 2002/05/03 05:32:22; author: glewis; state: Exp; lines: +1 -1
Really fix the incompatibilities with gettext 0.11. The previous
bandaid is reverted by this commit and instead patches are added
which will remove duplicate message entries from the .po files for
the plugin.
These are essentially the patches of marius@alchemy.franken.de, with
the first part of each patch removed (the message does actually have
two spaces in the code!). These patches were verified with the script
submitted by KANOU Hiroki-san and against the patches submitted by
SUGIMURA Takashi-san. Thanks to all of these people.
Apologies for the increasingly long patch names.
PR: 37087, 37147
Submitted by: marius@alchemy.franken.de
Reviewed by: sobomax
Approved by: sobomax
v. 1.23
date: 2002/04/16 18:24:41; author: glewis; state: Exp; lines: +1 -0
Add a temporary dependency on gettext-old and use msgfmt-old to process
messages for the browser plugin.
This is a bandaid for the problem expressed in the PR while I evaluate
a number of other proposed patches for the correct fix. Hence the PR
currently remains open.
PR: 37087
Reviewed by: sobomax
Approved by: sobomax
v. 1.22
date: 2002/04/16 06:08:42; author: glewis; state: Exp; lines: +1 -1
Bump PORTREVISION due to the last two changes to the port.
Approved by: sobomax
v. 1.21
date: 2002/04/15 19:26:24; author: glewis; state: Exp; lines: +1 -1
Start my bid for world domination by taking maintainership
of the jdk13 port.
Reviewed by: sobomax
Approved by: sobomax
v. 1.20
date: 2002/04/12 04:34:41; author: glewis; state: Exp; lines: +4 -4
Fix user and group ownership of the installed files when they have been
built by someone other than root. Instead of moving the files with tar,
move them with cpio and set up ownership.
Note that I have not closed the PR as there are 12 other ports named in
the PR with this problem.
PR: 36411
Submitted by: Alan Eldridge
Reviewed by: sobomax
Approved by: sobomax
v. 1.19
date: 2002/04/06 20:41:28; author: znerd; state: Exp; lines: +2 -1
Now creating an 'ext' directory as a subdirectory of
the application home directory.
Prompted by: Marc Recht
v. 1.18
date: 2002/03/13 15:06:15; author: sobomax; state: Exp; lines: +9 -2
Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. This
resolves the following error when starting Mozilla:
LoadPlugin: failed to initialize shared library
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined
symbol "XtShellStrings"]
While I'm here add a tweak to prune empty directories before installing
JDK, so that JDK installed from a pre-built package deinstalls properly.
Bump PORTREVISION.
v. 1.17
date: 2002/03/11 17:21:05; author: znerd; state: Exp; lines: +1 -0
Bumped PORTREVISION. Added a patch earlier today, and the
port should be rebuilt for the patch to be applied. Now
portupgrade should work as expected.
PR: ports/35658
v. 1.16
date: 2002/03/06 10:26:47; author: sobomax; state: Exp; lines: +2 -1
Add urwfonts into RUN_DEPENDS to prevent lot of "missed font" warnings when
starting any Swing app.
PR: 31364
Submitted by: Jonathan Chen
v. 1.15
date: 2002/02/20 08:12:38; author: davidc; state: Exp; lines: +1 -1
Corrected the gtk version number at the request of Greg Lewis.
Submitted by: Greg Lewis
v. 1.14
date: 2002/02/19 18:19:30; author: sobomax; state: Exp; lines: +1 -1
Use correct LIB_DEPENDS.
PR: 35120
Submitted by: Greg Lewis
v. 1.13
date: 2002/02/14 16:01:23; author: patrick; state: Exp; lines: +7 -7
Fix ampersand entities...
Submitted by: Remco van't Veer
v. 1.12
date: 2002/02/14 12:52:08; author: patrick; state: Exp; lines: +47 -1
Update to patch set 6
PR: 34923
Submitted by: Greg Lewis
v. 1.11
date: 2001/12/14 08:26:44; author: sobomax; state: Exp; lines: +1 -1
Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriate
place.
v. 1.10
date: 2001/10/16 12:43:07; author: sobomax; state: Exp; lines: +6 -3
Update to patchlevel 5.
PR: 31257
Submitted by: Greg Lewis
v. 1.9
date: 2001/09/12 11:18:38; author: sobomax; state: Exp; lines: +1 -0
Fix a potential crash on 5-CURRENT.
Submitted by: Fuyuhiko Maruyama
v. 1.8
date: 2001/09/10 11:43:08; author: sobomax; state: Exp; lines: +3 -3
Update to patchlevel 4. This release contains many critical bug fixes, so
please make sure that you have upgraded before reporting a bug or problem.
PR: 30481
Submitted by: Greg Lewis
v. 1.7
date: 2001/08/27 18:58:45; author: sobomax; state: Exp; lines: +30 -62
Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied from
jdk12-beta).
PR: 29949
Submitted by: Greg Lewis
v. 1.6
date: 2001/05/03 14:25:51; author: sobomax; state: Exp; lines: +3 -3
Update link to the place where distfile can be downloaded.
PR: 27058
Submitted by: Ernst de Haan
v. 1.5
date: 2001/02/14 21:12:54; author: lioux; state: Exp; lines: +2 -2
fix typo:
- the previous replacement of \s+# -> \t\t# triggered
error "Unassociated shell command #"
Submitted by: Dan Langille
v. 1.4
date: 2001/02/14 20:19:37; author: lioux; state: Exp; lines: +2 -2
typo clean up police: \s -> \t
v. 1.3
date: 2000/11/03 16:06:41; author: sobomax; state: Exp; lines: +4 -2
Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing.
Reported by: Max Khon , Ilya Krel
v. 1.2
date: 2000/10/14 11:58:04; author: sobomax; state: Exp; lines: +2 -1
This port is i386 only for the moment. We need some assembler code written
to make the Alpha work.
Submitted by: Greg Lewis
v. 1.1
date: 2000/10/13 12:41:25; author: sobomax; state: Exp;
Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code from
Sun and patchset from FreeBSD Java Project.
=============================================================================
v. 1.111
date: 2007/11/15 17:44:56; author: glewis; state: Exp; lines: +3 -3
. Update to tzupdater 1.3.0 to fix the default build (the previous version
of tzupdater is no longer available).
Approved by: portmgr (linimon)
v. 1.110
date: 2007/10/11 02:18:15; author: glewis; state: Exp; lines: +1 -0
. Explicitly pull in X dependencies instead of depending on the open-motif
dependency to implicitly pull in the X libraries we need.
Requested by: linimon
v. 1.109
date: 2007/09/07 06:42:55; author: glewis; state: Exp; lines: +3 -3
. Update to tzupdater 1.2.2.
v. 1.108
date: 2007/09/02 06:00:00; author: glewis; state: Exp; lines: +4 -0
. Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some work
to be made gcc 4.2 compliant.
v. 1.107
date: 2007/06/03 00:42:33; author: glewis; state: Exp; lines: +4 -4
. Update to tzupdater 1.2.1.
PR: 113248
v. 1.106
date: 2007/05/19 20:13:03; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.105
date: 2007/03/08 05:18:45; author: glewis; state: Exp; lines: +2 -1
. Add JAIL as an option, the Makefile already supported it as an
environment variable.
PR: 110049
v. 1.104
date: 2007/03/07 16:30:42; author: glewis; state: Exp; lines: +5 -4
. Update to tzupdater 1.1.0-2007c.
. Clean up old zoneinfo files after tzupdater has run.
v. 1.103
date: 2007/02/26 00:21:36; author: glewis; state: Exp; lines: +24 -11
. Add a TZUPDATE option, defaulting to on, which will update the time zone
data for the JDK using Sun's tzupdater. [1]
. Some simplification of the convoluted logic around telling the user
which files to download. In particular, don't care if we've already
told them to download a file.
. Bump PORTREVISION since many North American users will need to pick up
the time zone changes.
Collaboration with: Tim Zingelman [1]
v. 1.102
date: 2006/12/08 22:36:15; author: glewis; state: Exp; lines: +13 -12
. Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
. Small Makefile restructure to keep related variables in one place.
. Trim the ancient bootstrapping options.
. Add ipv6 to CATEGORIES if its enabled. [2]
PR: 106129 [2]
Submitted by: Janos Mohacsi [2]
Pointed out by: pointyhat (via kris) [1]
v. 1.101
date: 2006/10/09 16:35:29; author: glewis; state: Exp; lines: +0 -5
. The IPV6_ONLY option is unnecessary as IPV6_V6ONLY is defined in
/usr/include/netinet6/in6.h.
Submitted by: ume@
v. 1.100
date: 2006/10/08 19:22:18; author: glewis; state: Exp; lines: +44 -30
. Add support for installing the JCE policy files. [1]
. OPTIONify. [1]
. Add a knob for IPV6_V6ONLY.
. Bump PORTREVISION.
PR: 103920
Submitted by: lioux@
v. 1.99
date: 2006/05/09 00:18:05; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with a J
v. 1.98
date: 2006/03/31 08:47:17; author: linimon; state: Exp; lines: +1 -1
Reassign these ports from inactive maintainer to glewis, who has been doing
most of the work over the past year.
Hat: portmgr
v. 1.97
date: 2006/02/12 00:28:23; author: glewis; state: Exp; lines: +1 -1
. 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.
This is similar to the patch in the PR, but was actually backported from
the patches for the jdk15 port, so its a touch different.
PR: 92459
v. 1.96
date: 2006/01/20 16:39:04; author: glewis; state: Exp; lines: +1 -1
. Update to patchset 8.
v. 1.95
date: 2006/01/07 09:33:41; author: dinoex; state: Exp; lines: +2 -0
- fix build in JAILS
failed to build the jdk14 port in a jail under FreeBSD 5.4
FreeBSD 4.11 works.
The problem is that mount don't list the linprocfs,
and this make the selfcheck fail.
maintainer emailed:
So 6 Nov 2005 11:21:20 CET
Approved by: (maintainer timeout)
v. 1.94
date: 2005/12/14 16:52:31; author: glewis; state: Exp; lines: +31 -33
. 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
v. 1.93
date: 2005/11/25 03:39:42; author: glewis; state: Exp; lines: +5 -2
. 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
v. 1.92
date: 2005/10/13 15:09:11; author: glewis; state: Exp; lines: +1 -1
. Fix javaws.
. Bump PORTREVISION.
PR: 81176
Submitted by: "Thomas M. Hermann" <__tmh@yahoo.com>
v. 1.91
date: 2005/09/03 21:13:49; author: glewis; state: Exp; lines: +1 -7
. Use ${PTHREAD_LIBS} when compiling the testos programme rather than
inventing our own version.
Approved by: phantom (maintainer)
v. 1.90
date: 2005/05/11 21:18:39; author: glewis; state: Exp; lines: +1 -0
. 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 a fixed version of 1.5.
. Bump PORTREVISION for this fix.
Approved by: maintainer timeout
Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
v. 1.89
date: 2005/03/30 15:45:52; author: glewis; state: Exp; lines: +4 -0
. 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)
v. 1.88
date: 2005/02/18 17:21:52; author: glewis; state: Exp; lines: +1 -1
. 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)
v. 1.87
date: 2005/01/31 16:47:37; author: phantom; state: Exp; lines: +22 -3
Add support for picking up of motif includes and libraries via newly
added open-motif-jdk port. It's controlled via WITH_OPENMOTIF_JDK
knob and currently disabled by default (it still requires additional
testing and checking)
v. 1.86
date: 2005/01/29 12:19:15; author: phantom; state: Exp; lines: +5 -8
Unbreak plist generation
v. 1.85
date: 2005/01/14 15:50:22; author: phantom; state: Exp; lines: +13 -11
Autogenerate PLIST while installing
v. 1.84
date: 2004/12/17 07:02:50; author: glewis; state: Exp; lines: +4 -2
. Update to patchset 7.
. Fix a permissions problem with the plugins directory.
Approved by: phantom (maintainer)
v. 1.83
date: 2004/12/03 19:53:42; author: glewis; state: Exp; lines: +1 -3
. Backport parts of the 1.5 plugin to address plugin vulnerabilities.
. Bump PORTVERSION.
Submitted by: Kurt Miller
v. 1.82
date: 2004/11/24 15:16:38; author: glewis; state: Exp; lines: +2 -0
. Mark FORBIDDEN when building with the browser plugin due to the
vulnerabilities discussed in:
http://sunsolve.sun.com/search/document.do?assetkey=1-26-57591-1
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1029
v. 1.81
date: 2004/10/20 23:22:55; author: green; state: Exp; lines: +1 -1
The BSD patchset for the Sun JDK modeled its thread behavior mostly after
existing the Solaris base, and similarly to what happened with NSPR, made
a bad assumption on undefined behavior. This broke locking in various
places in Java, for example, causing the the debugging support to be
totally broken. It is worth someone who knows the Java codebase taking
a look to see what other things could have been broken by this on
FreeBSD 5.x+.
The assumption is that pthread_mutex_trylock(3) on a default-type
mutex will fail with EBUSY. This assumption is wrong for our
libpthread, which returns EDEADLK if the owner thread is trying to
acquire the mutex again with trylock. The behavior of performing a
locking operation on a self-locked default-type mutex is explicitly
undefined for pthread_mutex_lock(3).
The POSIX specification is still not very clear. It defines
pthread_mutex_trylock(3) in terms of pthread_mutex_lock(3) yet
does not say what the defined behavior should be for a self-locked
pthread_mutex_trylock(3) for any of the various mutex types, so it is
ambiguous whether the result is clearly undefined or clearly to return
EBUSY.
It is a one line change whether or not to make libpthread return
EDEADLK in this case, where it seems that most implementations do not.
Reference: http://www.opengroup.org/onlinepubs/009695399/functions/pthread_mutex_lock.html
v. 1.80
date: 2004/10/16 17:17:09; author: glewis; state: Exp; lines: +1 -1
. Bump PORTREVISION for the recent fixes.
v. 1.79
date: 2004/08/18 07:06:03; author: glewis; state: Exp; lines: +2 -1
. The changes to make in -CURRENT to use MAKEFLAGS make us unable to
override the MAKEFLAGS ARCH value in the main HotSpot Makefile. Fix
this by passing in a blank MAKEFLAGS up front so there is nothing to
(try to) override.
Submitted by: truckman
Requested by: kris
v. 1.78
date: 2004/03/05 13:43:40; author: phantom; state: Exp; lines: +2 -1
. Set LATEST_LINK [1]
. Fix rare NULL pointer de-reference bug in plugin code [2]
. Use better chinese fonts [3]
. Bump PORTREVISION
Requested by: kris [1]
Submitted by: Georg-W. Koltermann [2],
Clive Lin [3]
v. 1.77
date: 2004/02/04 05:21:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.76
date: 2004/01/28 14:00:26; author: phantom; state: Exp; lines: +60 -13
1. Switch 5.x version of jdk14 back to libc_r as default threading library.
We switched FreeBSD-5.x port to libkse as default threading library before
releasing of patchset 6, but users who has most of stuff linked against
libc_r and attempted to use jdk linked against libkse got into local hell
of threading libraries mix. So, rollback to libc_r by default and add
PTHREAD_LIBS support for this port.
IMPORTANT: In order to use libkse as threading library for jdk14 you
have to use rtld's libmap feature or recompile your ports stuff (like
mozilla) with libkse.
NOTE: libkse still has issues with java debug support, so if you're going
to use debuging (JVMDI) stuff - leave with libc_r for now.
2. Disable IPv6 support by default. Unfortunatelly due to security reasons
IPv4-to-IPv6 addresses mapping is disabled by default in FreeBSD-5.x, so
those who would like to use Java Networking stuff had to manually
enable it. To make jdk14 port more user-friendly IPv6 is disabled now
on compile time. Those who need this stuff enabled have to use WITH_IPV6
compile time option.
3. Add MINIMAL compile option. If this option is used to build
jdk14 port then plugin, javaws and demos stuff will not be installed
and/or packaged. Also (as noted in [5]) X11 runtime dependancy will
not be registered into built package.
4. Strip runtime depends of jdk14 port. There's no need to require open-motif
to be runtime depends since libXm is staticly linked into libawt.so.
5. Make X11 runtime dependancy conditional (via urwfonts) in !WITHOUT_PLUGIN
case only. This should affect only prebuilt package users: there's no
need to install X11 libraries if you're going to use non-GUI stuff only
(i.e. tomcat or jboss)
6. Add ${LOCALBASE}/lib to the deafult search path for JNI libraries.
7. Bump PORTVERSION
Reported by: many [1]
Submitted by: glewis [6]
Requested by: marcus [6]
v. 1.75
date: 2004/01/23 05:28:49; author: trevor; state: Exp; lines: +1 -1
Use LS macro.
v. 1.74
date: 2004/01/22 12:18:29; author: trevor; state: Exp; lines: +0 -2
Use the CPIO macro defined in bsd.port.mk.
v. 1.73
date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +0 -1
Use the SORT macro from bsd.port.mk.
v. 1.72
date: 2004/01/17 07:11:12; author: glewis; state: Exp; lines: +1 -0
. Check the return value of stat(2) when trying to read the javaws
configuration file and behave appropriately if its -1. Fixes a SEGV
caused by ignoring the return value and just carrying on.
. Bump PORTREVISION.
PR: 61392
v. 1.71
date: 2004/01/14 21:21:52; author: glewis; state: Exp; lines: +5 -1
. Update to 1.4.2 patchset 6.
. Install the cacerts file from Sun's 1.4.2_03 release to avoid some
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
Hopefully not objected to by: phantom
v. 1.70
date: 2003/12/16 06:50:59; author: phantom; state: Exp; lines: +3 -2
Don't use patch release number while setting up BUILD_DEPENDS for
linux-sun-jdk.
v. 1.69
date: 2003/11/17 12:28:59; author: trevor; state: Exp; lines: +0 -1
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.68
date: 2003/11/12 12:38:03; author: phantom; state: Exp; lines: +11 -4
Fix bootstrap jdk detection process, so it work in case if no valid jdk
installed. Previously BUILD_DEPENDS was not set correctly.
Add all possible choices for 1.4.1/1.4.2 JDKs while auto-detecting.
v. 1.67
date: 2003/11/11 16:16:19; author: phantom; state: Exp; lines: +77 -50
Update to 1.4.2p5.
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.
v. 1.66
date: 2003/11/10 12:18:05; author: phantom; state: Exp; lines: +0 -1
Don't redefine ECHO_MSG to echo explicitly. It b0rked IGNORE messages.
PR: java/58902
Reported by: Linh Pham
v. 1.65
date: 2003/10/29 08:20:58; author: phantom; state: Exp; lines: +1 -2
. Add fix for "runaway process" problem. It should fix of stalled
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.
v. 1.64
date: 2003/10/21 00:10:04; author: glewis; state: Exp; lines: +3 -2
. Sort PTHREAD_FILES.
. Add j2se/ext/plugin/build/solaris/GNUmakefile to PTHREAD_FILES. Should
fix plugin compilation on -CURRENT. Mea culpa.
PR: 58269
Submitted by: Scott Dodson
v. 1.63
date: 2003/10/13 20:57:50; author: glewis; state: Exp; lines: +2 -1
. Add a missing BUILD_DEPENDS on NSPR so the plugin builds.
Forgotten by: glewis
v. 1.62
date: 2003/10/13 03:31:42; author: glewis; state: Exp; lines: +1 -0
. Override PKGINSTALL to place it in WRKDIR, which is writeable, rather
than PORTSDIR, which may not be.
Submitted by: kris
v. 1.61
date: 2003/10/11 05:16:49; author: glewis; state: Exp; lines: +18 -2
. Update to 1.4.1p4.
. 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)
v. 1.60
date: 2003/10/01 16:14:20; author: glewis; state: Exp; lines: +1 -1
. Sync with the change to linux-sun-jdk14 (it now installs in
/usr/local/linux-sun-jdk1.4.2) so this port will bootstrap.
v. 1.59
date: 2003/09/08 08:55:20; author: phantom; state: Exp; lines: +1 -1
Update linux jdk location after recent linux-sun-jdk update to 1.4.2_01
v. 1.58
date: 2003/08/04 08:53:42; author: phantom; state: Exp; lines: +22 -2
Warn users about requirement of having linprocfs mounted in order to
start native JDK port build. linprocfs mounted become pre-requisite of
build after Linux SUN JDK port was updated to 1.4.2.
Add run-time (pre-build) check for linprocfs mounted as well.
Bump space requirements note about disk space required for build of
whole JDK 1.4.1 port and package to more appropriate value (as reported
by many people).
v. 1.57
date: 2003/07/21 07:31:05; author: znerd; state: Exp; lines: +3 -1
Now expects bootstrap JDK in ${LOCALBASE}/linux-sun-jdk1.4.2.
Approved by: MAINTAINER
v. 1.56
date: 2003/03/15 09:57:58; author: phantom; state: Exp; lines: +22 -6
Fix checking of libc_r capabilities at FreeBSD version which
don't have pthread_attr_get_np() at all (early 4.7-STABLE and previous
versions).
Reported by: Phillip Oleson
v. 1.55
date: 2003/03/13 21:43:36; author: phantom; state: Exp; lines: +13 -8
Add runtime test to check of required libc_r functionality. I.e. warn
people about requirement of libc_r updates as early as possible.
Bump PORTREVISION
Approved by: portmgr (kris) (implicitly)
v. 1.54
date: 2003/03/13 11:24:42; author: phantom; state: Exp; lines: +9 -0
Add notice about amount of disk space required
v. 1.53
date: 2003/03/13 11:15:24; author: phantom; state: Exp; lines: +2 -0
Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,
but sometimes leaves in)
v. 1.52
date: 2003/03/11 08:55:41; author: phantom; state: Exp; lines: +1 -0
Bump PORTREVISION
v. 1.51
date: 2003/03/06 23:18:23; author: phantom; state: Exp; lines: +37 -166
I am pleased to announce first public -beta patchset of FreeBSD/Java port
for JDK 1.4.1. This is complete and close to production quality
native JDK with both working client and server native JVMs. Local micro
benchmarks shown very little difference between Linux and FreeBSD JVMs in
speed.
One of important points of this patchset that it marks point when we are
very close to passing of Sun TCK tests. Currently about 20 of >27000 tests
are known to be broken (tests were run at -STABLE). If testing of this
patchset will be smooth and founding of this work will be continued we
may expect to have binary distribution of JDK 1.4.1 in April or begining
of May.
BUT, don't forget that even TCK tests can't cover all possible problems
and this is -beta patchset. Keep your eyes open and report your problems
to freebsd-java mailing list or to me directly!
* About supported FreeBSD releases:
Altough 4.8-RELEASE will be first officially supported FreeBSD release,
you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT.
You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including
5.0-RELEASE), but it's required to apply libc_r patch, distributed with
patchset3 archive, and rebuild libc_r first.
* About compiler:
This port is supposed to be built with stock FreeBSD compiler (3.2.[12]
for -CURRENT and 2.95.4 for -STABLE)!
* Following issues are known, but not yet addressed:
. IPv6 networking. IPv6 support is disabled in this patchset.
. Asian languages support. Patches are welcome!
. K6 (586-class) processors support. There're issues with building on
old K6 processors. If you've problems with 586-class machines other than
K6 - please let me know.
. Mozilla plugin is not yet ported.
* Following areas should be used with increased attention:
. Java Virtual Machine Profiling Interface (JVMPI)
. Java Virtual Machine Debugging Interface (JVMDI)
. Host Porting Interface (HPI)
If you have problems with these interfaces please let me know.
* THANKS!
I would thank very much to FreeBSD Foundation, without which support
and sponsorship JDK 1.4.1 port would not happen in such timeframes (less
than 2 months).
Sponsored by: FreeBSD Foundation
Approved by: portmgr
v. 1.50
date: 2003/03/04 03:07:17; author: kris; state: Exp; lines: +2 -2
Don't set IGNORE when PACKAGE_BUILDING
v. 1.49
date: 2003/02/28 17:56:43; author: glewis; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.48
date: 2003/02/28 17:54:40; author: glewis; state: Exp; lines: +82 -1
1. Bump PORTREVISION for this and previous changes.
2. Enable compiling the HotSpot JVM. This is experimental and there are a
number of caveats with its use that are reported by the port. The flag
to enable this is WITH_HOTSPOT.
3. Try to pick some OSVERSION settings appropriate for the current native
threads implementation.
PR: 47397 (2)
Submitted by: Munehiro Matsuda (2)
v. 1.47
date: 2003/02/12 19:00:41; author: glewis; state: Exp; lines: +1 -2
. Update to patchset 8.
v. 1.46
date: 2003/01/30 11:10:10; author: glewis; state: Exp; lines: +1 -1
Be consistent. If we're going to explicitly use /sbin/sysctl to check
the value, then tell the user to use that to set the value too.
v. 1.45
date: 2003/01/30 08:23:52; author: kris; state: Exp; lines: +1 -1
Use the full path to /sbin/sysctl
Noticed by: 'make index' in crontab
v. 1.44
date: 2002/10/31 20:20:37; author: glewis; state: Exp; lines: +10 -0
. Add optional (default: off) runtime dependencies for the font packages
necessary to support the different font.properties that are installed.
v. 1.43
date: 2002/10/31 17:56:56; author: glewis; state: Exp; lines: +1 -1
. Fix UDP packet broadcasting.
. Bump PORTREVISION.
Submitted by: daichi, Tetsuo Suzuki
v. 1.42
date: 2002/10/29 05:17:59; author: glewis; state: Exp; lines: +2 -2
. Check for open-motif with libXm.so, which we actually use, instead of
libMrm.a, which isn't.
v. 1.41
date: 2002/10/29 05:16:16; author: glewis; state: Exp; lines: +3 -3
. In the informative message regarding downloading the necessary files,
use ${DISTDIR} rather than /usr/ports/distfiles.
Submitted by: Mike Meyer
v. 1.40
date: 2002/10/25 05:54:09; author: glewis; state: Exp; lines: +8 -8
. echo -> ${ECHO_MSG}
v. 1.39
date: 2002/10/18 21:45:45; author: glewis; state: Exp; lines: +1 -0
. More XIM fixes for Japanese users (and presumably others with similar
character sets).
. Bump PORTREVISION.
Submitted by: daichi
v. 1.38
date: 2002/10/17 16:30:53; author: glewis; state: Exp; lines: +26 -6
. Make the instructions for downloading the various source bits clearer.
The instructions are based on text submitted in the PR (by grog).
PR: 42942
v. 1.37
date: 2002/10/10 08:38:38; author: znerd; state: Exp; lines: +2 -5
Not using IGNORE anymore to avoid package building.
.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "You can not legally distribute binaries"
.endif
This was superfluous and inhibiting package builds of things that
depend on the port. Having RESTRICTED and NO_CDROM is enough to
ensure that a package will not appear on the FTP site or a CDROM
(it will be built and used as a basis for other packages to build
with, but will be deleted at the end of the build run).
Requested by: kris
Reviewed by: portmgr (silence)
PR: 42758
v. 1.36
date: 2002/08/10 10:31:01; author: znerd; state: Exp; lines: +1 -1
Changed the installation directory of the Sun JDK 1.3.x for Linux to
linux-sun-jdk1.3.1.
PR: 41424
v. 1.35
date: 2002/08/08 18:41:44; author: glewis; state: Exp; lines: +1 - |
| |

|