summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Printing warning message since this JDK is unstable. The messageznerd2002-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>
* Use the new bsd.java.mk structure, so it doesn't try to installznerd2002-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
* This port depends on jakarta-ant, but the appropriateznerd2002-08-281-0/+2
| | | | | | | BUILD_DEPENDS line was missing. Submitted by: maintainer PR: 42086
* Split the jikes port into stable and development versions.archie2002-08-2715-21/+133
| | | | | PR: ports/41961 Reviewed by: freebsd-java
* Don't compile jikes with '-O' because that makes core dumps more likely.archie2002-08-271-2/+3
| | | | | | Exactly why is not understood yet. PR: ports/41961
* Unmaintain.des2002-08-271-1/+1
|
* Upgrade to JUnit 3.8.okazaki2002-08-253-80/+115
| | | | | Install src.jar again, since it is possible for a Java-developper to use source archive effectively in some IDEs.
* Update to version 1.0.4.archie2002-08-2413-64/+30
|
* Remove this patch, it's not actually needed.archie2002-08-231-11/+0
|
* Remove explicit dependency already covered by USE_GNOMELIBS.archie2002-08-231-3/+3
|
* Patches to fix compilation on -stable.archie2002-08-232-0/+27
|
* Remove sablepath from SUBDIRkris2002-08-221-1/+0
| | | | Pointy hat to: archie
* . Synchronise with jdk13 Makefile as much as possible to reduceglewis2002-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.
* Patch to fix the build when doing USE_GNOMELIBS.archie2002-08-192-0/+34
|
* Fix test for gnome header file.archie2002-08-191-1/+1
|
* Removing restrictions and providing download locations. Could notznerd2002-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
* Pass CFLAGS to configure scripts using CONFIGURE_ENV.archie2002-08-193-20/+2
|
* Update to version 1.0.3.archie2002-08-1910-19/+83
| | | | Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug.
* Bump the shared library version of dependency libgmp from 5 -> 6.archie2002-08-181-2/+2
| | | | Tweak makefile output.
* Upgrade from 1.2.2.012 to 1.2.2.013. Note that the JPDA JARznerd2002-08-163-13/+10
| | | | | | file is now no longer distributed with this JDK. Also slightly changed the output from the do-install target.
* Update to SableVM version 1.0.2.archie2002-08-1524-1693/+2245
| | | | This port includes the Java classes, making the java/sablepath port obsolete.
* Unified one-line descriptions for JDK ports.znerd2002-08-1212-12/+12
|
* Improved description of this port.znerd2002-08-122-3/+6
|
* Added Blackdown JDK 1.4.1 for Linux.znerd2002-08-126-0/+1760
| | | | See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
* Upgrade to new release of the IBM JDK 1.3.x for Linux.znerd2002-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>
* Changed the installation directory of the Sun JDK 1.4.xznerd2002-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
* Changed the installation directory of the Sun JDK 1.4.x for Linuxznerd2002-08-102-2/+2
| | | | | | to linux-sun-jdk1.4.0.01. PR: 41424
* Changed WRKDIR definition. It is changed fromznerd2002-08-104-4/+4
| | | | | | ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593
* Changed the installation directory of the Sun JDK 1.3.x for Linux toznerd2002-08-108-9/+10
| | | | | | linux-sun-jdk1.3.1. PR: 41424
* . Fix a typo in a message printed out to the user.glewis2002-08-084-4/+4
|
* Changed the installation directory toznerd2002-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.
* LIB_DEPENDS should have been BUILD_DEPENDS.archie2002-08-071-2/+2
| | | | Submitted by: vanilla
* Add a check in pre-build for a sysctl which will cause an error duringglewis2002-08-064-0/+36
| | | | bootstrapping with the Linux JDK.
* Add support for the -encoding option by utilizing the ICU library.archie2002-08-054-4/+50
| | | | PR: ports/38396
* Improved font.properties.ja based on the Kochi fonts rather than theglewis2002-08-054-0/+1232
| | | | | | Watanabe/Wadalab fonts. Submitted by: daichi <daichi@ongs.co.jp>
* Now that sobomax has updated the system version of tar don't redefineglewis2002-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>
* Add in a patch from the porting repository that allows people to buildglewis2002-08-054-0/+248
| | | | HotSpot if they wish (by hand, not via the port yet).
* Update to patchset 7.glewis2002-07-2568-2216/+8
|
* Update to version 1.16.archie2002-07-183-4/+6
|
* Remove unintentional dependency on readlink by replacing the call to itglewis2002-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 missedsobomax2002-07-102-2/+3
| | | | | | @exec registervm [...]. Reported by: phantom
* Add sablepath and sablevm.archie2002-07-091-0/+2
|
* SableVM implements the Java virtual machine specification, second edition.archie2002-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 classarchie2002-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.glewis2002-07-074-4/+12
|
* Port update: 1.3.1_03 --> 1.3.1_04.znerd2002-07-052-7/+7
|
* Upgrade to 1.2.0.znerd2002-07-044-24/+11
| | | | | PR: 39956, 37922 Submitted by: maintainer
* Upgrade from JUMP 0.3 to JUMP 0.4.1.znerd2002-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 willglewis2002-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 toglewis2002-06-264-0/+4
| | | | | | statically link with the Motif libraries. Submitted by: "Alexander Zagrebin" <alexz@visp.ru>
OpenPOWER on IntegriCloud