| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
with a piece of sh+awk based on a recent post to freebsd-arch by
Cyrille Lefevre <cyrille.lefevre@laposte.net>.
|
|
|
|
|
|
| |
@exec registervm [...].
Reported by: phantom
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
SableVM is a bytecode interpreter. It's goals are to be reasonably small,
efficient, and fast, as well as providing a well-designed platform for
doing research into different algorithms for bytecode interpretation,
garbage collection, memory management, etc.
SableVM uses a modified version of the GNU Classpath Java classes;
these classes are installed by the "sablepath" port.
WWW: http://www.sablevm.org/
|
|
|
|
|
|
| |
and native libraries package that has been customized to work with SableVM.
WWW: http://www.sablevm.org/
|
| |
|
| |
|
|
|
|
|
| |
PR: 39956, 37922
Submitted by: maintainer
|
|
|
|
|
| |
See:
http://sourceforge.net/project/shownotes.php?release_id=97033
|
|
|
|
|
|
|
|
| |
result in the InvokerGen.java target failing. The bootstrapping Linux
JDK will confuse itself if WRKDIRPREFIX also exists in /compat/linux
as a symbolic link to the directory in the standard FreeBSD hierarchy.
Much appreciated sleuth work by: dillon
|
|
|
|
|
|
| |
statically link with the Motif libraries.
Submitted by: "Alexander Zagrebin" <alexz@visp.ru>
|
|
|
|
|
|
|
| |
- Change maintainer's address
PR: 39759
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Install documents into ${DOCSDIR}.
Increment PORTREVISION.
Submitted by: des
|
|
|
|
|
| |
PR: 39112
Submitted by: maintainer
|
| |
|
|
|
|
| |
Forgotten by: znerd
|
| |
|
|
|
|
|
|
|
|
| |
The java/jakarta-oro port provides the same functionality.
PR: 39113
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
Approved by: Marcin Cieslak <saper@system.pl> (maintainer)
|
|
|
|
| |
Forgotten by: znerd
|
|
|
|
| |
Forgotten by: znerd (who is even the maintainer of this one :).
|
|
|
|
| |
Submitted by: Greg Lewis <glewis@eyesbeyond.com>
|
|
|
|
|
| |
Not removing ${PREFIX}/share/java at deinstallation anymore
since it is part of the base hierarchy now.
|
|
|
|
|
|
|
|
| |
ports.
. Use (and define if necessary) ${FIND} and ${CPIO}, rather than
/usr/bin/find and /usr/bin/cpio, respectively.
Reviewed by: znerd
|
|
|
|
|
|
|
|
|
| |
. Add a post-patch target to clean up *.orig files (taken from the
linux-sun-jdk13 port).
. Fix the name of the installation location to be consistent with other
JDK ports and to not move with, for example, PORTREVISION changes.
Approved by: znerd (maintainer)
|
|
|
|
|
| |
Fixed the packing list.
Bumped PORTREVISION.
|
| |
|
|
|
|
|
|
|
|
| |
cannot be found.
Bumped PORTREVISION.
Submitted by: glewis
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 39231
. Don't use -p with ${MKDIR}, its the default.
. Define (if necessary) and use ${SORT}, ${CPIO} and ${FIND} rather than
hardwiring them as /usr/bin/sort, etc.
Apologies to sobomax for not asking for a review, I thought it important
to unbreak the port as quickly as possible.
Submitted by: alane (dependencies), znerd
|
|
|
|
|
| |
is empty.
Bumped PORTREVISION.
|
|
|
|
|
| |
Added some download locations.
Bumped PORTREVISION.
|
|
|
|
| |
change the working of the Makefile since NO_WRKSUBDIR is defined.
|
|
|
|
| |
Bumped PORTREVISION.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
should.
The tutorial is not specific to JDK 1.1.8, it pertains to
Java versions up to 1.4. That's why I've changed the PORTVERSION
from 1.1.8 to 2002.03.04, the date the tutorial was last updated.
See:
http://java.sun.com/docs/books/tutorial/information/download.html
Since this is not really a JDK tutorial but rather a Java
tutorial, the port installation directory is now called
java-tutorial.
Not displaying the message anymore. It is evident where the files
go.
Changed the pkg-plist to use %%T%% instead of
jdk%%VERSION%%/docs/books/tutorial as the prefix.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports/java/Makefile
Matches new names and locations of JDK ports. Checked sorting.
ports/java/jdk
All files removed from CVS. This port is moved to java/jdk11.
Checked that the repocopy was okay.
ports/java/jdk12-beta
All files removed from CVS. This port is moved to java/jdk12.
Checked that the repocopy was okay.
ports/java/linux-jdk
All files removed from CVS. This port is moved to
java/linux-blackdown-jdk12.
Checked that the repocopy was okay.
ports/java/linux-jdk13
All files removed from CVS. This port is moved to
java/linux-sun-jdk13.
Checked that the repocopy was okay.
ports/java/linux-jdk14
All files removed from CVS. This port is moved to
java/linux-sun-jdk14.
Checked that the repocopy was okay.
PR: 27358
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 36871
. Fix compilation on -CURRENT using gcc 3.1 by including <string.h>
(for strlen(3))
Reported and tested by: John Angelmo <john@veidit.net>
Reviewed by: sobomax
Approved by: sobomax
|
| |
|
|
|
|
|
|
|
|
| |
jboss2ctl. Changed the name of the startup script from
020.jboss.sh to 020.jboss2.sh. Changed the description of this
port to include the major version number to distinguish this port
from the JBoss 3 port.
Bumped the PORTREVISION.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
length limitations (100 characters) and fail.
|
|
|
|
|
|
| |
was removed.
Pointy hat to: obrien
|
| |
|
|
|
|
|
|
| |
Prompted by: obrien
Also now unregistering with javavm at deinstallation.
|
| |
|