summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to release 1.4.6.archie2005-07-262-3/+3
|
* Upgrade to release 0.17.archie2005-07-261-1/+1
|
* Forbid the use of a JDK from Sunhq2005-07-251-0/+1
| | | | | PR: 80454 Submitted by: Heiko Adam <adam@ifm.zmaw.de>
* . Add a necessary patch for jikes to be able to compile the source codeglewis2005-07-231-0/+13
| | | | (which is what jbootstrap uses).
* . Default to bootstrapping with jbootstrap.glewis2005-07-231-3/+7
|
* . Set a BUILD_DEPENDS for consistency.glewis2005-07-231-1/+3
| | | | . Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes.
* . Default to using jbootstrap as the bootstrap, not linux-blackdown-jdk13.glewis2005-07-231-7/+5
| | | | PR: 83758
* . Add missing RUN_DEPENDS.glewis2005-07-231-0/+2
|
* . Update to 1.2.glewis2005-07-232-3/+3
|
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-232-0/+4
| | | | at that time and no PRs have been submitted to fix it.
* . Fix the check for the distribution file existing since it must beglewis2005-07-211-2/+2
| | | | | | downloaded manually. Pointed out by: pointyhat via kris
* . Mark RESTRICTED as one of the source files is under the SCSL.glewis2005-07-201-1/+3
| | | | . Make portlint happier about the IGNORE message.
* . Update to 1.1.glewis2005-07-202-3/+3
|
* . Add a port of jbootstrap:glewis2005-07-205-0/+50
| | | | | "Utilities that allow a JDK to be bootstrapped without needing another JDK to do so."
* . Update to 3.2.7.glewis2005-07-182-4/+4
| | | | | PR: 83627 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* Update to 1.1.2-pre1 released in February 2004. Some seriousmi2005-07-073-10/+16
| | | | | | | | | | | REINPLACE-ing was required to turn all variables named `enum' into `enumeration', because `enum' is a keyword in Java-1.5 The program seems to work now and builds with Java-1.5 (and, presumably, earlier). The portversion is set to 1.1.1.1 in anticipation of the eventual release of 1.1.2 by the vendor.
* . Update to 1.4.2-02.glewis2005-07-063-15/+26
| | | | | . Get the i386 version even for amd64. . Note that this version doesn't work on FreeBSD 4.x.
* . Make this actually work on amd64 (treat it as i386).glewis2005-06-244-0/+48
|
* . Update to 1.3.1_16.glewis2005-06-242-5/+4
|
* . Update to 1.5.0_04.glewis2005-06-234-8/+6
|
* . Avoid memory corruption on FreeBSD 4.x. This seems to have no affectglewis2005-06-222-0/+36
| | | | | | under 5.x which was running fine without it. Approved by: phantom
* . Add a couple of comments.glewis2005-06-201-0/+14
| | | | | . Kick unprivileged users out early in registervm/unregistervm to prevent double error messages.
* . Check the user can read/write the configuration file and that it existsglewis2005-06-202-8/+11
| | | | | | | | | | | | | | | | | before attempting to sort it when running checkvms. This prevents a double error message for an unprivileged user. . When asked to register a VM that is already registered, don't error. Print a warning that the VM is already registered and don't add it to the configuration file (but do check its links and sort the config file still). This prevents problems with 'make install -DFORCE_PKG_REGISTER' erroring out during the post-install stage for the JDK ports. Bump PORTREVISION for this change since it affects the various JDK ports. [2] Reported by: anholt, via hq [2]
* Add support for other mozilla's.nork2005-06-181-3/+3
| | | | | PR: ports/81753 Submitted by: Andreas Kohn <andreas@syndrom23.de>
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-1711-35/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com
* - Update to 1.1b4hq2005-06-172-7/+5
| | | | | | - Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3 years now - Use FIND | INSTALL_DATA to install documentation
* - Update to 2.1hq2005-06-152-4/+22
| | | | | | | | - Link API documentation to JDK Standard API documentation if present - SIZEify - Add 'devel' category [1] Reported by: portlint [1]
* Update to 0.9.7hq2005-06-152-3/+3
| | | | | PR: 82244 Submitted by: maintainer
* Upgrade to 1.1.4.thierry2005-06-143-415/+949
| | | | | | PR: ports/82068 Submitted by: Antonio Carlos Venancio Junior <antonio (at) php.net> Approved by: maintainer
* Remove empty patch filehq2005-06-121-0/+0
| | | | | PR: 82160 Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
* Oops, jikes is required to build these days. This should be all the depsanholt2005-06-101-1/+2
| | | | | | necessary. Reported by: krismail
* - Update to version 3.1hq2005-06-103-15/+10
| | | | | | | - Add 'devel' category PR: 81834 Submitted by: maintainer
* . Update to 1.3.2 update.glewis2005-06-082-3/+4
| | | | | PR: 82027 Submitted by: Hans Voogt <dehans@xs4all.nl>
* . Update to 1.0.2 update 2.glewis2005-06-082-4/+4
|
* . Update to 1.3.1_15.glewis2005-06-072-3/+3
|
* . Sort.glewis2005-06-071-693/+693
|
* [1] Add missing dependency on zip.anholt2005-06-032-4/+24
| | | | | | | | [2] Convert to use javavmwrapper (installing to its own PREFIX). [3] Add to devel category, matching Sun JDKs. Submitted by: [1] krismail Reviewed by: [2,3] hq, previous version
* + update to 1.1.3;thierry2005-05-315-15/+883
| | | | | | | | | | | + changelog: http://www.phpeclipse.de/tiki-read_article.php?articleId=18 + add pkg-plist; + add pkg-message; + update pkg-descr. PR: ports/80369 Submitted by: Antonio Carlos Venancio Junior Approved by: maintainer's time-out
* UnBROKEN by fixing pkg-plist.nork2005-05-292-2/+2
| | | | | PR: ports/81577 Submitted by: Vasil Dimov <vd@datamax.bg>
* o Update to 3.1M7. [1]nork2005-05-2920-261/+181
| | | | | | | | | o Add LATEST_LINK. [2] PR: ports/81076 [1] Submitted by: Alex Varju <freebsd-ports@varju.ca> [1] Pointed out by: krisbot via kris [2] Tested by: java@ [1]
* Update to 1.1.5, which includes a port to amd64. (Ports to alpha, powerpc,anholt2005-05-285-99/+44
| | | | | | | | | | | | | | sparc64 should be quick, but I haven't been able to scare up the resources on the cluster machines). Also, remove the compile-time options such as different AWTs, which are intended by the developers for use in embedded systems, not general users. Also, move maintainership to myself, since I'm working on kaffe too frequently. Thanks Mark for your work on this port! PR: ports/80641 Submitted by: anholt Approved by: maintainer
* . Update to 0.47.glewis2005-05-253-18/+3
| | | | | PR: 81451 Submitted by: "Ronald Klop" <ronald@cs.vu.nl> (maintainer)
* Add 'devel' categoryhq2005-05-232-2/+2
| | | | | Reported by: portlint Approved by: maintainer
* - Install commons-logging-api.jarhq2005-05-231-5/+6
| | | | | | - Add 'devel' category to calm portlint Submitted by: thierry
* Update to 4.0.2hq2005-05-186-30/+30
| | | | | PR: 81173 Submitted by: maintainer
* . This port is working well enough for me under 5.4 that I can runglewis2005-05-172-4/+8
| | | | | | | | graphical applications with it, so restrict the IGNORE setting regarding bad system calls to earlier versions of FreeBSD. One suspects that the actual change to fix things happened sometime earlier in 5.x, but until we figure out exactly what change enabled it or have empirical evidence regarding this 5.4 is a good cutoff.
* Unbreak: plist fix, do not remove common Java class dir.anders2005-05-174-6/+0
|
* Update to version 1.4.5.archie2005-05-172-3/+3
|
* - Use find and installlawrance2005-05-171-6/+24
| | | | | | | | | - Unpack jar files before installing (bump PORTREVISION for this) PR: ports/77068 Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer) Phil Schulz <ph.schulz@gmx.de> Approved by: clement (mentor)
* Fix DOWNLOAD_URL.olgeni2005-05-175-5/+5
| | | | Submitted by: Ralf Folkerts <ralf.folkerts(at)gmx.de>
OpenPOWER on IntegriCloud