summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs.itetcu2007-08-141-0/+4
|
* Update to the latest version and unbreak.itetcu2007-08-142-12/+10
| | | | Submitted by: linimon@'s broken ports reminder
* . Split the JRL agreement out into a separate script that is only runglewis2007-08-143-195/+195
| | | | | | during the port build and not during the package install. Requested by: kris
* . Split the JRL agreement out into a separate script that is only runglewis2007-08-133-195/+195
| | | | | | during the port build and not during the package install. Requested by: kris
* - Set LANG environment variable to C for non-US locale users.jkim2007-08-091-0/+3
| | | | | | | | - Install FreeBSD-specific NSPR header file instead of default Solaris header. Note the port revision is not updated because it does not affect most users. Approved by: glewis (maintainer)
* . Complete default the bootstrap to Diablo.glewis2007-08-071-3/+1
| | | | Inspired by: scf
* . Default bootstrapping to Diablo JDK. It runs at least as well as theglewis2007-08-071-4/+2
| | | | | | | Linux JDK on all supported FreeBSD versions and doesn't require Linux emulation to be installed. Inspired by: scf
* . Fix the 'shebang' line in jcontrol. [1]glewis2007-08-062-2/+12
| | | | | | | . Update the main commented out MASTER_SITE. . Bump PORTREVISION. Submitted by: "barbara" <barbara.xxx1975@libero.it>
* . Make BUILD_DEPENDS against the Diablo JDK, not the Linux JDK. [2]glewis2007-08-065-13/+97
| | | | | | | | | | | | | | . Add some more make environment variables to control the build of the debug versions. [1] . Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1] . Install more of the Gnome desktop files, and provide them with the correct path for the installation. [1] . Add ${LOCALBASE}/lib to the default library path in HotSpot. [1] . Backwards compatibility in time zone updates. [1] . Bump PORTREVISION. Submitted by: jkim [1] Inspired by: scf [2]
* - Update to 3.9miwi2007-08-052-7/+5
|
* . Add jdk16 subdir.glewis2007-08-051-0/+1
|
* . A native port for JDK 1.6.0 (aka 6.0) Update 1.glewis2007-08-0556-951/+588
|
* . Add linux-sun-jdk16.glewis2007-08-051-0/+1
|
* . New port of Sun's JDK 1.6.x (aka 6.x) for Linux.glewis2007-08-055-75/+482
| | | | | | | The port was done by the submitter for Update 1, I've made the minor changes for Update 2. Submitted by: jkim
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-042-2/+2
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Update to 3.2.2nemoliu2007-08-038-132/+33
| | | | | | | | | - Assign eclipse@FreeBSD.org as maintainer PR: ports/113435 Submitted by: Rick Petty, tmclaugh Approved by: maintainer timeout (more than 3 months) Approved by: delphij (mentor)
* . Require at least JDK 1.3.glewis2007-08-011-3/+1
| | | | | . Remove dependency on java/collections since they've been a part of the standard runtime library since 1.2.
* . Better fix. Just use 'short' variables and be done with it. Theglewis2007-07-312-6/+28
| | | | | structure members being dereferenced into the variables are 'short*' after all, not 'fastInt*'.
* . Include a different header file for 'fastInt'. The definition in Hint.hglewis2007-07-312-0/+26
| | | | | | | | | appears to actually match the type of variable its being used with in the code (although it seems that it may be even cleaner to just replace 'fastInt' with 'short'). This also partially bandaids a build problem some are seeing since Hint.h is a less common header file name than cpu.h.
* Add browser plugin support for amd64. It is turned off by default as it isjkim2007-07-304-2/+1166
| | | | | | still experimental. Approved by: glewis (maintainer)
* . Unbreak by providing a working MASTER_SITE.glewis2007-07-291-3/+1
|
* - Update to 3.2.8pav2007-07-2910-55/+117
| | | | | | PR: ports/110768 Submitted by: nemoliu Approved by: maintainer (previous version, with reservations)
* - Update to 4.2.0.GA2pav2007-07-299-53/+92
| | | | | PR: ports/113844 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* - Update to 6.0.2pav2007-07-292-4/+4
| | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
* BROKEN: Unfetchablekris2007-07-281-0/+2
|
* BROKEN: Unfetchablekris2007-07-281-0/+2
|
* . Reduce dependencies by using USE_XORG and only listing what is actuallyglewis2007-07-272-2/+2
| | | | | | | required. PR: 113081 Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
* . Fix the description of the link for the policy files.glewis2007-07-272-2/+4
| | | | | PR: 114958 Submitted by: Olivier Smedts <olivier@gid0.org>
* . Update 12 is current, so the download isn't in the archive section yetglewis2007-07-272-2/+2
| | | | | | | (oops). Also, its index page appears broken, so just show the main download page for now. PR: 114958 (kinda)
* . Update to patchset 6, based on 1.5.0 Update 12.glewis2007-07-2718-404/+28
| | | | . Use the -bc (backwards compatible) flag when doing time zone updates.
* - Fix fetchpav2007-07-231-1/+2
| | | | | PR: ports/114621 Submitted by: Gabor Tjong A Hung <gvtjongahung@users.sourceforge.net>
* Deprecate; this is only for jdk11 which is itself deprecated.linimon2007-07-231-0/+3
| | | | Discussed with: gerald
* . Update the download location for the unlimited strength policy files.glewis2007-07-222-2/+2
| | | | | Submitted by: Olivier SMEDTS <olivier@gid0.org> PR: 114592
* - Mark jdk11 / jdk12 ports for removal in 1 monthpav2007-07-229-0/+27
| | | | | Inspired by: glewis With hat: portmgr
* . TYA builds as a native shared library, so insist on having a native JDK.glewis2007-07-211-1/+2
| | | | . Spell JAVA_HOME correctly.
* - Remove expired port: security vulnerability in browser pluginpav2007-07-219-1267/+0
|
* - Allow this to install on any jdk versionpav2007-07-211-1/+1
| | | | Suggested by: glewis
* - Switch to jdk 1.3, older ones are going away soonpav2007-07-211-3/+4
| | | | Suggested by: glewis
* - Update to 6.0.1pav2007-07-212-5/+5
| | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
* - Add another mirror maintained by maintainerrafan2007-07-191-1/+2
| | | | | PR: ports/114697 Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer)
* - Make fetchablepav2007-07-162-2/+4
| | | | | PR: ports/114623 (based on) Submitted by: G.V. Tjong A Hung <gvtjongahung@users.sourceforge.net>
* - Drop maintainershippav2007-07-163-5/+2
| | | | Requested by: Panagiotis Astithas <past@ebs.gr> (maintainer)
* - Update to 6.0pav2007-07-142-8/+7
| | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
* With an up-to-date INDEX I even find the rest of the ports I maintain,lme2007-07-121-1/+1
| | | | | | so change my e-mail address also in those ports. Approved by: miwi (mentor)
* . Unpack the timezone update in post-extract since unzip is only anglewis2007-07-112-2/+6
| | | | | | EXTRACT_DEPENDS, but keep the actual update in pre-install. Pointed out by: pav
* . Fix the packing list on 7.x by moving the time zone update step toglewis2007-07-102-4/+4
| | | | | | | | pre-install. The problem with it being in post-extract is that this is before the installation of compat6x, which is required for the time zone update to run. Reported by: pointyhat (via pav)
* - Update to 2.2.0miwi2007-07-073-7/+75
| | | | | | | - Pass maintainership to submitter PR: 114377 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
* - Fix build with gcc 4.2miwi2007-07-061-0/+29
| | | | | Submitted by: pointyhat via kris/pav Nils Vogels <nivo@is-root.com>
* - switch INSTALLS_SHLIB => USE_LDCONFIGmiwi2007-07-031-1/+5
| | | | - Fix build after objformat removal
* - Reset MAINTAINER:pav2007-07-031-1/+1
| | | | | <<< 550 relay not permitted 550 5.1.1 <roman@ontographics.com>... User unknown
OpenPOWER on IntegriCloud