Commit Graph

717 Commits

Author SHA1 Message Date
Ernst de Haan
62f01ea147 Moved MAINTAINER up in the file to stop portlint from complaining. 2002-10-11 23:16:15 +00:00
Ernst de Haan
4219fa2d8d Changed WWW reference. 2002-10-11 23:12:02 +00:00
Ernst de Haan
df53c59039 New port: Jakarta Log4J, version 1.2.7.
See:
http://jakarta.apache.org/log4j/

Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR:		42449
2002-10-11 09:02:42 +00:00
Ernst de Haan
2c50b3e55f 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
2002-10-10 08:38:39 +00:00
Ernst de Haan
aa1f22138c Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.
The fix consists of 2 lines at the beginning of the program:

	setuid(geteuid());
	setgid(getegid());

Bumped PORTREVISION of Orion, Tomcat and JBoss ports.

PR:		40470, 43679
Submitted by:	Ari Suutari <ari.suutari@syncrontech.com>
Reviewed by:	audit
Approved by:	Silence on -audit (since Sept 13, 2002)
2002-10-09 23:10:32 +00:00
Ernst de Haan
a7b8dc033b Fixed checksum mismatch. Provided alternative download location
for old version of distfile.

PR:	43397
2002-10-09 22:50:31 +00:00
Ernst de Haan
04b64d5fc7 Maintainership dropped by maintainer. Back to freebsd-ports.
PR:		43397
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-10-09 22:44:55 +00:00
Ernst de Haan
054458fd11 Changed target installation directory so it does not include
the minor version number anymore.

Bumped PORTREVISION.

PR:		43565
Requested by:	Andrew Gerweck <andy@gerweck.dyndns.org>
2002-10-09 22:37:54 +00:00
Ernst de Haan
85b1da903b New port: java-checkstyle.
PR:		42412
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-10-09 22:03:39 +00:00
Ying-Chieh Liao
9d273f6c0f upgrade to 1.0.7
PR:		43266
Submitted by:	maintainer
2002-10-09 18:56:03 +00:00
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
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
Ernst de Haan
b1138abc91 Fixed the packing list. 2002-06-13 12:43:25 +00:00
Ernst de Haan
43a6bfd036 New port: JUMP Ultimate Math Package. 2002-06-13 12:15:52 +00:00
Ernst de Haan
1811cb0ada This port now installs below ${PREFIX}/share/doc, where it
should.

The tutorial is not specific to JDK 1.1.8, it pertains to
Java versions up to 1.4. That's why I've changed the PORTVERSION
from 1.1.8 to 2002.03.04, the date the tutorial was last updated.
See:
http://java.sun.com/docs/books/tutorial/information/download.html

Since this is not really a JDK tutorial but rather a Java
tutorial, the port installation directory is now called
java-tutorial.

Not displaying the message anymore. It is evident where the files
go.

Changed the pkg-plist to use %%T%% instead of
jdk%%VERSION%%/docs/books/tutorial as the prefix.
2002-06-13 11:30:58 +00:00
Ernst de Haan
1690699f8e Added an entry to MASTER_SITES. 2002-06-13 10:50:47 +00:00
Ernst de Haan
a0291600cc Unification of JDK port names.
ports/java/Makefile
Matches new names and locations of JDK ports. Checked sorting.

ports/java/jdk
All files removed from CVS. This port is moved to java/jdk11.
Checked that the repocopy was okay.

ports/java/jdk12-beta
All files removed from CVS. This port is moved to java/jdk12.
Checked that the repocopy was okay.

ports/java/linux-jdk
All files removed from CVS. This port is moved to
java/linux-blackdown-jdk12.
Checked that the repocopy was okay.

ports/java/linux-jdk13
All files removed from CVS. This port is moved to
java/linux-sun-jdk13.
Checked that the repocopy was okay.

ports/java/linux-jdk14
All files removed from CVS. This port is moved to
java/linux-sun-jdk14.
Checked that the repocopy was okay.

PR:	27358
2002-06-12 20:50:09 +00:00
Greg Lewis
991bc4e41a . Fix compilation on FreeBSD 4.2 by including <sys/param.h>
PR:	36871

. Fix compilation on -CURRENT using gcc 3.1 by including <string.h>
  (for strlen(3))

Reported and tested by:	 John Angelmo <john@veidit.net>

