| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
was updated today in particular).
|
|
|
|
|
|
| |
JDK 1.3 port for any 1.3 dependencies.
Approved by: znerd
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Requested by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
|
|
|
| |
Submitted by: Seamus Venasse <Seamus.Venasse@polaris.ca>
|
| |
|
|
|
|
| |
Submitted by: Seamus Venasse <Seamus.Venasse@gov.yk.ca>
|
| |
|
|
|
|
| |
See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
to linux-sun-jdk1.4.0.01.
PR: 41424
|
|
|
|
|
|
| |
linux-sun-jdk1.3.1.
PR: 41424
|
|
|
|
| |
${LOCALBASE}/linux-blackdown-jdk1.2.2.
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
to ${LOCALBASE}/linux-jdk1.4.0.01.
Noticed by: phantom
|
|
|
|
|
|
| |
exists. This unbreaks porteasy.
Reported by: des
|
|
|
|
| |
Now also checks that all the JDK ports actually exist.
|
|
|
|
|
| |
Noticed by: Alex Dupre <sysadmin@alexdupre.com>
PR: 37933
|
|
|
|
|
| |
Requested by: Tim Schafer <tim@agship.com>
PR: 37875
|
|
|
|
| |
Sun JDK 1.2.x for Linux.
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
NEED_JAVAC now actually defaults to NO.
Tested with: net/spread
lang/kawa
java/jdom
|
|
|
|
| |
Also fix one NEED_JAVAC related bug/typo.
|
|
|
|
|
| |
PR: 37397
Submitted by: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
|
|
|
|
|
| |
All ports that need a Java compiler (either 'javac' or
'jikes') should from now on define NEED_JAVAC.
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
JDK 1.2 while the FreeBSD JDK 1.3 was not installed,
but the FreeBSD JDK 1.2 was.
Reported by: lioux
|
|
|
|
|
|
| |
but it was not necessary either.
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
|
|
| |
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
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
|