The FreeBSD Ports Archive
FreeBSD java : jdk134>
Java Development Kit 1.3
This is the latest patchset from the Java 2 FreeBSD porting project. This
port allows you to easily build a native JDK1.3.1 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/
|
jdk13 history
v. 1.93
date: 2007/10/03 23:08:55; author: edwin; state: Exp; lines: +2 -2
Remove support for OSVERSION < 5
v. 1.92
date: 2007/08/21 06:11:17; author: glewis; state: Exp; lines: +1 -0
. Add USE_XORG configuration. I'm guessing that prior to the modular
xorg ports the Open Motif dependency pulled in the appropriate X11
libraries since this hasn't been a problem previously.
Reported by: pointyhat (via kris)
v. 1.91
date: 2007/05/19 20:13:02; 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.90
date: 2007/03/14 16:23:45; author: glewis; state: Exp; lines: +1 -5
. Don't allow bootstrapping with the expired linux-blackdown-jdk13 port.
PR: 110169
Submitted by: gabor
v. 1.89
date: 2006/12/08 19:43:05; author: glewis; state: Exp; lines: +0 -3
. Diablo JDK 1.3.1 is gone, remove it as a possible bootstrap.
v. 1.88
date: 2006/12/08 19:39:45; author: glewis; state: Exp; lines: +16 -11
. Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
. Replace one hardwired /usr/local instance with LOCALBASE. This wasn't
a problem since the port Makefile overrode that variable anyway.
. Small Makefile restructure to keep related variables in one place.
Pointed out by: pointyhat (via kris) [1]
v. 1.87
date: 2006/10/14 08:54:34; author: marcus; state: Exp; lines: +3 -3
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.86
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.85
date: 2006/03/07 08:26:43; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.84
date: 2006/02/23 10:37:35; author: ade; state: Exp; lines: +2 -3
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.83
date: 2006/01/13 16:23:47; author: glewis; state: Exp; lines: +0 -4
. Always fix up the pthread library references, even if we're not
building either native threads or HotSpot. This is due to libcmm
always wanting to link against a pthread library, which was causing
problems on 7-CURRENT since it was erroneously hardwired to -lc_r.
This should really fix the problem.
Pointed out by: pointyhat via kris
v. 1.82
date: 2005/12/11 21:59:07; author: glewis; state: Exp; lines: +4 -1
. Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix,
and will stay in the port, but it masks an underlying problem that still
remains.
Reported by: pointyhat (via kris)
v. 1.81
date: 2005/09/03 06:13:03; author: glewis; state: Exp; lines: +29 -24
. Tell the user all the files they will need up front, instead of telling
porky pies about what they have and prompting them one file at a time.
This is a rewording and reworking (for jdk13) of the patch in the
attributed PR by fenner@ (which is for jdk14).
. Update the (commented out) MASTER_SITES while I'm here.
PR: 84644
v. 1.80
date: 2005/07/23 07:48:59; author: glewis; state: Exp; lines: +3 -1
. Set a BUILD_DEPENDS for consistency.
. Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes.
v. 1.79
date: 2005/07/23 07:02:22; author: glewis; state: Exp; lines: +5 -7
. Default to using jbootstrap as the bootstrap, not linux-blackdown-jdk13.
PR: 83758
v. 1.78
date: 2005/04/27 20:32:47; author: glewis; state: Exp; lines: +8 -8
. Bump PORTREVISION for the previous fix for jar(1).
. Don't build the plugin by default as it has security flaws.
v. 1.77
date: 2004/11/28 05:38:00; author: glewis; state: Exp; lines: +1 -0
. Mark FORBIDDEN when building the browser plugin.
v. 1.76
date: 2004/08/31 19:41:41; author: glewis; state: Exp; lines: +1 -1
. Don't let find(1) descend into directories that may have already been
deleted.
PR: 71019
Submitted by: Rainer Goellner
v. 1.75
date: 2004/02/06 17:03:09; author: glewis; state: Exp; lines: +4 -0
. It appears as though diablo is problematic on 5.x still, so default to
bootstrapping with the Linux JDK if there isn't a previously compiled
native one.
v. 1.74
date: 2004/02/06 16:51:50; author: glewis; state: Exp; lines: +1 -0
. Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.
Reminded by: kris
v. 1.73
date: 2004/02/04 04:36:04; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.72
date: 2004/01/23 18:11:58; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.71
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.70
date: 2004/01/22 11:05:57; author: trevor; state: Exp; lines: +0 -1
Use the SORT macro from bsd.port.mk.
v. 1.69
date: 2004/01/20 19:53:55; author: glewis; state: Exp; lines: +8 -3
. Add ${LOCALBASE}/lib to the default search path for JNI libraries for
HotSpot as well.
v. 1.68
date: 2004/01/19 19:28:40; author: glewis; state: Exp; lines: +4 -2
. Add ${LOCALBASE}/lib to the default search path for libraries when using
JNI.
XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
be added? /lib is part of the default search path on Linux.
Requested by: marcus
v. 1.67
date: 2004/01/19 19:22:31; author: glewis; state: Exp; lines: +8 -8
. Convert spaces to tabs.
v. 1.66
date: 2004/01/14 19:44:47; author: glewis; state: Exp; lines: +2 -0
. Install the cacerts file from Sun's 1.3.1_10 release to avoid some
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
v. 1.65
date: 2003/12/19 19:00:06; author: glewis; state: Exp; lines: +6 -23
. Update to 1.3.1 patchset 9.
v. 1.64
date: 2003/10/28 18:15:01; author: glewis; state: Exp; lines: +2 -1
. Fix the plugin build when LOCALBASE is not /usr/local.
PR: 58618
Submitted by: harti
v. 1.63
date: 2003/10/16 23:06:29; author: glewis; state: Exp; lines: +1 -1
. Fix pre-everything target.
PR: 58148
Submitted by: Oliver Eikemeier
v. 1.62
date: 2003/10/08 00:45:01; author: glewis; state: Exp; lines: +17 -1
. Use ${PTHREAD_LIBS} rather than -pthread.
Suggested by: mi
v. 1.61
date: 2003/08/31 22:43:08; author: glewis; state: Exp; lines: +4 -0
. Remove native_threads directories when native threads are not specified
during the compile. The native threads java_vm binaries are compiled
regardless of the settings and were causing problems with the packing
list.
. Fix packing list so that native_threads versions of java_vm are
conditionalised.
PR: 56007
v. 1.60
date: 2003/08/30 15:33:23; author: glewis; state: Exp; lines: +9 -2
. Check for a setting of "-mcpu=k6" in CFLAGS and error if so. This
setting will cause an internal compiler error in gcc 2.95.x when
compiling the JDK.
PR: 46269
Submitted by: Simon Barner
v. 1.59
date: 2003/08/29 21:12:18; author: glewis; state: Exp; lines: +6 -3
. Add support for bootstrapping with the Diablo Caffe JDK. The bootstrap
order is now:
. linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set.
. A previous installation of this port, if it exists.
. The Diablo Caffe JDK.
That is, the Diablo Caffe JDK is now the default bootstrapper in the
absence of a previous installation of this port.
v. 1.58
date: 2003/08/22 17:07:07; author: glewis; state: Exp; lines: +2 -4
. Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
previously used, as it handles indirections which cause the same
problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
detects a link.
PR: 43602
v. 1.57
date: 2003/08/02 17:28:31; author: glewis; state: Exp; lines: +12 -20
1. Autodetect a previous jdk13 install and use that to bootstrap by
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
2. Don't create directories for new files, invoke patch with -p0.
PR: 52195 [1]
Submitted by: David Yeske [1 - based on]
v. 1.56
date: 2003/07/21 17:21:49; author: glewis; state: Exp; lines: +2 -2
. Switch to using the appropriate Blackdown JDK for bootstrapping since
it doesn't require user intervention to download and install.
PR: 30576
v. 1.55
date: 2003/06/15 05:55:36; author: glewis; state: Exp; lines: +2 -2
. In the cases where we need gtar, its an EXTRACT_DEPENDS, not a
BUILD_DEPENDS.
v. 1.54
date: 2003/06/15 05:53:02; author: glewis; state: Exp; lines: +11 -11
. Reorder the check for the source and patchset so that the failure
messages are produced in the order that they were intended.
v. 1.53
date: 2003/05/06 14:55:19; author: glewis; state: Exp; lines: +1 -1
. Bump PORTREVISION for the recent fixes.
Reminded by: lioux
v. 1.52
date: 2003/04/22 20:05:21; author: glewis; state: Exp; lines: +0 -2
. Fix the shell wrapper to cope with HotSpot and as a result remove the
warning that the Classic VM is unusable with HotSpot.
Submitted by: Munehiro Matsuda
v. 1.51
date: 2003/04/07 18:23:31; author: glewis; state: Exp; lines: +4 -0
1. Clean up demo/jfc/SwingSet2/resources before the install. This should
not be installed, but appears to be on rare occasions for reasons
unknown.
2. Add handling of share/doc/java, previously only done in pkg-plist.
PR: 50092 (2)
Submitted by: Munehiro Matsuda (2)
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.93
date: 2007/10/03 23:08:55; author: edwin; state: Exp; lines: +2 -2
Remove support for OSVERSION < 5
v. 1.92
date: 2007/08/21 06:11:17; author: glewis; state: Exp; lines: +1 -0
. Add USE_XORG configuration. I'm guessing that prior to the modular
xorg ports the Open Motif dependency pulled in the appropriate X11
libraries since this hasn't been a problem previously.
Reported by: pointyhat (via kris)
v. 1.91
date: 2007/05/19 20:13:02; 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.90
date: 2007/03/14 16:23:45; author: glewis; state: Exp; lines: +1 -5
. Don't allow bootstrapping with the expired linux-blackdown-jdk13 port.
PR: 110169
Submitted by: gabor
v. 1.89
date: 2006/12/08 19:43:05; author: glewis; state: Exp; lines: +0 -3
. Diablo JDK 1.3.1 is gone, remove it as a possible bootstrap.
v. 1.88
date: 2006/12/08 19:39:45; author: glewis; state: Exp; lines: +16 -11
. Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
. Replace one hardwired /usr/local instance with LOCALBASE. This wasn't
a problem since the port Makefile overrode that variable anyway.
. Small Makefile restructure to keep related variables in one place.
Pointed out by: pointyhat (via kris) [1]
v. 1.87
date: 2006/10/14 08:54:34; author: marcus; state: Exp; lines: +3 -3
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.86
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.85
date: 2006/03/07 08:26:43; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.84
date: 2006/02/23 10:37:35; author: ade; state: Exp; lines: +2 -3
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.83
date: 2006/01/13 16:23:47; author: glewis; state: Exp; lines: +0 -4
. Always fix up the pthread library references, even if we're not
building either native threads or HotSpot. This is due to libcmm
always wanting to link against a pthread library, which was causing
problems on 7-CURRENT since it was erroneously hardwired to -lc_r.
This should really fix the problem.
Pointed out by: pointyhat via kris
v. 1.82
date: 2005/12/11 21:59:07; author: glewis; state: Exp; lines: +4 -1
. Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix,
and will stay in the port, but it masks an underlying problem that still
remains.
Reported by: pointyhat (via kris)
v. 1.81
date: 2005/09/03 06:13:03; author: glewis; state: Exp; lines: +29 -24
. Tell the user all the files they will need up front, instead of telling
porky pies about what they have and prompting them one file at a time.
This is a rewording and reworking (for jdk13) of the patch in the
attributed PR by fenner@ (which is for jdk14).
. Update the (commented out) MASTER_SITES while I'm here.
PR: 84644
v. 1.80
date: 2005/07/23 07:48:59; author: glewis; state: Exp; lines: +3 -1
. Set a BUILD_DEPENDS for consistency.
. Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes.
v. 1.79
date: 2005/07/23 07:02:22; author: glewis; state: Exp; lines: +5 -7
. Default to using jbootstrap as the bootstrap, not linux-blackdown-jdk13.
PR: 83758
v. 1.78
date: 2005/04/27 20:32:47; author: glewis; state: Exp; lines: +8 -8
. Bump PORTREVISION for the previous fix for jar(1).
. Don't build the plugin by default as it has security flaws.
v. 1.77
date: 2004/11/28 05:38:00; author: glewis; state: Exp; lines: +1 -0
. Mark FORBIDDEN when building the browser plugin.
v. 1.76
date: 2004/08/31 19:41:41; author: glewis; state: Exp; lines: +1 -1
. Don't let find(1) descend into directories that may have already been
deleted.
PR: 71019
Submitted by: Rainer Goellner
v. 1.75
date: 2004/02/06 17:03:09; author: glewis; state: Exp; lines: +4 -0
. It appears as though diablo is problematic on 5.x still, so default to
bootstrapping with the Linux JDK if there isn't a previously compiled
native one.
v. 1.74
date: 2004/02/06 16:51:50; author: glewis; state: Exp; lines: +1 -0
. Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.
Reminded by: kris
v. 1.73
date: 2004/02/04 04:36:04; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.72
date: 2004/01/23 18:11:58; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.71
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.70
date: 2004/01/22 11:05:57; author: trevor; state: Exp; lines: +0 -1
Use the SORT macro from bsd.port.mk.
v. 1.69
date: 2004/01/20 19:53:55; author: glewis; state: Exp; lines: +8 -3
. Add ${LOCALBASE}/lib to the default search path for JNI libraries for
HotSpot as well.
v. 1.68
date: 2004/01/19 19:28:40; author: glewis; state: Exp; lines: +4 -2
. Add ${LOCALBASE}/lib to the default search path for libraries when using
JNI.
XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
be added? /lib is part of the default search path on Linux.
Requested by: marcus
v. 1.67
date: 2004/01/19 19:22:31; author: glewis; state: Exp; lines: +8 -8
. Convert spaces to tabs.
v. 1.66
date: 2004/01/14 19:44:47; author: glewis; state: Exp; lines: +2 -0
. Install the cacerts file from Sun's 1.3.1_10 release to avoid some
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
v. 1.65
date: 2003/12/19 19:00:06; author: glewis; state: Exp; lines: +6 -23
. Update to 1.3.1 patchset 9.
v. 1.64
date: 2003/10/28 18:15:01; author: glewis; state: Exp; lines: +2 -1
. Fix the plugin build when LOCALBASE is not /usr/local.
PR: 58618
Submitted by: harti
v. 1.63
date: 2003/10/16 23:06:29; author: glewis; state: Exp; lines: +1 -1
. Fix pre-everything target.
PR: 58148
Submitted by: Oliver Eikemeier
v. 1.62
date: 2003/10/08 00:45:01; author: glewis; state: Exp; lines: +17 -1
. Use ${PTHREAD_LIBS} rather than -pthread.
Suggested by: mi
v. 1.61
date: 2003/08/31 22:43:08; author: glewis; state: Exp; lines: +4 -0
. Remove native_threads directories when native threads are not specified
during the compile. The native threads java_vm binaries are compiled
regardless of the settings and were causing problems with the packing
list.
. Fix packing list so that native_threads versions of java_vm are
conditionalised.
PR: 56007
v. 1.60
date: 2003/08/30 15:33:23; author: glewis; state: Exp; lines: +9 -2
. Check for a setting of "-mcpu=k6" in CFLAGS and error if so. This
setting will cause an internal compiler error in gcc 2.95.x when
compiling the JDK.
PR: 46269
Submitted by: Simon Barner
v. 1.59
date: 2003/08/29 21:12:18; author: glewis; state: Exp; lines: +6 -3
. Add support for bootstrapping with the Diablo Caffe JDK. The bootstrap
order is now:
. linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set.
. A previous installation of this port, if it exists.
. The Diablo Caffe JDK.
That is, the Diablo Caffe JDK is now the default bootstrapper in the
absence of a previous installation of this port.
v. 1.58
date: 2003/08/22 17:07:07; author: glewis; state: Exp; lines: +2 -4
. Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
previously used, as it handles indirections which cause the same
problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
detects a link.
PR: 43602
v. 1.57
date: 2003/08/02 17:28:31; author: glewis; state: Exp; lines: +12 -20
1. Autodetect a previous jdk13 install and use that to bootstrap by
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
2. Don't create directories for new files, invoke patch with -p0.
PR: 52195 [1]
Submitted by: David Yeske [1 - based on]
v. 1.56
date: 2003/07/21 17:21:49; author: glewis; state: Exp; lines: +2 -2
. Switch to using the appropriate Blackdown JDK for bootstrapping since
it doesn't require user intervention to download and install.
PR: 30576
v. 1.55
date: 2003/06/15 05:55:36; author: glewis; state: Exp; lines: +2 -2
. In the cases where we need gtar, its an EXTRACT_DEPENDS, not a
BUILD_DEPENDS.
v. 1.54
date: 2003/06/15 05:53:02; author: glewis; state: Exp; lines: +11 -11
. Reorder the check for the source and patchset so that the failure
messages are produced in the order that they were intended.
v. 1.53
date: 2003/05/06 14:55:19; author: glewis; state: Exp; lines: +1 -1
. Bump PORTREVISION for the recent fixes.
Reminded by: lioux
v. 1.52
date: 2003/04/22 20:05:21; author: glewis; state: Exp; lines: +0 -2
. Fix the shell wrapper to cope with HotSpot and as a result remove the
warning that the Classic VM is unusable with HotSpot.
Submitted by: Munehiro Matsuda
v. 1.51
date: 2003/04/07 18:23:31; author: glewis; state: Exp; lines: +4 -0
1. Clean up demo/jfc/SwingSet2/resources before the install. This should
not be installed, but appears to be on rare occasions for reasons
unknown.
2. Add handling of share/doc/java, previously only done in pkg-plist.
PR: 50092 (2)
Submitted by: Munehiro Matsuda (2)
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.93
date: 2007/10/03 23:08:55; author: edwin; state: Exp; lines: +2 -2
Remove support for OSVERSION < 5
v. 1.92
date: 2007/08/21 06:11:17; author: glewis; state: Exp; lines: +1 -0
. Add USE_XORG configuration. I'm guessing that prior to the modular
xorg ports the Open Motif dependency pulled in the appropriate X11
libraries since this hasn't been a problem previously.
Reported by: pointyhat (via kris)
v. 1.91
date: 2007/05/19 20:13:02; 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.90
date: 2007/03/14 16:23:45; author: glewis; state: Exp; lines: +1 -5
. Don't allow bootstrapping with the expired linux-blackdown-jdk13 port.
PR: 110169
Submitted by: gabor
v. 1.89
date: 2006/12/08 19:43:05; author: glewis; state: Exp; lines: +0 -3
. Diablo JDK 1.3.1 is gone, remove it as a possible bootstrap.
v. 1.88
date: 2006/12/08 19:39:45; author: glewis; state: Exp; lines: +16 -11
. Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
. Replace one hardwired /usr/local instance with LOCALBASE. This wasn't
a problem since the port Makefile overrode that variable anyway.
. Small Makefile restructure to keep related variables in one place.
Pointed out by: pointyhat (via kris) [1]
v. 1.87
date: 2006/10/14 08:54:34; author: marcus; state: Exp; lines: +3 -3
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.86
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.85
date: 2006/03/07 08:26:43; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.84
date: 2006/02/23 10:37:35; author: ade; state: Exp; lines: +2 -3
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.83
date: 2006/01/13 16:23:47; author: glewis; state: Exp; lines: +0 -4
. Always fix up the pthread library references, even if we're not
building either native threads or HotSpot. This is due to libcmm
always wanting to link against a pthread library, which was causing
problems on 7-CURRENT since it was erroneously hardwired to -lc_r.
This should really fix the problem.
Pointed out by: pointyhat via kris
v. 1.82
date: 2005/12/11 21:59:07; author: glewis; state: Exp; lines: +4 -1
. Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix,
and will stay in the port, but it masks an underlying problem that still
remains.
Reported by: pointyhat (via kris)
v. 1.81
date: 2005/09/03 06:13:03; author: glewis; state: Exp; lines: +29 -24
. Tell the user all the files they will need up front, instead of telling
porky pies about what they have and prompting them one file at a time.
This is a rewording and reworking (for jdk13) of the patch in the
attributed PR by fenner@ (which is for jdk14).
. Update the (commented out) MASTER_SITES while I'm here.
PR: 84644
v. 1.80
date: 2005/07/23 07:48:59; author: glewis; state: Exp; lines: +3 -1
. Set a BUILD_DEPENDS for consistency.
. Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes.
v. 1.79
date: 2005/07/23 07:02:22; author: glewis; state: Exp; lines: +5 -7
. Default to using jbootstrap as the bootstrap, not linux-blackdown-jdk13.
PR: 83758
v. 1.78
date: 2005/04/27 20:32:47; author: glewis; state: Exp; lines: +8 -8
. Bump PORTREVISION for the previous fix for jar(1).
. Don't build the plugin by default as it has security flaws.
v. 1.77
date: 2004/11/28 05:38:00; author: glewis; state: Exp; lines: +1 -0
. Mark FORBIDDEN when building the browser plugin.
v. 1.76
date: 2004/08/31 19:41:41; author: glewis; state: Exp; lines: +1 -1
. Don't let find(1) descend into directories that may have already been
deleted.
PR: 71019
Submitted by: Rainer Goellner
v. 1.75
date: 2004/02/06 17:03:09; author: glewis; state: Exp; lines: +4 -0
. It appears as though diablo is problematic on 5.x still, so default to
bootstrapping with the Linux JDK if there isn't a previously compiled
native one.
v. 1.74
date: 2004/02/06 16:51:50; author: glewis; state: Exp; lines: +1 -0
. Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.
Reminded by: kris
v. 1.73
date: 2004/02/04 04:36:04; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.72
date: 2004/01/23 18:11:58; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.71
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.70
date: 2004/01/22 11:05:57; author: trevor; state: Exp; lines: +0 -1
Use the SORT macro from bsd.port.mk.
v. 1.69
date: 2004/01/20 19:53:55; author: glewis; state: Exp; lines: +8 -3
. Add ${LOCALBASE}/lib to the default search path for JNI libraries for
HotSpot as well.
v. 1.68
date: 2004/01/19 19:28:40; author: glewis; state: Exp; lines: +4 -2
. Add ${LOCALBASE}/lib to the default search path for libraries when using
JNI.
XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
be added? /lib is part of the default search path on Linux.
Requested by: marcus
v. 1.67
date: 2004/01/19 19:22:31; author: glewis; state: Exp; lines: +8 -8
. Convert spaces to tabs.
v. 1.66
date: 2004/01/14 19:44:47; author: glewis; state: Exp; lines: +2 -0
. Install the cacerts file from Sun's 1.3.1_10 release to avoid some
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
v. 1.65
date: 2003/12/19 19:00:06; author: glewis; state: Exp; lines: +6 -23
. Update to 1.3.1 patchset 9.
v. 1.64
date: 2003/10/28 18:15:01; author: glewis; state: Exp; lines: +2 -1
. Fix the plugin build when LOCALBASE is not /usr/local.
PR: 58618
Submitted by: harti
v. 1.63
date: 2003/10/16 23:06:29; author: glewis; state: Exp; lines: +1 -1
. Fix pre-everything target.
PR: 58148
Submitted by: Oliver Eikemeier
v. 1.62
date: 2003/10/08 00:45:01; author: glewis; state: Exp; lines: +17 -1
. Use ${PTHREAD_LIBS} rather than -pthread.
Suggested by: mi
v. 1.61
date: 2003/08/31 22:43:08; author: glewis; state: Exp; lines: +4 -0
. Remove native_threads directories when native threads are not specified
during the compile. The native threads java_vm binaries are compiled
regardless of the settings and were causing problems with the packing
list.
. Fix packing list so that native_threads versions of java_vm are
conditionalised.
PR: 56007
v. 1.60
date: 2003/08/30 15:33:23; author: glewis; state: Exp; lines: +9 -2
. Check for a setting of "-mcpu=k6" in CFLAGS and error if so. This
setting will cause an internal compiler error in gcc 2.95.x when
compiling the JDK.
PR: 46269
Submitted by: Simon Barner
v. 1.59
date: 2003/08/29 21:12:18; author: glewis; state: Exp; lines: +6 -3
. Add support for bootstrapping with the Diablo Caffe JDK. The bootstrap
order is now:
. linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set.
. A previous installation of this port, if it exists.
. The Diablo Caffe JDK.
That is, the Diablo Caffe JDK is now the default bootstrapper in the
absence of a previous installation of this port.
v. 1.58
date: 2003/08/22 17:07:07; author: glewis; state: Exp; lines: +2 -4
. Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
previously used, as it handles indirections which cause the same
problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
detects a link.
PR: 43602
v. 1.57
date: 2003/08/02 17:28:31; author: glewis; state: Exp; lines: +12 -20
1. Autodetect a previous jdk13 install and use that to bootstrap by
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
2. Don't create directories for new files, invoke patch with -p0.
PR: 52195 [1]
Submitted by: David Yeske [1 - based on]
v. 1.56
date: 2003/07/21 17:21:49; author: glewis; state: Exp; lines: +2 -2
. Switch to using the appropriate Blackdown JDK for bootstrapping since
it doesn't require user intervention to download and install.
PR: 30576
v. 1.55
date: 2003/06/15 05:55:36; author: glewis; state: Exp; lines: +2 -2
. In the cases where we need gtar, its an EXTRACT_DEPENDS, not a
BUILD_DEPENDS.
v. 1.54
date: 2003/06/15 05:53:02; author: glewis; state: Exp; lines: +11 -11
. Reorder the check for the source and patchset so that the failure
messages are produced in the order that they were intended.
v. 1.53
date: 2003/05/06 14:55:19; author: glewis; state: Exp; lines: +1 -1
. Bump PORTREVISION for the recent fixes.
Reminded by: lioux
v. 1.52
date: 2003/04/22 20:05:21; author: glewis; state: Exp; lines: +0 -2
. Fix the shell wrapper to cope with HotSpot and as a result remove the
warning that the Classic VM is unusable with HotSpot.
Submitted by: Munehiro Matsuda
v. 1.51
date: 2003/04/07 18:23:31; author: glewis; state: Exp; lines: +4 -0
1. Clean up demo/jfc/SwingSet2/resources before the install. This should
not be installed, but appears to be on rare occasions for reasons
unknown.
2. Add handling of share/doc/java, previously only done in pkg-plist.
PR: 50092 (2)
Submitted by: Munehiro Matsuda (2)
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
|
| |

|