summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.java.mk
Commit message (Collapse)AuthorAgeFilesLines
* . Note some of the JDKs are now 1.4.2 rather than 1.4.1 (the native oneglewis2003-11-111-7/+7
| | | | was updated today in particular).
* . Add support for the new diablo-jdk13 port. This will be the defaultglewis2003-09-031-11/+33
| | | | | | JDK 1.3 port for any 1.3 dependencies. Approved by: znerd
* Sun JDK 1.4 for Linux is now 1.4.2, not 1.4.1.znerd2003-07-181-1/+1
|
* . Remove an erroneous check that limited USE_JAVA to the form X.Y+. Theglewis2003-05-011-5/+0
| | | | | | | form X.Y is also allowed. A similar check is performed later in the file which will catch bogus versions of both forms. Reviewed by: znerd
* Bad idea to have cvsup/conflict reminder about not-committed changes, but...phantom2003-04-161-26/+85
| | | | | | complete previous commit by adding support of Blackdown and IBM 1.4.1 JDKs (existing in ports tree for long time), add support for Sun JDK 1.2.2 and fix/update comments appropriately to this and previous Maxim's commits.
* Add support for native JDK 1.4.1 port.sobomax2003-04-151-6/+25
|
* Defining JAVASHAREDIR and JAVAJARDIR. If they're already set,znerd2002-11-181-0/+4
| | | | | | | | they will not be overridden. Reviewed by: freebsd-java Approved by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Dave Glowacki <dglo@hyde.ssec.wisc.edu>
* Only using Jikes if NO_BUILD is not set.znerd2002-11-141-1/+1
| | | | Requested by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Fixed support for Blackdown JDK 1.3.x.znerd2002-10-141-0/+2
| | | | Submitted by: Seamus Venasse <Seamus.Venasse@polaris.ca>
* Now supports the Sun JDK 1.4.1 for Linux instead of 1.4.0.znerd2002-09-171-4/+4
|
* Fixed support for Blackdown JDK 1.3 for Linux.znerd2002-09-171-0/+1
| | | | Submitted by: Seamus Venasse <Seamus.Venasse@gov.yk.ca>
* Again changed the order within some lists for estetical reasons.znerd2002-08-121-10/+10
|
* Added Blackdown JDK 1.4.1 for Linux.znerd2002-08-121-0/+1
| | | | See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
* Changed the order within a list for estetical reasons.znerd2002-08-121-1/+1
|
* Changed the installation directory of the Sun JDK 1.4.xznerd2002-08-101-1/+1
| | | | | | | | 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
* Changed the installation directory of the Sun JDK 1.4.x for Linuxznerd2002-08-101-1/+1
| | | | | | to linux-sun-jdk1.4.0.01. PR: 41424
* Changed the installation directory of the Sun JDK 1.3.x for Linux toznerd2002-08-101-1/+1
| | | | | | linux-sun-jdk1.3.1. PR: 41424
* Now correctly looks for the Blackdown JDK 1.2 for Linux inznerd2002-08-101-1/+1
| | | | ${LOCALBASE}/linux-blackdown-jdk1.2.2.
* Fixed support for the Sun JDK 1.2.2 for Linux. The installationznerd2002-08-071-1/+1
| | | | | | directory for that JDK was changed on June 13. See: http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/linux-sun-jdk12/Makefile?rev=1.7&content-type=text/x-cvsweb-markup
* Changed the installation directory of the Sun JDK 1.4 for Linuxznerd2002-06-251-1/+1
| | | | | | to ${LOCALBASE}/linux-jdk1.4.0.01. Noticed by: phantom
* Removed step 2 which used to check that the JDK ports actuallyznerd2002-06-181-56/+12
| | | | | | exists. This unbreaks porteasy. Reported by: des
* Matches new names and locations of JDK ports.znerd2002-06-121-18/+62
| | | | Now also checks that all the JDK ports actually exist.
* Fixed typo.znerd2002-05-131-1/+1
| | | | | Noticed by: Alex Dupre <sysadmin@alexdupre.com> PR: 37933
* Blackdown JDK 1.3.1 for Linux added.znerd2002-05-091-5/+22
| | | | | Requested by: Tim Schafer <tim@agship.com> PR: 37875
* Now matches the new installation directory of theznerd2002-05-091-1/+1
| | | | Sun JDK 1.2.x for Linux.
* Refactoring applied. One extra stage is introduced in whichznerd2002-05-021-33/+73
| | | | | | | | it is decided what JDK ports have been installed. Tested with: java/jdom net/spread Reviewed requested from: java@FreeBSD.org ports@FreeBSD.org Reviewed by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Introduction of NEED_JAVAC knob in bsd.java.mk, stage 3.znerd2002-04-271-2/+2
| | | | | | | | NEED_JAVAC now actually defaults to NO. Tested with: net/spread lang/kawa java/jdom
* Add support for the Sun JDK 1.2.znerd2002-04-261-5/+21
| | | | Also fix one NEED_JAVAC related bug/typo.
* Update to IBM JDK 1.3.1 (cxia32131-20020302).znerd2002-04-261-1/+1
| | | | | PR: 37397 Submitted by: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
* Introduction of NEED_JAVAC knob in bsd.java.mk, stage 2.znerd2002-04-261-9/+19
| | | | | All ports that need a Java compiler (either 'javac' or 'jikes') should from now on define NEED_JAVAC.
* Some small improvements. Added some comments at the topznerd2002-04-041-32/+48
| | | | | | | | | | summarizing the stages. Identified a sixth stage. Renamed the JDK_FILE setting to _JDK_FILE, for consistency with other settings that are only used internally in the mk file. Tested with: jakarta-tomcat-3.3.1_7 (www/jakarta-tomcat3), jakarta-tomcat-4.0.3_3 (www/jakarta-tomcat), orion-1.5.2_17 (www/orion)
* Fixed a problem that occurred if it would look forznerd2002-04-021-1/+1
| | | | | | | JDK 1.2 while the FreeBSD JDK 1.3 was not installed, but the FreeBSD JDK 1.2 was. Reported by: lioux
* Removed an extraneous .BEGIN. It was not causing any problems,znerd2002-03-301-1/+0
| | | | | | but it was not necessary either. Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Fixed 2 bugs related to dependencies.znerd2002-03-291-2/+2
| | | | Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Added bsd.java.mk. This adds Java-specific support to ports byznerd2002-03-281-0/+329
means of a USE_JAVA definition. If a port does not define USE_JAVA, then this change should not affect that port. The purpose of this bsd.java.mk file has been extensively discussed on the freebsd-java mailing list. The current bsd.java.mk is based on the following specification documents: http://www.metaverse.nl/~ernst/installing.html http://www.metaverse.nl/~ernst/writing.html A proposal that lead to the development of these documents and finally the current bsd.java.mk file is: http://www.metaverse.nl/~ernst/freebsd-java-proposal-20011116.html The bsd.java.mk has been sent to portmgr for review. They had no objections. Reviewed by: portmgr@FreeBSD.org, java@FreeBSD.org Approved by: sobomax@FreeBSD.org
OpenPOWER on IntegriCloud