summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.16.Archie Cobbs2002-07-183-4/+6
|
* Remove unintentional dependency on readlink by replacing the call to itGreg Lewis2002-07-154-4/+4
| | | | | with a piece of sh+awk based on a recent post to freebsd-arch by Cyrille Lefevre <cyrille.lefevre@laposte.net>.
* Add missed @unexec keyword to the call to unregistervm as well as missedMaxim Sobolev2002-07-102-2/+3
| | | | | | @exec registervm [...]. Reported by: phantom
* Add sablepath and sablevm.Archie Cobbs2002-07-091-0/+2
|
* SableVM implements the Java virtual machine specification, second edition.Archie Cobbs2002-07-0912-0/+494
| | | | | | | | | | | | 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/
* This port builds and installs a version of the GNU Classpath Java classArchie Cobbs2002-07-0913-0/+1274
| | | | | | and native libraries package that has been customized to work with SableVM. WWW: http://www.sablevm.org/
* Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.Greg Lewis2002-07-074-4/+12
|
* Port update: 1.3.1_03 --> 1.3.1_04.Ernst de Haan2002-07-052-7/+7
|
* Upgrade to 1.2.0.Ernst de Haan2002-07-044-24/+11
| | | | | PR: 39956, 37922 Submitted by: maintainer
* Upgrade from JUMP 0.3 to JUMP 0.4.1.Ernst de Haan2002-06-273-8/+8
| | | | | See: http://sourceforge.net/project/shownotes.php?release_id=97033
* Add a pre-build target to check for a setting of WRKDIRPREFIX which willGreg Lewis2002-06-274-0/+52
| | | | | | | | 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
* Add open-motif to RUN_DEPENDS temporarily until we teach the JDK toGreg Lewis2002-06-264-0/+4
| | | | | | statically link with the Motif libraries. Submitted by: "Alexander Zagrebin" <alexz@visp.ru>
* - Use REINPLACE_CMDYing-Chieh Liao2002-06-242-3/+5
| | | | | | | - Change maintainer's address PR: 39759 Submitted by: maintainer
* Use "bsd.java.mk".OKAZAKI Tetsurou2002-06-232-184/+175
| | | | | | | Install documents into ${DOCSDIR}. Increment PORTREVISION. Submitted by: des
* fix typo to install docsYing-Chieh Liao2002-06-171-3/+3
| | | | | PR: 39112 Submitted by: maintainer
* Renamed jdk-tutorial to java-tutorial.Ernst de Haan2002-06-176-3400/+1
|
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-169-12/+12
| | | | Forgotten by: znerd
* Remove perltools here too.Greg Lewis2002-06-161-1/+0
|
* Remove this port, it saves me fixing the dependencies :).Greg Lewis2002-06-165-97/+0
| | | | | | | | 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)
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-166-7/+7
| | | | Forgotten by: znerd
* . Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-1/+1
| | | | Forgotten by: znerd (who is even the maintainer of this one :).
* Chase java/jdk repocopy.Jun Kuriyama2002-06-151-1/+1
| | | | Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Upgrade to JUMP 0.3. Added an alternative download location.Ernst de Haan2002-06-153-45/+70
| | | | | Not removing ${PREFIX}/share/java at deinstallation anymore since it is part of the base hierarchy now.
* . Fix the dependencies for this port following the renaming of the JDKGreg Lewis2002-06-141-8/+10
| | | | | | | | ports. . Use (and define if necessary) ${FIND} and ${CPIO}, rather than /usr/bin/find and /usr/bin/cpio, respectively. Reviewed by: znerd
* Fix problems I created with the previous change:Greg Lewis2002-06-131-1/+4
| | | | | | | | | . 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)
* Not installing the packages anymore.Ernst de Haan2002-06-132-68/+74
| | | | | Fixed the packing list. Bumped PORTREVISION.
* Upgrade to JUMP 0.2.Ernst de Haan2002-06-132-4/+2
|
* Patches that solve the problem that expr and libjava.soErnst de Haan2002-06-133-0/+31
| | | | | | | | cannot be found. Bumped PORTREVISION. Submitted by: glewis
* . Fix dependencies after recent JDK ports repo copy.Greg Lewis2002-06-134-64/+76
| | | | | | | | | | | | | 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
* Now removes ${PREFIX}/share/java after deinstallation if itErnst de Haan2002-06-132-1/+2
| | | | | is empty. Bumped PORTREVISION.
* Now builds from source using Ant.Ernst de Haan2002-06-132-58/+338
| | | | | Added some download locations. Bumped PORTREVISION.
* Running Ant in ${WRKSRC} instead of ${WRKDIR}. This does notErnst de Haan2002-06-131-1/+1
| | | | change the working of the Makefile since NO_WRKSUBDIR is defined.
* Now builds from source using Ant.Ernst de Haan2002-06-133-27/+33
| | | | Bumped PORTREVISION.
* Fixed the packing list.Ernst de Haan2002-06-131-0/+81
|
* New port: JUMP Ultimate Math Package.Ernst de Haan2002-06-136-0/+76
|
* This port now installs below ${PREFIX}/share/doc, where itErnst de Haan2002-06-136-6760/+6738
| | | | | | | | | | | | | | | | | | | | 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.
* Added an entry to MASTER_SITES.Ernst de Haan2002-06-132-2/+4
|
* Unification of JDK port names.Ernst de Haan2002-06-1236-5877/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* . Fix compilation on FreeBSD 4.2 by including <sys/param.h>Greg Lewis2002-06-114-0/+80
| | | | | | | | | | | | 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
* Added jboss3.Ernst de Haan2002-06-111-0/+1
|
* Changed the name of the control script from jbossctl toErnst de Haan2002-06-113-6/+7
| | | | | | | | 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.
* Upgrade to JBoss 3.0.0.Ernst de Haan2002-06-1112-3786/+735
|
* Updated the homepage URL.Ernst de Haan2002-06-101-1/+1
|
* Upgrade to 1.4.0_01.Ernst de Haan2002-06-066-36/+36
|
* Upgrade from 2.4.4 to 2.4.6.Ernst de Haan2002-06-0612-4644/+4408
|
* Rename monstrously long patch filenames that were causing tar to exceedKris Kennaway2002-06-0548-44/+44
| | | | length limitations (100 characters) and fail.
* Switch dependency from open-motif-devel to open-motif, since the formerKris Kennaway2002-06-042-2/+2
| | | | | | was removed. Pointy hat to: obrien
* Fix typo: USE_PERL -> USE_PERL5Pete Fritchman2002-06-021-1/+1
|
* Improved download URL.Ernst de Haan2002-05-284-2/+4
| | | | | | Prompted by: obrien Also now unregistering with javavm at deinstallation.
* Use correct Open Motif.David E. O'Brien2002-05-284-8/+4
|