| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
1.6 1.7).
. Remove freebsd and bsdjava as valid vendors.
Notes:
svn path=/head/; revision=308662
|
|
|
|
|
|
|
|
|
|
| |
exist there.
Reviewed by: glewis (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=306872
|
|
|
|
|
|
|
|
| |
Reviewed by: glewis (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=306767
|
|
|
|
|
|
|
|
|
|
|
| |
- Make sure to destroy all symlinks pointing to ${PREFIX}/bin/javavm and
${PREFIX}/etc/javavms when we deinstall the package.
Reviewed by: glewis (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=306536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
E.g. for jdk1.6.0 and openjdk6 will use '6' as the version.
. Modify the preference order for Java VMs used by the internal fallback
logic to reflect that openjdk is now the default Java VM rather than diablo.
. Remove code for Java vendors that are no longer in the ports tree (e.g.
blackdown, ibm).
. Remove code for handling version numbers that are no longer present in
the tree (e.g. only 1.5 and up is supported).
. Note that openjdk is a native Java VM.
. If the environment variable JAVAVM_FALLBACK_ONLY is set then only use the
internal logic to select a Java VM, don't use the ports logic even if the
ports collection is installed. [1]
. Update the manual page for JAVAVM_FALLBACK_ONLY.
. Bump version to 2.4.
PR: 167799 [1]
Notes:
svn path=/head/; revision=300819
|
|
|
|
|
|
|
|
| |
. Remove references to ibm (we have no IBM JDKs in the tree)
. Remove references to JDK 1.4.2 (only 1.5+ are in the tree)
Notes:
svn path=/head/; revision=299412
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
Notes:
svn path=/head/; revision=278068
|
|
|
|
|
|
|
|
| |
Reported by: Mike Jakubik (mike dot jakubik at intertainservices dot com)
Reviewed by: glewis (maintainer)
Notes:
svn path=/head/; revision=254280
|
|
|
|
|
|
|
|
|
|
| |
. Note such support in the manual pages.
. Correctly determine the Java version of the OpenJDK ports when bsd.java.mk
isn't present.
. Bump version to 2.3.4.
Notes:
svn path=/head/; revision=248038
|
|
|
|
|
|
|
| |
. Sort vendor references.
Notes:
svn path=/head/; revision=234380
|
|
|
|
|
|
|
|
|
|
|
| |
pages if LANG is set to ja_JP.eucJP and the port is installed.
Diablo packages contain japanese manual pages and jman seems to format them
mostly fine.
Reviewed by: glewis (maintainer)
Notes:
svn path=/head/; revision=212382
|
|
|
|
|
|
|
|
|
|
| |
- Fix reversed vendors (bsdjava <-> freebsd).
- Update port version to 2.3.1.
Reviewed by: glewis (maintainer)
Notes:
svn path=/head/; revision=212174
|
|
|
|
| |
Notes:
svn path=/head/; revision=173479
|
|
|
|
| |
Notes:
svn path=/head/; revision=167008
|
|
|
|
|
|
|
|
|
|
| |
manual pages for the different VMs. [1]
. Minor code clean ups (white space, redirection).
PR: 93099
Notes:
svn path=/head/; revision=165243
|
|
|
|
|
|
|
|
|
|
|
|
| |
not invoke any Java programmes, but will instead print out what it would
have invoked and some related settings.
This work was inspired by the PR, but doesn't use its implementation.
PR: 96050
Notes:
svn path=/head/; revision=164848
|
|
|
|
|
|
|
|
|
|
|
| |
flags when being used to bootstrap the jdk15 port, and this was confirmed
by somebody else. However, javac doesn't seem to be happy with it so
turn it back off.
Submitted by: hq
Notes:
svn path=/head/; revision=164752
|
|
|
|
| |
Notes:
svn path=/head/; revision=164664
|
|
|
|
|
|
|
|
|
|
|
|
| |
causing problems for programmes such as jar(1). I actually believe it is
needed by some of the other programmes, but we'll add it as needed.
. Bump PORTREVISION for this change.
PR: 98586
Submitted by: Achilleas Mantzios <achill@matrix.gatewaynet.com>
Notes:
svn path=/head/; revision=164616
|
|
|
|
|
|
|
| |
Suggested by: hq
Notes:
svn path=/head/; revision=164323
|
|
|
|
|
|
|
|
|
| |
invoked Java VM.
Reviewed by: hq
Notes:
svn path=/head/; revision=164308
|
|
|
|
|
|
|
| |
Suggested by: hq
Notes:
svn path=/head/; revision=160601
|
|
|
|
|
|
|
|
|
|
| |
_JAVAVM_. The notable exception is JAVA_HOME, which is deliberately set
by the wrapper.
PR: 88048
Notes:
svn path=/head/; revision=160533
|
|
|
|
|
|
|
|
|
|
|
| |
of the wrapper script. I'm using a different patch than Herve submitted,
but the idea is the same.
. Bump PORTREVISION.
Submitted by: hq
Notes:
svn path=/head/; revision=147050
|
|
|
|
|
|
|
|
| |
. Kick unprivileged users out early in registervm/unregistervm to
prevent double error messages.
Notes:
svn path=/head/; revision=137787
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
before attempting to sort it when running checkvms. This prevents a
double error message for an unprivileged user.
. When asked to register a VM that is already registered, don't error.
Print a warning that the VM is already registered and don't add it to
the configuration file (but do check its links and sort the config
file still). This prevents problems with
'make install -DFORCE_PKG_REGISTER'
erroring out during the post-install stage for the JDK ports.
Bump PORTREVISION for this change since it affects the various JDK
ports. [2]
Reported by: anholt, via hq [2]
Notes:
svn path=/head/; revision=137785
|
|
|
|
|
|
|
| |
Suggested by: hq
Notes:
svn path=/head/; revision=134145
|
|
|
|
|
|
|
|
|
|
| |
selection procedure used when ${PORTSDIR}/Mk/bsd.java.mk isn't present.
. Fix a typo (JAVA_PREFERRED_PORT -> JAVA_PREFERRED_PORTS).
Pointed out by: hq
Notes:
svn path=/head/; revision=133600
|
|
|
|
|
|
|
|
|
|
| |
be attributed to my merging of the mdoc fixes with some content changes
I had made.
Submitted by: simon
Notes:
svn path=/head/; revision=133176
|
|
|
|
|
|
|
| |
different depending on whether bsd.java.mk exists on the system.
Notes:
svn path=/head/; revision=133159
|
|
|
|
|
|
|
|
|
| |
. Add some more details on how javavmwrapper selects the VM. [2]
Suggested by: hq [2]
Notes:
svn path=/head/; revision=133155
|
|
|
|
|
|
|
|
|
| |
list of values, not just a single value.
Pointed out by: hq
Notes:
svn path=/head/; revision=133152
|
|
|
|
|
|
|
|
|
| |
. Bump PORTREVISION.
PR: 27075
Notes:
svn path=/head/; revision=133092
|
|
|
|
|
|
|
| |
slew of spurious errors when upgrading the port.
Notes:
svn path=/head/; revision=133091
|
|
|
|
| |
Notes:
svn path=/head/; revision=133085
|
|
|
|
|
|
|
| |
Bump PORTREVISION
Notes:
svn path=/head/; revision=126997
|
|
|
|
|
|
|
|
|
| |
with java/kaffe-devel
Pointy hat to: me
Notes:
svn path=/head/; revision=125077
|
|
|
|
| |
Notes:
svn path=/head/; revision=125074
|
|
|
|
|
|
|
|
|
|
| |
This also fixes a problem that when being modified it wasn't specified
by absolute path.
Reported by: Robert Backhaus <robbak@robbak.com>
Notes:
svn path=/head/; revision=124218
|
|
|
|
|
|
|
|
| |
. Bump PORTREVISION for this change and the previous change to
javavmwrapper itself.
Notes:
svn path=/head/; revision=123410
|
|
|
|
|
|
|
|
|
|
|
| |
done separately).
. Much more stringent checks on VMs that we are trying to register. This
prevents most bogus and circular registrations. [1]
Suggested by: Josh Elsasser <josh@elsasser.org> [1]
Notes:
svn path=/head/; revision=123409
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
utilities. Unfortunately this overrides any PATH that may have been
set by the user and hence affects the ability of java to execute
external programmes. So, save the PATH before setting it and then
restore it immediately before executing java.
. Bump PORTREVISION for this fix.
Reported by: Christian Laursen <xi@borderworlds.dk>
Notes:
svn path=/head/; revision=121460
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
allow the simple use of multiple VMs. Brief detail of the main changes:
. When a VM is registered, symbolic links for its executables are
created in ${LOCALBASE}/bin. This allows people to just type
'java', 'javac', etc. without having to add the VM installation
directory to their PATH.
. The actual 'java' that is executed via one of these symlinks is
determined by the order of the (sorted) configuration file
${LOCALBASE}/etc/javavms and by the environment variables
JAVA_VERSION, JAVA_OS and JAVA_VENDOR which function to select
a VM as they do in the ports framework.
. There is a new command, checkvms, to sanity check the configuration
and symlinks.
. The "javavm" executable is currently retained in its original capacity
as a synonym for Java for backward compatibility. However, its use
is deprecated.
. Temporarily set MAINTAINER to myself to make monitoring any initial
bug reports easier. The intent is to convert it to java@ at a later
date.
This is built on the ideas of znerd, hq and Shelton C. Johnson Jr., with
hq and Shelton contributing code and reviews.
PR: 27079, 39080
Reviewed by: hq, Shelton C. Johnson Jr. <shelton_c_j@yahoo.com>
Notes:
svn path=/head/; revision=121406
|
|
|
|
| |
Notes:
svn path=/head/; revision=118047
|
|
|
|
| |
Notes:
svn path=/head/; revision=105874
|
|
|
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
Notes:
svn path=/head/; revision=85841
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=54146
|
|
|
|
|
|
|
| |
Submitted by: ted@tednet.nl (Ted Lindgreen)
Notes:
svn path=/head/; revision=50967
|
|
|
|
|
|
|
|
|
|
| |
parameters with spaces are passed correctly.
PR: 32191
Submitted by: Ben Suffolk <ben.suffolk@orange.co.uk>
Notes:
svn path=/head/; revision=50565
|