summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port update: 1.3.1_03 --> 1.3.1_04.Ernst de Haan2002-07-052-7/+7
| | | | Notes: svn path=/head/; revision=62473
* Upgrade to 1.2.0.Ernst de Haan2002-07-044-24/+11
| | | | | | | | PR: 39956, 37922 Submitted by: maintainer Notes: svn path=/head/; revision=62440
* 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 Notes: svn path=/head/; revision=62123
* 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 Notes: svn path=/head/; revision=62075
* 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> Notes: svn path=/head/; revision=61980
* - Use REINPLACE_CMDYing-Chieh Liao2002-06-242-3/+5
| | | | | | | | | | - Change maintainer's address PR: 39759 Submitted by: maintainer Notes: svn path=/head/; revision=61864
* Use "bsd.java.mk".OKAZAKI Tetsurou2002-06-232-184/+175
| | | | | | | | | | Install documents into ${DOCSDIR}. Increment PORTREVISION. Submitted by: des Notes: svn path=/head/; revision=61833
* fix typo to install docsYing-Chieh Liao2002-06-171-3/+3
| | | | | | | | PR: 39112 Submitted by: maintainer Notes: svn path=/head/; revision=61449
* Renamed jdk-tutorial to java-tutorial.Ernst de Haan2002-06-176-3400/+1
| | | | Notes: svn path=/head/; revision=61426
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-169-12/+12
| | | | | | | Forgotten by: znerd Notes: svn path=/head/; revision=61341
* Remove perltools here too.Greg Lewis2002-06-161-1/+0
| | | | Notes: svn path=/head/; revision=61339
* 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) Notes: svn path=/head/; revision=61338
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-166-7/+7
| | | | | | | Forgotten by: znerd Notes: svn path=/head/; revision=61337
* . 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 :). Notes: svn path=/head/; revision=61336
* Chase java/jdk repocopy.Jun Kuriyama2002-06-151-1/+1
| | | | | | | Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=61316
* 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. Notes: svn path=/head/; revision=61313
* . 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 Notes: svn path=/head/; revision=61272
* 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) Notes: svn path=/head/; revision=61235
* Not installing the packages anymore.Ernst de Haan2002-06-132-68/+74
| | | | | | | | Fixed the packing list. Bumped PORTREVISION. Notes: svn path=/head/; revision=61233
* Upgrade to JUMP 0.2.Ernst de Haan2002-06-132-4/+2
| | | | Notes: svn path=/head/; revision=61232
* Patches that solve the problem that expr and libjava.soErnst de Haan2002-06-133-0/+31
| | | | | | | | | | | cannot be found. Bumped PORTREVISION. Submitted by: glewis Notes: svn path=/head/; revision=61231
* . 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 Notes: svn path=/head/; revision=61223
* Now removes ${PREFIX}/share/java after deinstallation if itErnst de Haan2002-06-132-1/+2
| | | | | | | | is empty. Bumped PORTREVISION. Notes: svn path=/head/; revision=61218
* Now builds from source using Ant.Ernst de Haan2002-06-132-58/+338
| | | | | | | | Added some download locations. Bumped PORTREVISION. Notes: svn path=/head/; revision=61217
* 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. Notes: svn path=/head/; revision=61216
* Now builds from source using Ant.Ernst de Haan2002-06-133-27/+33
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=61214
* Fixed the packing list.Ernst de Haan2002-06-131-0/+81
| | | | Notes: svn path=/head/; revision=61212
* New port: JUMP Ultimate Math Package.Ernst de Haan2002-06-136-0/+76
| | | | Notes: svn path=/head/; revision=61210
* 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. Notes: svn path=/head/; revision=61205
* Added an entry to MASTER_SITES.Ernst de Haan2002-06-132-2/+4
| | | | Notes: svn path=/head/; revision=61204
* 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 Notes: svn path=/head/; revision=61172
* . 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 Notes: svn path=/head/; revision=61131
* Added jboss3.Ernst de Haan2002-06-111-0/+1
| | | | Notes: svn path=/head/; revision=61096
* 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. Notes: svn path=/head/; revision=61092
* Upgrade to JBoss 3.0.0.Ernst de Haan2002-06-1112-3786/+735
| | | | Notes: svn path=/head/; revision=61091
* Updated the homepage URL.Ernst de Haan2002-06-101-1/+1
| | | | Notes: svn path=/head/; revision=61032
* Upgrade to 1.4.0_01.Ernst de Haan2002-06-066-36/+36
| | | | Notes: svn path=/head/; revision=60691
* Upgrade from 2.4.4 to 2.4.6.Ernst de Haan2002-06-0612-4644/+4408
| | | | Notes: svn path=/head/; revision=60690
* Rename monstrously long patch filenames that were causing tar to exceedKris Kennaway2002-06-0548-44/+44
| | | | | | | length limitations (100 characters) and fail. Notes: svn path=/head/; revision=60663
* Switch dependency from open-motif-devel to open-motif, since the formerKris Kennaway2002-06-042-2/+2
| | | | | | | | | was removed. Pointy hat to: obrien Notes: svn path=/head/; revision=60561
* Fix typo: USE_PERL -> USE_PERL5Pete Fritchman2002-06-021-1/+1
| | | | Notes: svn path=/head/; revision=60483
* Improved download URL.Ernst de Haan2002-05-284-2/+4
| | | | | | | | | Prompted by: obrien Also now unregistering with javavm at deinstallation. Notes: svn path=/head/; revision=60178
* Use correct Open Motif.David E. O'Brien2002-05-284-8/+4
| | | | Notes: svn path=/head/; revision=60158
* Allow `make reinstall' to work.David E. O'Brien2002-05-282-2/+2
| | | | Notes: svn path=/head/; revision=60155
* Make sure the Linux bits are loaded before extracting as the extractor isDavid E. O'Brien2002-05-282-0/+24
| | | | | | | a Linux binary. Notes: svn path=/head/; revision=60154
* Upgrade from 1.4.0-beta 3 to 1.4.0.Ernst de Haan2002-05-243-830/+765
| | | | | | | | Prompted by: Jay Sachs <jay@eziba.com> PR: 38129 Notes: svn path=/head/; revision=59861
* Upgrade to 1.2b6. This is the result of chasing theErnst de Haan2002-05-242-4/+2
| | | | | | | | | | | author. Port is now unbroken. Approved by: maintainer Notes: svn path=/head/; revision=59859
* Added missing download location. This fixesErnst de Haan2002-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. Notes: svn path=/head/; revision=59723
* Upgrade from 2.0.1 to 2.0.6.Ernst de Haan2002-05-223-21/+6
| | | | | | | | Submitted by: maintainer PR: 38350 Notes: svn path=/head/; revision=59719
* Upgrade to 0.99.Ernst de Haan2002-05-213-68/+59
| | | | | | | | Submitted by: maintainer PR: 33192 Notes: svn path=/head/; revision=59656