summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . 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>
* - Use REINPLACE_CMDijliao2002-06-242-3/+5
| | | | | | | - Change maintainer's address PR: 39759 Submitted by: maintainer
* 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
OpenPOWER on IntegriCloud