aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes.OKAZAKI Tetsurou2002-09-073-2/+6
| | | | Notes: svn path=/head/; revision=65779
* Use the right pkg-plist depending on whether GNOME support is configured.Archie Cobbs2002-09-073-3/+2093
| | | | Notes: svn path=/head/; revision=65762
* Comment out .BEGIN section, which is breaking the INDEX build.Kris Kennaway2002-08-311-4/+4
| | | | Notes: svn path=/head/; revision=65358
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-312-2/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Using libicuuc.a seems to make jikes more unstable. Since this is supposedArchie Cobbs2002-08-303-46/+1
| | | | | | | | to be the stable version, stop using it. Folks who need it can use the "jikes-devel" port. Notes: svn path=/head/; revision=65339
* Annihilate #inclusions of <malloc.h>.Archie Cobbs2002-08-302-0/+21
| | | | Notes: svn path=/head/; revision=65323
* Make this port GNOMENG aware.Archie Cobbs2002-08-301-5/+7
| | | | | | | PR: ports/42206 Notes: svn path=/head/; revision=65322
* Printing warning message since this JDK is unstable. The messageErnst de Haan2002-08-291-0/+5
| | | | | | | | | | | | | | is displayed before any targets. The message displayed is: This JDK is currently unstable, especially when run as a non-root user. You are advised to use either the Sun JDK 1.3 for Linux (${PORTSDIR}/java/linux-sun-jdk13) or the FreeBSD JDK 1.3 (${PORTSDIR}/java/jdk13) instead. Pointed out by: Yuri Khotyaintsev <yuri@irfu.se> Notes: svn path=/head/; revision=65254
* Use the new bsd.java.mk structure, so it doesn't try to installErnst de Haan2002-08-291-1/+1
| | | | | | | | | | jdk-1.1.8 when the user has a newer version of Java installed. Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu> PR: 39901 Notes: svn path=/head/; revision=65238
* This port depends on jakarta-ant, but the appropriateErnst de Haan2002-08-281-0/+2
| | | | | | | | | | BUILD_DEPENDS line was missing. Submitted by: maintainer PR: 42086 Notes: svn path=/head/; revision=65195
* Split the jikes port into stable and development versions.Archie Cobbs2002-08-2715-21/+133
| | | | | | | | PR: ports/41961 Reviewed by: freebsd-java Notes: svn path=/head/; revision=65114
* Don't compile jikes with '-O' because that makes core dumps more likely.Archie Cobbs2002-08-271-2/+3
| | | | | | | | | Exactly why is not understood yet. PR: ports/41961 Notes: svn path=/head/; revision=65108
* Unmaintain.Dag-Erling Smørgrav2002-08-271-1/+1
| | | | Notes: svn path=/head/; revision=65089
* Upgrade to JUnit 3.8.OKAZAKI Tetsurou2002-08-253-80/+115
| | | | | | | | Install src.jar again, since it is possible for a Java-developper to use source archive effectively in some IDEs. Notes: svn path=/head/; revision=64996
* Update to version 1.0.4.Archie Cobbs2002-08-2413-64/+30
| | | | Notes: svn path=/head/; revision=64961
* 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