Reviewed by:	sobomax
Approved by:	sobomax
2002-06-11 19:03:47 +00:00
Ernst de Haan
cf108ef55c Added jboss3. 2002-06-11 08:32:13 +00:00
Ernst de Haan
014a5fd275 Changed the name of the control script from jbossctl to
jboss2ctl. Changed the name of the startup script from
020.jboss.sh to 020.jboss2.sh. Changed the description of this
port to include the major version number to distinguish this port
from the JBoss 3 port.
Bumped the PORTREVISION.
2002-06-11 07:44:21 +00:00
Ernst de Haan
e73407c4f2 Upgrade to JBoss 3.0.0. 2002-06-11 07:38:25 +00:00
Ernst de Haan
c441281f90 Updated the homepage URL. 2002-06-10 07:56:28 +00:00
Ernst de Haan
1af1af5eed Upgrade to 1.4.0_01. 2002-06-06 13:00:29 +00:00
Ernst de Haan
fe69929d4c Upgrade from 2.4.4 to 2.4.6. 2002-06-06 12:36:34 +00:00
Kris Kennaway
9f5a2bc787 Rename monstrously long patch filenames that were causing tar to exceed
length limitations (100 characters) and fail.
2002-06-05 21:43:14 +00:00
Kris Kennaway
36de601b52 Switch dependency from open-motif-devel to open-motif, since the former
was removed.

Pointy hat to:	obrien
2002-06-04 00:43:27 +00:00
Pete Fritchman
0c49864419 Fix typo: USE_PERL -> USE_PERL5 2002-06-02 19:22:16 +00:00
Ernst de Haan
5427f343f8 Improved download URL.
Prompted by:	obrien

