summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Fix compilation after the recent nspr split from mozilla/firefox.glewis2005-09-083-63/+2
| | | | | | | | | | Although I can't reproduce this problem, it doesn't break anything for me and other users have independently verified it fixes the build for them. . Remove an unnecessary patch. PR: 85590 Submitted by: Panagiotis Astithas <past@ebs.gr>
* . Force the Client VM when dumping the shared archive since you can'tglewis2005-09-062-2/+2
| | | | dump the archive with the Server VM.
* . Tell the user all the files they will need up front, instead of tellingglewis2005-09-051-23/+28
| | | | | | | | | porky pies about what they have and prompting them one file at a time. This is a rewording and reworking (for jdk12) of the patch in the attributed PR by fenner@ (which is for jdk14). . Update the (commented out) MASTER_SITES while I'm here. PR: 84644
* . Generate the class data shared archive during post-install to speedglewis2005-09-044-22/+36
| | | | | | | | | up VM load times. See http://java.sun.com/j2se/1.5.0/docs/guide/vm/class-data-sharing.html Suggested by: "Ronald Klop" <ronald-freebsd8@klop.yi.org> Approved by: phantom (maintainer)
* . Use ${PTHREAD_LIBS} when compiling the testos programme rather thanglewis2005-09-031-7/+1
| | | | | | inventing our own version. Approved by: phantom (maintainer)
* . Tell the user all the files they will need up front, instead of tellingglewis2005-09-031-24/+29
| | | | | | | | | porky pies about what they have and prompting them one file at a time. This is a rewording and reworking (for jdk13) of the patch in the attributed PR by fenner@ (which is for jdk14). . Update the (commented out) MASTER_SITES while I'm here. PR: 84644
* . Respect NOPORTDOCS.glewis2005-09-022-3/+5
|
* BROKEN: Unfetchablekris2005-08-311-0/+2
|
* - Update to 11.a [1]hq2005-08-293-39/+19
| | | | | | | | | | | - Add 'devel' category [1] - Update to bsd.java.mk 2.0 - Takeover maintainership [2] - Use %%JAVAJARDIR%% and PLIST_FILES PR: 85041 [1] [2] Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (new maintainer) Approved by: former maintainer
* - fix build on 4.x: include missing headervs2005-08-293-15/+14
| | | | - USE_LIBTOOL, drop ltmain-patch
* Change MAINTAINER from java@ to freebsd-eclipse@.nork2005-08-2814-14/+14
| | | | Noticed by: Vizion <vizion@vizion.occoxmail.com>
* Fix the internal browser issue.nork2005-08-282-3/+3
| | | | | PR: ports/84672 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Update to 1.12.2.nork2005-08-282-6/+4
|
* Reset bouncing maintainer.krion2005-08-261-1/+1
| | | | Approved by: portmgr (self)
* . NUL terminate a string. Fixes a segmentation fault that shows upglewis2005-08-192-0/+14
| | | | | | | in the jdk13 port build. Brought to you by MALLOC_OPTIONS "A" and "J". . Bump PORTREVISION. Approved by: portmgr (kris)
* Refetchable.nork2005-08-181-0/+2
| | | | | Pointed out by: pointyhat via krion Approved by: portmgr (krion)
* . Update to 0.8.0 (unbreaks the build on 5.x and 6.x).glewis2005-08-116-10/+11
| | | | | | | . Use %%DOCSDIR%% in the packing list. . Fix a couple of typos. Approved by: portmgr (krion)
* Update distinfo to fix build (forgotten in previous commit).archie2005-08-041-2/+2
| | | | Approved by: portmgr
* Add two more hunks to patch-koi8u. Should make the koi8-u fonts support bettermi2005-08-032-0/+34
| | | | | | | somehow. Approved by: maintainer (phantom) Approved by: portmgr (krion)
* Add the two forgotten files neccessary for proper KOI8-U support... Uh-oh.mi2005-08-014-0/+750
|
* Add eclipse-viPlugin 1.12.1, an Eclipse plugin that addsnork2005-08-015-0/+63
| | | | vi functionality to an existing editor like JDT or CDT.
* Update to 3.1.nork2005-07-3159-5361/+1088
| | | | | | | | | | o java/eclipse-devel is IGNOREd now until 3.2+. o change MAINTAINERship to java@ on java/eclipse-devel. [1] PR: ports/84252 Submitted by: Panagiotis Astithas <past@ebs.gr> Requested by: devel/eclipse-devel's maintainer [1] Tested by: java@
* - Don't mkdir ${JAVAJARDIR} (already in mtree)hq2005-07-291-8/+3
| | | | | - Use %%JAVAJARDIR%% - Use FIND | INSTALL_DATA rather than CP
* Use code long floating around the Internet to add support for KOI8-Umi2005-07-284-6/+22
| | | | | | | | encoding. It is even easier to do the same thing to jdk14 and jdk13, where only one charset-interface exists (jdk15 has two with the old one considered obsolete). Approved by: Alexey Zelkin (maintainer)
* 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
OpenPOWER on IntegriCloud