Greg Lewis
957134d737
Update to patchset 11.
2002-09-18 10:12:03 +00:00
Ernst de Haan
4bcca22e3e
Installing in ${PREFIX}/linux-sun-jdk1.4.1 instead of
...
${PREFIX}/linux-sun-jdk1.4, bsd.java.mk is already expecting
linux-sun-jdk1.4.1.
2002-09-17 09:43:43 +00:00
Ernst de Haan
1ac76a8949
Upgrade to 1.4.1.
...
See: http://java.sun.com/j2se/1.4.1/changes.html
2002-09-17 08:59:27 +00:00
Ernst de Haan
dfae45b9cf
Fixed package list. Found out about a problem on bento.
...
This is in preparation for 4.7-RELEASE.
2002-09-17 08:40:42 +00:00
Ernst de Haan
741b3d1feb
Now properly using pkg-message to display warning about
...
stability of this port.
2002-09-13 22:49:38 +00:00
OKAZAKI Tetsurou
6143aa0abf
Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes.
2002-09-07 10:54:54 +00:00
Archie Cobbs
cc2aaa879e
Use the right pkg-plist depending on whether GNOME support is configured.
2002-09-07 03:28:34 +00:00
Kris Kennaway
87e58b5a0d
Comment out .BEGIN section, which is breaking the INDEX build.
2002-08-31 07:04:00 +00:00
Kris Kennaway
c68436a7b7
Remove USE_NEWGCC, which is no longer supported or required.
...
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
2002-08-31 02:44:07 +00:00
Archie Cobbs
7dd2eb9a86
Using libicuuc.a seems to make jikes more unstable. Since this is supposed
...
to be the stable version, stop using it. Folks who need it can use the
"jikes-devel" port.
2002-08-30 23:14:28 +00:00
Archie Cobbs
44ccdc5fd5
Annihilate #inclusions of <malloc.h>.
2002-08-30 17:35:17 +00:00
Archie Cobbs
ac17d79a2a
Make this port GNOMENG aware.
...
PR: ports/42206
2002-08-30 16:49:36 +00:00
Ernst de Haan
8bcf2ee8cc
Printing warning message since this JDK is unstable. The message
...
is displayed before any targets. The message displayed is:
This JDK is currently unstable, especially when run as a non-root
user. You are advised to use either the Sun JDK 1.3 for Linux
(${PORTSDIR}/java/linux-sun-jdk13) or the FreeBSD JDK 1.3
(${PORTSDIR}/java/jdk13) instead.
Pointed out by: Yuri Khotyaintsev <yuri@irfu.se>
2002-08-29 21:55:22 +00:00
Ernst de Haan
e308806de1
Use the new bsd.java.mk structure, so it doesn't try to install
...
jdk-1.1.8 when the user has a newer version of Java installed.
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
PR: 39901
2002-08-29 18:45:49 +00:00
Ernst de Haan
cc1f70a4b6
This port depends on jakarta-ant, but the appropriate
...
BUILD_DEPENDS line was missing.
Submitted by: maintainer
PR: 42086
2002-08-28 22:40:47 +00:00
Archie Cobbs
e4717d5807
Split the jikes port into stable and development versions.
...
PR: ports/41961
Reviewed by: freebsd-java
2002-08-27 20:32:03 +00:00
Archie Cobbs
706670efce
Don't compile jikes with '-O' because that makes core dumps more likely.
...
Exactly why is not understood yet.
PR: ports/41961
2002-08-27 17:49:00 +00:00
Dag-Erling Smørgrav
b19c94067b
Unmaintain.
2002-08-27 09:38:45 +00:00
OKAZAKI Tetsurou
240008552d
Upgrade to JUnit 3.8.
...
Install src.jar again, since it is possible for a Java-developper to use
source archive effectively in some IDEs.
2002-08-25 20:43:16 +00:00
Archie Cobbs
602d409644
Update to version 1.0.4.
2002-08-24 18:38:16 +00:00
Archie Cobbs
622c1d704f
Remove this patch, it's not actually needed.
2002-08-23 17:37:37 +00:00
Archie Cobbs
1634aaeeee
Remove explicit dependency already covered by USE_GNOMELIBS.
2002-08-23 05:09:59 +00:00
Archie Cobbs
0615123de6
Patches to fix compilation on -stable.
2002-08-23 05:09:36 +00:00
Kris Kennaway
4c9de12788
Remove sablepath from SUBDIR
...
Pointy hat to: archie
2002-08-22 18:21:16 +00:00
Greg Lewis
11994ba6da
. Synchronise with jdk13 Makefile as much as possible to reduce
...
maintenance. The main changes are:
. Use 'p' for the patchset version, not 'b' and refer to the
patchset internally with JDK_PATCHSET_VERSION rather than
JDK_BETALEVEL.
. Add the NATIVE_BOOTSTRAP feature and synchronise DEPENDS lists
as much as possible.
. Add the extra pre-build checks to try and avoid build errors.
. There is also a very minor amount of whitespace diff reduction (this
should have gone in a separate commit). Last hunk of the diff.
2002-08-19 20:47:04 +00:00
Archie Cobbs
dbb76d5c58
Patch to fix the build when doing USE_GNOMELIBS.
2002-08-19 17:47:37 +00:00
Archie Cobbs
2f627fe9db
Fix test for gnome header file.
2002-08-19 15:46:26 +00:00
Ernst de Haan
d63f6873d0
Removing restrictions and providing download locations. Could not
...
find any reason for these restrictions on the Sun website. Only
software is under license and export control. The download does
not require accepting a license, either.
See: http://java.sun.com/products/jdk/1.1/README
http://java.sun.com/products/jdk/1.1/docs.html
http://servlet.java.sun.com/help/download
2002-08-19 09:42:55 +00:00
Archie Cobbs
9baaf1dfa2
Pass CFLAGS to configure scripts using CONFIGURE_ENV.
2002-08-19 05:36:18 +00:00
Archie Cobbs
5189413ce3
Update to version 1.0.3.
...
Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug.
2002-08-19 05:10:00 +00:00
Archie Cobbs
34a154e3a7
Bump the shared library version of dependency libgmp from 5 -> 6.
...
Tweak makefile output.
2002-08-18 04:10:15 +00:00
Ernst de Haan
3ced7394a5
Upgrade from 1.2.2.012 to 1.2.2.013. Note that the JPDA JAR
...
file is now no longer distributed with this JDK.
Also slightly changed the output from the do-install target.
2002-08-16 19:06:13 +00:00
Archie Cobbs
5d7a7a3884
Update to SableVM version 1.0.2.
...
This port includes the Java classes, making the java/sablepath port obsolete.
2002-08-15 23:17:48 +00:00
Ernst de Haan
c74d548b1e
Unified one-line descriptions for JDK ports.
2002-08-12 11:49:59 +00:00
Ernst de Haan
f4de26ef07
Improved description of this port.
2002-08-12 11:09:27 +00:00
Ernst de Haan
0a2b751781
Added Blackdown JDK 1.4.1 for Linux.
...
See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
2002-08-12 11:02:58 +00:00
Ernst de Haan
458f86e1fd
Upgrade to new release of the IBM JDK 1.3.x for Linux.
...
This new release is marked as Service Release 2; Build
Identifier cxia32131-20020622.
PR: 41094
Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
2002-08-10 11:12:35 +00:00
Ernst de Haan
5d2630c7f4
Changed the installation directory of the Sun JDK 1.4.x
...
for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0.
This is more like the installation directories for the other
JDK ports.
PR: 41424
2002-08-10 10:54:06 +00:00
Ernst de Haan
b0efcd4f99
Changed the installation directory of the Sun JDK 1.4.x for Linux
...
to linux-sun-jdk1.4.0.01.
PR: 41424
2002-08-10 10:47:25 +00:00
Ernst de Haan
cee03dba7d
Changed WRKDIR definition. It is changed from
...
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work.
PR: 39593
2002-08-10 10:42:48 +00:00
Ernst de Haan
0050da690f
Changed the installation directory of the Sun JDK 1.3.x for Linux to
...
linux-sun-jdk1.3.1.
PR: 41424
2002-08-10 10:31:09 +00:00
Greg Lewis
db48578b53
. Fix a typo in a message printed out to the user.
2002-08-08 18:41:44 +00:00
Ernst de Haan
92a0add023
Changed the installation directory to
...
${PREFIX}/linux-blackdown-jdk1.2.2 and changed the package name
to linux-blackdown-jdk-XXX (where XXX is the package version).
Bumped PORTREVISION.
2002-08-07 21:11:22 +00:00
Archie Cobbs
1a94226a43
LIB_DEPENDS should have been BUILD_DEPENDS.
...
Submitted by: vanilla
2002-08-07 16:01:41 +00:00
Greg Lewis
dca45b0ea4
Add a check in pre-build for a sysctl which will cause an error during
...
bootstrapping with the Linux JDK.
2002-08-06 16:36:21 +00:00
Archie Cobbs
4b1b2157b9
Add support for the -encoding option by utilizing the ICU library.
...
PR: ports/38396
2002-08-05 19:14:31 +00:00
Greg Lewis
5e9fbe3fad
Improved font.properties.ja based on the Kochi fonts rather than the
...
Watanabe/Wadalab fonts.
Submitted by: daichi <daichi@ongs.co.jp>
2002-08-05 18:26:16 +00:00
Greg Lewis
cbf8224709
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 <mi@aldan.algebra.com>
2002-08-05 18:19:58 +00:00
Greg Lewis
3341a3cd35
Add in a patch from the porting repository that allows people to build
...
HotSpot if they wish (by hand, not via the port yet).
2002-08-05 18:16:05 +00:00
Greg Lewis
833af3b828
Update to patchset 7.
2002-07-25 18:31:26 +00:00