Also now unregistering with javavm at deinstallation.
2002-05-28 09:28:11 +00:00
David E. O'Brien
ba0c879959 Use correct Open Motif. 2002-05-28 01:47:45 +00:00
David E. O'Brien
da94449299 Allow `make reinstall' to work. 2002-05-28 01:43:33 +00:00
David E. O'Brien
7bc585c253 Make sure the Linux bits are loaded before extracting as the extractor is
a Linux binary.
2002-05-28 01:40:07 +00:00
Ernst de Haan
a4ab7c2749 Upgrade from 1.4.0-beta 3 to 1.4.0.
Prompted by:	Jay Sachs <jay@eziba.com>
PR:		38129
2002-05-24 07:05:39 +00:00
Ernst de Haan
f1c39f40dd Upgrade to 1.2b6. This is the result of chasing the
author.

Port is now unbroken.

Approved by:	maintainer
2002-05-24 06:42:23 +00:00
Ernst de Haan
c0644a530c Added missing download location. This fixes
the bento error.

Also switched to USE_JAVA.

Modified the pkg-comment to be less than 70
characters. Portlint complained about that.
2002-05-22 19:04:30 +00:00
Ernst de Haan
27f7a39163 Upgrade from 2.0.1 to 2.0.6.
Submitted by:	maintainer
PR:		38350
2002-05-22 18:22:13 +00:00
Ernst de Haan
0e76979236 Upgrade to 0.99.
Submitted by:	maintainer
PR:		33192
2002-05-21 18:59:57 +00:00
Ernst de Haan
17a9e3cd1b Created download locations for the distfile. Removed
the restrictions because I could find no references
to any on the Sun site. And no license needs to be
confirmed in order to download the distfile.
2002-05-15 21:50:11 +00:00
Ernst de Haan
767afd7f92 DISTNAME is now computed instead of fixed.
Approved by:	maintainer
2002-05-15 18:21:40 +00:00
Ernst de Haan
dee957eb95 Using bin/run.jar for startup. Now the control program
no longer reports an error at startup.

Bumped PORTREVISION.

PR:	38069
2002-05-15 07:43:11 +00:00
Maxim Sobolev
71ae622b99 Kill evil rcs(1)-injected hunk, which makes do-patch failing.
Submitted by:	bento, Sean McNeil <sean@mcneil.com>
2002-05-14 07:30:40 +00:00
Ernst de Haan
4fbe7a7123 Making portlint happy. Moved the trailing slash from
DOWNLOAD_DIR to MASTER_SITES.
2002-05-09 11:18:20 +00:00
Ernst de Haan
001b1b85ba Added download locations. 2002-05-09 11:17:02 +00:00
Ernst de Haan
c11b093c81 Blackdown JDK 1.3.1 for Linux added. 2002-05-09 11:00:46 +00:00
Ernst de Haan
3fe5d30d85 Blackdown JDK 1.3.1 for Linux added.
Requested by:	Tim Schafer <tim@agship.com>
PR:		37875
2002-05-09 11:00:02 +00:00
Ernst de Haan
21eac47df4 Made installation friendlier. The different steps involved
are displayed. The output is now similar to the www/orion
and www/jakarta-tomcat* ports.
2002-05-09 10:19:46 +00:00
Ernst de Haan
df5442370f Upgrade to 1.2.2.012.
PR:		37872
Requested by:	Tim Schafer <tim@agship.com>
2002-05-09 09:45:16 +00:00
Ernst de Haan
6de38f945e DOWNLOAD_URL is now computed based on JDK_VERSION. 2002-05-09 09:27:39 +00:00
Ernst de Haan
056e08a39d DISTNAME is now computed based on JDK_VERSION. 2002-05-09 09:25:21 +00:00
Ernst de Haan
ef29c765cc Reverting checksum chase. It is unknown what the changes
were, so the change should not have been committed.

This port is now broken again. Bumped PORTREVISION and
marked it as BROKEN.

Pointed out by:	Kris Kennaway <kris@obsecurity.org>
2002-05-09 09:19:16 +00:00
Ernst de Haan
156b71b59f Changed daemonctl program to check if the JAR file exists before
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.
2002-05-08 22:00:04 +00:00
Ernst de Haan
be0fd86d4b Upgrade from cxia32131-20020302 to cxia32131-20020410.
Added a message to the pkg-message that explains that
the USER_LDT option is needed.
Bumped PORTREVISION.

PR:	37848
2002-05-08 12:43:38 +00:00
Ernst de Haan
b338c943c0 Bumping PORTREVISION because the distinfo file was fixed. 2002-05-08 09:26:26 +00:00
Ernst de Haan
b689152128 Fix bento error (checksum). 2002-05-08 09:23:01 +00:00
Ernst de Haan
385ed6e06e Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35080.
Improved download URL. Changed do-install target a
little. Installing links to the actual JAR files in
${PREFIX}/share/java/classes. The actual JAR files
are now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.

PR:	35080
2002-05-07 22:30:54 +00:00
Ernst de Haan
e00a1f5402 Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35079.
Improved download URL. Changed do-install target a
little. Installing a link to activation.jar in
${PREFIX}/share/java/classes. The real activation.jar
is now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.

The maintainer has not responded in months, so I took the
freedom to commit this without his approval.

PR:	35079
2002-05-07 22:14:19 +00:00
Ernst de Haan
4a7db7be78 The JAD homepage seems to have disappeared a long time
ago. Changed the pkg-descr accordingly.
2002-05-07 19:30:37 +00:00
Ernst de Haan
24d56662b7 Taking care of unmaintained ports in the java category.
All of these ports are currently listed as problematic at:
http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html
2002-05-07 19:24:20 +00:00
Ernst de Haan
8299333c0a Upgrade from version 20000211 to 20011118.
Updated MASTER_SITES.  Using USE_JAVA.
Changing MAINTAINER to myself because original maintainer
did not reply.
2002-05-07 12:47:40 +00:00
Ernst de Haan
f8020c7a0a Improved the download URL. It now directly points to the page
with Terms and Conditions.
2002-05-07 08:43:23 +00:00
Dag-Erling Smørgrav
fd609cc941 The Jakarta Byte Code Engineering Library. 2002-05-06 17:41:11 +00:00
Dag-Erling Smørgrav
91dc7edf95 Upgrade to 2.3.1.
Approved by:	znerd
2002-05-06 12:07:07 +00:00
Greg Lewis
35dbc5bb82 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
2002-05-03 05:36:11 +00:00
Greg Lewis
b2841c8077 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
2002-05-03 05:32:23 +00:00
Ernst de Haan
652406c523 Master sites now work. This port did not have a proper
download location for ages.

For a bento report, see:

http://bento.freebsd.org/errorlogs/4-full/cryptix-jce-20000211.log
2002-04-27 16:24:28 +00:00
Ernst de Haan
a9d0fe9329 Making pkg-plist file a bit smaller by using
%%T%% instead of %%TARGET_PREFIX%%.
2002-04-26 23:25:53 +00:00
Ernst de Haan
aae053233d Update to IBM JDK 1.3.1 (cxia32131-20020302).
PR:		37397
Submitted by:	Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
2002-04-26 23:23:02 +00:00
Ernst de Haan
44573b73a3 New port: Sun JDK 1.2 for Linux. 2002-04-26 22:20:02 +00:00
Ernst de Haan
4fe0ef03ca New port jboss2.
The jboss2ctl program does not work at this stage. I chose
to commit this port anyway because it has been lying around
for too long. Once it is in the ports tree, the improved
interest may trigger somebody else to fix the problem.

JBoss can be started using the supplied shell script anyway,
so it is still useful.

This is not the JBoss port submitted by Jesse Gallup in PR
35853, but one based on the www/orion port.

PR:	35853
2002-04-26 21:54:15 +00:00
Maxim Sobolev
81b63669b1 Update to 0.7.12. 2002-04-26 17:29:54 +00:00