summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Use "bsd.java.mk".okazaki2002-06-232-184/+175
| | | | | | | Install documents into ${DOCSDIR}. Increment PORTREVISION. Submitted by: des
* fix typo to install docsijliao2002-06-171-3/+3
| | | | | PR: 39112 Submitted by: maintainer
* Renamed jdk-tutorial to java-tutorial.znerd2002-06-176-3400/+1
|
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-169-12/+12
| | | | Forgotten by: znerd
* Remove perltools here too.glewis2002-06-161-1/+0
|
* Remove this port, it saves me fixing the dependencies :).glewis2002-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.glewis2002-06-166-7/+7
| | | | Forgotten by: znerd
* . Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-161-1/+1
| | | | Forgotten by: znerd (who is even the maintainer of this one :).
* Chase java/jdk repocopy.kuriyama2002-06-151-1/+1
| | | | Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Upgrade to JUMP 0.3. Added an alternative download location.znerd2002-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 JDKglewis2002-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:glewis2002-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.znerd2002-06-132-68/+74
| | | | | Fixed the packing list. Bumped PORTREVISION.
* Upgrade to JUMP 0.2.znerd2002-06-132-4/+2
|
* Patches that solve the problem that expr and libjava.soznerd2002-06-133-0/+31
| | | | | | | | cannot be found. Bumped PORTREVISION. Submitted by: glewis
* . Fix dependencies after recent JDK ports repo copy.glewis2002-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 itznerd2002-06-132-1/+2
| | | | | is empty. Bumped PORTREVISION.
* Now builds from source using Ant.znerd2002-06-132-58/+338
| | | | | Added some download locations. Bumped PORTREVISION.
* Running Ant in ${WRKSRC} instead of ${WRKDIR}. This does notznerd2002-06-131-1/+1
| | | | change the working of the Makefile since NO_WRKSUBDIR is defined.
* Now builds from source using Ant.znerd2002-06-133-27/+33
| | | | Bumped PORTREVISION.
* Fixed the packing list.znerd2002-06-131-0/+81
|
* New port: JUMP Ultimate Math Package.znerd2002-06-136-0/+76
|
* This port now installs below ${PREFIX}/share/doc, where itznerd2002-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.znerd2002-06-132-2/+4
|
* Unification of JDK port names.znerd2002-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>glewis2002-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.znerd2002-06-111-0/+1
|
* Changed the name of the control script from jbossctl toznerd2002-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.znerd2002-06-1112-3786/+735
|
* Updated the homepage URL.znerd2002-06-101-1/+1
|
* Upgrade to 1.4.0_01.znerd2002-06-066-36/+36
|
* Upgrade from 2.4.4 to 2.4.6.znerd2002-06-0612-4644/+4408
|
* Rename monstrously long patch filenames that were causing tar to exceedkris2002-06-0548-44/+44
| | | | length limitations (100 characters) and fail.
* Switch dependency from open-motif-devel to open-motif, since the formerkris2002-06-042-2/+2
| | | | | | was removed. Pointy hat to: obrien
* Fix typo: USE_PERL -> USE_PERL5petef2002-06-021-1/+1
|
* Improved download URL.znerd2002-05-284-2/+4
| | | | | | Prompted by: obrien Also now unregistering with javavm at deinstallation.
* Use correct Open Motif.obrien2002-05-284-8/+4
|
* Allow `make reinstall' to work.obrien2002-05-282-2/+2
|
* Make sure the Linux bits are loaded before extracting as the extractor isobrien2002-05-282-0/+24
| | | | a Linux binary.
* Upgrade from 1.4.0-beta 3 to 1.4.0.znerd2002-05-243-830/+765
| | | | | Prompted by: Jay Sachs <jay@eziba.com> PR: 38129
* Upgrade to 1.2b6. This is the result of chasing theznerd2002-05-242-4/+2
| | | | | | | | author. Port is now unbroken. Approved by: maintainer
* Added missing download location. This fixesznerd2002-05-222-3/+5
| | | | | | | | | the bento error. Also switched to USE_JAVA. Modified the pkg-comment to be less than 70 characters. Portlint complained about that.
* Upgrade from 2.0.1 to 2.0.6.znerd2002-05-223-21/+6
| | | | | Submitted by: maintainer PR: 38350
* Upgrade to 0.99.znerd2002-05-213-68/+59
| | | | | Submitted by: maintainer PR: 33192
* Created download locations for the distfile. Removedznerd2002-05-151-12/+10
| | | | | | the restrictions because I could find no references to any on the Sun site. And no license needs to be confirmed in order to download the distfile.
* DISTNAME is now computed instead of fixed.znerd2002-05-151-1/+1
| | | | Approved by: maintainer
* Using bin/run.jar for startup. Now the control programznerd2002-05-154-12/+12
| | | | | | | | no longer reports an error at startup. Bumped PORTREVISION. PR: 38069
* Kill evil rcs(1)-injected hunk, which makes do-patch failing.sobomax2002-05-141-9/+0
| | | | Submitted by: bento, Sean McNeil <sean@mcneil.com>
* Making portlint happy. Moved the trailing slash fromznerd2002-05-091-4/+4
| | | | DOWNLOAD_DIR to MASTER_SITES.
* Added download locations.znerd2002-05-091-1/+4
|
OpenPOWER on IntegriCloud