Commit graph

32 commits

Author SHA1 Message Date
Greg Lewis
7b18610272 . Be consistent with other JDK ports and silence execution of the
post-patch clean up.
. Simplify installation find command.

Reviewed by:	znerd
Approved by:	znerd
2003-04-24 05:53:46 +00:00
Ernst de Haan
a47630ba31 Fixed DOWNLOAD_URL.
Pointed out by:	joerg
2003-04-09 12:20:02 +00:00
Alexey Zelkin
1d6100e342 Fix plist after update to 02 patch bundle
Requested by:	kris
2003-03-15 17:49:26 +00:00
Alexey Zelkin
5349781c47 Make this port non-interactive. I.e. extract distfile unconditionally.
This is pre-requisite of native jdk14 port build on bento.

Requested by:	kris
Approved by:	portmgr
No response from:	znerd (maintainer)
2003-03-13 21:58:48 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Greg Lewis
d6894d86d9 . Allow package building on bento to bypass the distfile check.
Requested by:	kris
2003-03-06 17:43:24 +00:00
Greg Lewis
a6b2225259 . Fix the DOWNLOAD_URL to point at 1.4.1_02, not 1.4.1_01.
Submitted by:	Mark Linimon <linimon@lonesome.com>
Pointy hat to:	glewis
2003-03-06 17:26:01 +00:00
Greg Lewis
22842d3f1d . Update to 1.4.1_02
. find -> ${FIND}
. Make install owner/group safe. (*)

PR:		36411 (*)
Approved by:	znerd
2003-03-05 17:37:17 +00:00
Kris Kennaway
1c24674242 Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
2003-02-28 22:53:02 +00:00
Ernst de Haan
f5a768a695 Installing to ${PREFIX}/linux-sun-jdk1.4.1. This port is now
compatible with bsd.java.mk again.
Bumped PORTREVISION.
2002-10-19 00:03:28 +00:00
Ernst de Haan
82f3ee9b27 Upgrade from 1.4.1 to 1.4.1_01. 2002-10-18 23:56:00 +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
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
741b3d1feb Now properly using pkg-message to display warning about
stability of this port.
2002-09-13 22:49:38 +00:00
Kris Kennaway
87e58b5a0d Comment out .BEGIN section, which is breaking the INDEX build. 2002-08-31 07:04:00 +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
c74d548b1e Unified one-line descriptions for JDK ports. 2002-08-12 11:49:59 +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
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
Ernst de Haan
1af1af5eed Upgrade to 1.4.0_01. 2002-06-06 13:00:29 +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
Ernst de Haan
28cd5377d8 Upgraded from 1.4.0rc1 to 1.4.0. 2002-02-15 12:39:30 +00:00
Ernst de Haan
e858e5956a Upgrading from JDK 1.4.0 beta 3 to release candidate 1. Also the IGNORE message now clearly states that the GNUZIP TAR shell script should be selected. 2002-02-01 13:16:57 +00:00
Ernst de Haan
3479eb996d Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
2001-11-27 12:30:05 +00:00
Ernst de Haan
438316a1c0 Removed the .java_wrapper.rej file from the pkg-plist file since it is not
installed.

Approved by: sobomax
2001-11-23 12:22:04 +00:00
Dmitry Sivachenko
99c55e7a10 Update to JDK 1.4.0 beta 3.
PR:		31687
Submitted by:	Ernst de Haan <ernsth@nl.euro.net>
2001-11-04 11:42:44 +00:00
Kevin Lo
ed037e6e47 As linux-jdk13, it needs BUILD_DEPENDS 2001-08-29 15:45:29 +00:00
Steve Price
401f2a77d8 Cleanups from maintainer and fix the URL from which to retrieve the
distfile.

PR:		28137
Submitted by:	maintainer, Dave Glowacki <dglo@ssec.wisc.edu>
2001-06-17 18:08:03 +00:00
Maxim Sobolev
12878ec3ce - Properly define DISTFILES, so the port doesn't fail miserably if it is not
present;
- deregister VM on uninstall.

PR:		27718
Submitted by:	Andreas Schulz <ats@first.gmd.de>
Reviewed by:	maintainer
Approved by:	maintainer
2001-05-29 12:33:01 +00:00
Maxim Sobolev
d60a2edb4e Add linux-jdk14 , sun's Java Developers Kit for Linux, version 1.4.
PR:		27644
Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-05-25 18:59:25 +00:00