summaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk14 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Installing to ${PREFIX}/linux-sun-jdk1.4.1. This port is nowErnst de Haan2002-10-191-1/+2
| | | | | | | | compatible with bsd.java.mk again. Bumped PORTREVISION. Notes: svn path=/head/; revision=68306
* Upgrade from 1.4.1 to 1.4.1_01.Ernst de Haan2002-10-183-5/+5
| | | | Notes: svn path=/head/; revision=68303
* Not using IGNORE anymore to avoid package building.Ernst de Haan2002-10-101-5/+1
| | | | | | | | | | | | | | | | | | | .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 Notes: svn path=/head/; revision=67730
* Installing in ${PREFIX}/linux-sun-jdk1.4.1 instead ofErnst de Haan2002-09-171-1/+1
| | | | | | | | ${PREFIX}/linux-sun-jdk1.4, bsd.java.mk is already expecting linux-sun-jdk1.4.1. Notes: svn path=/head/; revision=66495
* Upgrade to 1.4.1.Ernst de Haan2002-09-173-305/+301
| | | | | | | See: http://java.sun.com/j2se/1.4.1/changes.html Notes: svn path=/head/; revision=66491
* Now properly using pkg-message to display warning aboutErnst de Haan2002-09-132-5/+8
| | | | | | | stability of this port. Notes: svn path=/head/; revision=66282
* Comment out .BEGIN section, which is breaking the INDEX build.Kris Kennaway2002-08-311-4/+4
| | | | Notes: svn path=/head/; revision=65358
* Printing warning message since this JDK is unstable. The messageErnst de Haan2002-08-291-0/+5
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=65254
* Unified one-line descriptions for JDK ports.Ernst de Haan2002-08-121-1/+1
| | | | Notes: svn path=/head/; revision=64418
* Changed the installation directory of the Sun JDK 1.4.xErnst de Haan2002-08-101-5/+5
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=64327
* Changed the installation directory of the Sun JDK 1.4.x for LinuxErnst de Haan2002-08-101-1/+1
| | | | | | | | | to linux-sun-jdk1.4.0.01. PR: 41424 Notes: svn path=/head/; revision=64326
* Add missed @unexec keyword to the call to unregistervm as well as missedMaxim Sobolev2002-07-102-2/+3
| | | | | | | | | @exec registervm [...]. Reported by: phantom Notes: svn path=/head/; revision=62779
* Upgrade to 1.4.0_01.Ernst de Haan2002-06-063-18/+18
| | | | Notes: svn path=/head/; revision=60691
* Improved download URL.Ernst de Haan2002-05-282-1/+2
| | | | | | | | | Prompted by: obrien Also now unregistering with javavm at deinstallation. Notes: svn path=/head/; revision=60178
* Upgraded from 1.4.0rc1 to 1.4.0.Ernst de Haan2002-02-152-5/+5
| | | | Notes: svn path=/head/; revision=54751
* Upgrading from JDK 1.4.0 beta 3 to release candidate 1. Also the IGNORE ↵Ernst de Haan2002-02-013-6/+11
| | | | | | | message now clearly states that the GNUZIP TAR shell script should be selected. Notes: svn path=/head/; revision=54109
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.Ernst de Haan2001-11-271-2/+2
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=50633
* Removed the .java_wrapper.rej file from the pkg-plist file since it is notErnst de Haan2001-11-231-1/+0
| | | | | | | | | installed. Approved by: sobomax Notes: svn path=/head/; revision=50408
* Update to JDK 1.4.0 beta 3.Dmitry Sivachenko2001-11-045-1199/+1693
| | | | | | | | PR: 31687 Submitted by: Ernst de Haan <ernsth@nl.euro.net> Notes: svn path=/head/; revision=49566
* As linux-jdk13, it needs BUILD_DEPENDSKevin Lo2001-08-291-0/+1
| | | | Notes: svn path=/head/; revision=47095
* Cleanups from maintainer and fix the URL from which to retrieve theSteve Price2001-06-171-10/+12
| | | | | | | | | | distfile. PR: 28137 Submitted by: maintainer, Dave Glowacki <dglo@ssec.wisc.edu> Notes: svn path=/head/; revision=44119
* - Properly define DISTFILES, so the port doesn't fail miserably if it is notMaxim Sobolev2001-05-292-4/+4
| | | | | | | | | | | | | present; - deregister VM on uninstall. PR: 27718 Submitted by: Andreas Schulz <ats@first.gmd.de> Reviewed by: maintainer Approved by: maintainer Notes: svn path=/head/; revision=43241
* Add linux-jdk14 , sun's Java Developers Kit for Linux, version 1.4.Maxim Sobolev2001-05-257-0/+1257
PR: 27644 Submitted by: Ernst de Haan <ernst@jollem.com> Notes: svn path=/head/; revision=43055