summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove this patch, it's not actually needed.Archie Cobbs2002-08-231-11/+0
| | | | Notes: svn path=/head/; revision=64894
* Remove explicit dependency already covered by USE_GNOMELIBS.Archie Cobbs2002-08-231-3/+3
| | | | Notes: svn path=/head/; revision=64859
* Patches to fix compilation on -stable.Archie Cobbs2002-08-232-0/+27
| | | | Notes: svn path=/head/; revision=64858
* Remove sablepath from SUBDIRKris Kennaway2002-08-221-1/+0
| | | | | | | Pointy hat to: archie Notes: svn path=/head/; revision=64826
* . Synchronise with jdk13 Makefile as much as possible to reduceGreg Lewis2002-08-191-9/+38
| | | | | | | | | | | | | | | maintenance. The main changes are: . Use 'p' for the patchset version, not 'b' and refer to the patchset internally with JDK_PATCHSET_VERSION rather than JDK_BETALEVEL. . Add the NATIVE_BOOTSTRAP feature and synchronise DEPENDS lists as much as possible. . Add the extra pre-build checks to try and avoid build errors. . There is also a very minor amount of whitespace diff reduction (this should have gone in a separate commit). Last hunk of the diff. Notes: svn path=/head/; revision=64673
* Patch to fix the build when doing USE_GNOMELIBS.Archie Cobbs2002-08-192-0/+34
| | | | Notes: svn path=/head/; revision=64666
* Fix test for gnome header file.Archie Cobbs2002-08-191-1/+1
| | | | Notes: svn path=/head/; revision=64662
* Removing restrictions and providing download locations. Could notErnst de Haan2002-08-191-12/+3
| | | | | | | | | | | | | find any reason for these restrictions on the Sun website. Only software is under license and export control. The download does not require accepting a license, either. See: http://java.sun.com/products/jdk/1.1/README http://java.sun.com/products/jdk/1.1/docs.html http://servlet.java.sun.com/help/download Notes: svn path=/head/; revision=64652
* Pass CFLAGS to configure scripts using CONFIGURE_ENV.Archie Cobbs2002-08-193-20/+2
| | | | Notes: svn path=/head/; revision=64649
* Update to version 1.0.3.Archie Cobbs2002-08-1910-19/+83
| | | | | | | Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug. Notes: svn path=/head/; revision=64648
* Bump the shared library version of dependency libgmp from 5 -> 6.Archie Cobbs2002-08-181-2/+2
| | | | | | | Tweak makefile output. Notes: svn path=/head/; revision=64620
* Upgrade from 1.2.2.012 to 1.2.2.013. Note that the JPDA JARErnst de Haan2002-08-163-13/+10
| | | | | | | | | file is now no longer distributed with this JDK. Also slightly changed the output from the do-install target. Notes: svn path=/head/; revision=64587
* Update to SableVM version 1.0.2.Archie Cobbs2002-08-1524-1693/+2245
| | | | | | | This port includes the Java classes, making the java/sablepath port obsolete. Notes: svn path=/head/; revision=64558
* Unified one-line descriptions for JDK ports.Ernst de Haan2002-08-1212-12/+12
| | | | Notes: svn path=/head/; revision=64418
* Improved description of this port.Ernst de Haan2002-08-122-3/+6
| | | | Notes: svn path=/head/; revision=64416
* Added Blackdown JDK 1.4.1 for Linux.Ernst de Haan2002-08-126-0/+1760
| | | | | | | See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html Notes: svn path=/head/; revision=64414
* Upgrade to new release of the IBM JDK 1.3.x for Linux.Ernst de Haan2002-08-102-2/+2
| | | | | | | | | | | This new release is marked as Service Release 2; Build Identifier cxia32131-20020622. PR: 41094 Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org> Notes: svn path=/head/; revision=64329
* Changed the installation directory of the Sun JDK 1.4.xErnst de Haan2002-08-102-6/+6
| | | | | | | | | | | for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0. This is more like the installation directories for the other JDK ports. PR: 41424 Notes: svn path=/head/; revision=64327
* Changed the installation directory of the Sun JDK 1.4.x for LinuxErnst de Haan2002-08-102-2/+2
| | | | | | | | | to linux-sun-jdk1.4.0.01. PR: 41424 Notes: svn path=/head/; revision=64326
* Changed WRKDIR definition. It is changed fromErnst de Haan2002-08-104-4/+4
| | | | | | | | | ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593 Notes: svn path=/head/; revision=64325
* Changed the installation directory of the Sun JDK 1.3.x for Linux toErnst de Haan2002-08-108-9/+10
| | | | | | | | | linux-sun-jdk1.3.1. PR: 41424 Notes: svn path=/head/; revision=64324
* . Fix a typo in a message printed out to the user.Greg Lewis2002-08-084-4/+4
| | | | Notes: svn path=/head/; revision=64246
* Changed the installation directory toErnst de Haan2002-08-071-2/+2
| | | | | | | | | | ${PREFIX}/linux-blackdown-jdk1.2.2 and changed the package name to linux-blackdown-jdk-XXX (where XXX is the package version). Bumped PORTREVISION. Notes: svn path=/head/; revision=64178
* LIB_DEPENDS should have been BUILD_DEPENDS.Archie Cobbs2002-08-071-2/+2
| | | | | | | Submitted by: vanilla Notes: svn path=/head/; revision=64152
* Add a check in pre-build for a sysctl which will cause an error duringGreg Lewis2002-08-064-0/+36
| | | | | | | bootstrapping with the Linux JDK. Notes: svn path=/head/; revision=64108
* Add support for the -encoding option by utilizing the ICU library.Archie Cobbs2002-08-054-4/+50
| | | | | | | PR: ports/38396 Notes: svn path=/head/; revision=64062
* Improved font.properties.ja based on the Kochi fonts rather than theGreg Lewis2002-08-054-0/+1232
| | | | | | | | | Watanabe/Wadalab fonts. Submitted by: daichi <daichi@ongs.co.jp> Notes: svn path=/head/; revision=64061
* Now that sobomax has updated the system version of tar don't redefineGreg Lewis2002-08-054-8/+20
| | | | | | | | | | | TAR and add gtar to BUILD_DEPENDS unless the OSVERSION is old enough. Small tweak by me to note that sobomax has MFC'ed the tar update. Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=64060
* Add in a patch from the porting repository that allows people to buildGreg Lewis2002-08-054-0/+248
| | | | | | | HotSpot if they wish (by hand, not via the port yet). Notes: svn path=/head/; revision=64059
* Update to patchset 7.Greg Lewis2002-07-2568-2216/+8
| | | | Notes: svn path=/head/; revision=63554
* Update to version 1.16.Archie Cobbs2002-07-183-4/+6
| | | | Notes: svn path=/head/; revision=63212
* 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>. Notes: svn path=/head/; revision=62964
* Add missed @unexec keyword to the call to unregistervm as well as missedMaxim Sobolev2002-07-102-2/+3
| | | | | | | | | @exec registervm [...]. Reported by: phantom Notes: svn path=/head/; revision=62779
* Add sablepath and sablevm.Archie Cobbs2002-07-091-0/+2
| | | | Notes: svn path=/head/; revision=62727
* 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/ Notes: svn path=/head/; revision=62726
* 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/ Notes: svn path=/head/; revision=62725
* Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.Greg Lewis2002-07-074-4/+12
| | | | Notes: svn path=/head/; revision=62611
* 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