1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

574 Commits

Author SHA1 Message Date
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
Archie Cobbs
e96820c65d Update to version 1.16. 2002-07-18 18:14:36 +00:00
Greg Lewis
7b57f84935 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 <cyrille.lefevre@laposte.net>.
2002-07-15 07:17:24 +00:00
Maxim Sobolev
22d3ec7231 Add missed @unexec keyword to the call to unregistervm as well as missed
@exec registervm [...].

Reported by:	phantom
2002-07-10 16:50:21 +00:00
Archie Cobbs
9032f85cad Add sablepath and sablevm. 2002-07-09 22:08:48 +00:00
Archie Cobbs
f685b62b06 SableVM implements the Java virtual machine specification, second edition.
SableVM is a bytecode interpreter. It's goals are to be reasonably small,
efficient, and fast, as well as providing a well-designed platform for
doing research into different algorithms for bytecode interpretation,
garbage collection, memory management, etc.

SableVM uses a modified version of the GNU Classpath Java classes;
these classes are installed by the "sablepath" port.

WWW: http://www.sablevm.org/
2002-07-09 22:08:30 +00:00
Archie Cobbs
016d0c777f This port builds and installs a version of the GNU Classpath Java class
and native libraries package that has been customized to work with SableVM.

WWW: http://www.sablevm.org/
2002-07-09 22:05:31 +00:00
Greg Lewis
e9d1fccec1 Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined. 2002-07-07 21:38:45 +00:00
Ernst de Haan
780a3f1ee7 Port update: 1.3.1_03 --> 1.3.1_04. 2002-07-05 10:17:23 +00:00
Ernst de Haan
7dff22a1e2 Upgrade to 1.2.0.
PR:		39956, 37922
Submitted by:	maintainer
2002-07-04 18:50:58 +00:00
Ernst de Haan
a66d745128 Upgrade from JUMP 0.3 to JUMP 0.4.1.
See:
http://sourceforge.net/project/shownotes.php?release_id=97033
2002-06-27 23:57:51 +00:00
Greg Lewis
b9de798e03 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
2002-06-27 05:34:39 +00:00
Greg Lewis
d2ac81835a Add open-motif to RUN_DEPENDS temporarily until we teach the JDK to
statically link with the Motif libraries.

Submitted by:	"Alexander Zagrebin" <alexz@visp.ru>
2002-06-26 05:10:24 +00:00
Ying-Chieh Liao
d637a0580a - Use REINPLACE_CMD
- Change maintainer's address

PR:		39759
Submitted by:	maintainer
2002-06-24 04:56:16 +00:00
OKAZAKI Tetsurou
f599714e2a Use "bsd.java.mk".
Install documents into ${DOCSDIR}.
Increment PORTREVISION.

Submitted by:	des
2002-06-23 19:31:23 +00:00
Ying-Chieh Liao
c0730579cd fix typo to install docs
PR:		39112
Submitted by:	maintainer
2002-06-17 20:20:50 +00:00
Ernst de Haan
ecb824c780 Renamed jdk-tutorial to java-tutorial. 2002-06-17 16:42:44 +00:00
Greg Lewis
05f69eeb5b Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by:	znerd
2002-06-16 01:54:07 +00:00
Greg Lewis
1c11e5bee6 Remove perltools here too. 2002-06-16 01:36:34 +00:00
Greg Lewis
e5c7dbacfa Remove this port, it saves me fixing the dependencies :).
The java/jakarta-oro port provides the same functionality.

PR:		39113
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
Approved by:	Marcin Cieslak <saper@system.pl> (maintainer)
2002-06-16 01:35:47 +00:00
Greg Lewis
f0f975e121 Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by:	znerd
2002-06-16 01:22:09 +00:00
Greg Lewis
2d60133176 . Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by:	znerd (who is even the maintainer of this one :).
2002-06-16 01:12:53 +00:00
Jun Kuriyama
bdc9c2f5fa Chase java/jdk repocopy.
Submitted by:	Greg Lewis <glewis@eyesbeyond.com>
2002-06-15 14:09:21 +00:00
Ernst de Haan
8c44357135 Upgrade to JUMP 0.3. Added an alternative download location.
Not removing ${PREFIX}/share/java at deinstallation anymore
since it is part of the base hierarchy now.
2002-06-15 13:08:52 +00:00
Greg Lewis
2f62ed9f9d . Fix the dependencies for this port following the renaming of the JDK
ports.
. Use (and define if necessary) ${FIND} and ${CPIO}, rather than
  /usr/bin/find and /usr/bin/cpio, respectively.

Reviewed by:	znerd
2002-06-14 19:08:49 +00:00
Greg Lewis
ba8c398f70 Fix problems I created with the previous change:
. Add a post-patch target to clean up *.orig files (taken from the
  linux-sun-jdk13 port).
. Fix the name of the installation location to be consistent with other
  JDK ports and to not move with, for example, PORTREVISION changes.

Approved by:	znerd (maintainer)
2002-06-13 19:25:48 +00:00
Ernst de Haan
fb3735560d Not installing the packages anymore.
Fixed the packing list.
Bumped PORTREVISION.
2002-06-13 17:59:35 +00:00
Ernst de Haan
44e810e3d7 Upgrade to JUMP 0.2. 2002-06-13 17:49:48 +00:00
Ernst de Haan
ddf8667538 Patches that solve the problem that expr and libjava.so
cannot be found.

Bumped PORTREVISION.

Submitted by:	glewis
2002-06-13 17:30:53 +00:00
Greg Lewis
32c919750f . 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
2002-06-13 16:01:25 +00:00
Ernst de Haan
7afd5c645a Now removes ${PREFIX}/share/java after deinstallation if it
is empty.
Bumped PORTREVISION.
2002-06-13 14:24:42 +00:00
Ernst de Haan
6f1f7d07e1 Now builds from source using Ant.
Added some download locations.
Bumped PORTREVISION.
2002-06-13 14:23:21 +00:00
Ernst de Haan
9e0fec0a9c Running Ant in ${WRKSRC} instead of ${WRKDIR}. This does not
change the working of the Makefile since NO_WRKSUBDIR is defined.
2002-06-13 14:12:46 +00:00
Ernst de Haan
676c135ee3 Now builds from source using Ant.
Bumped PORTREVISION.
2002-06-13 12:52:42 +00:00