aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* 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-272-3/+3
|
* Upgrade to release 0.17.archie2005-07-271-1/+1
|
* Forbid the use of a JDK from Sunhq2005-07-261-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-211-1/+3
| | | | . Make portlint happier about the IGNORE message.
* . Update to 1.1.glewis2005-07-212-3/+3
|
* . Add a port of jbootstrap:glewis2005-07-215-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-083-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-073-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-254-0/+48
|
* . Update to 1.3.1_16.glewis2005-06-252-5/+4
|
* . Update to 1.5.0_04.glewis2005-06-244-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-211-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-212-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-191-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-1811-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-153-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-111-1/+2
| | | | | | necessary. Reported by: krismail
* - Update to version 3.1hq2005-06-113-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-042-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-06-015-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-295-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-196-30/+30
| | | | | PR: 81173 Submitted by: maintainer
* . This port is working well enough for me under 5.4 that I can runglewis2005-05-182-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-184-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>
* - Allow installation on amd64hq2005-05-172-5/+8
| | | | | | | | | - Use PLIST_FILES - Add 'devel' category [1] PR: 81086 Submitted by: Alex Varju <freebsd-ports@varju.ca> Reported by: portlint [1]
* Upgrade to version 4.1 (plus JDK home fix from ports/76670)olgeni2005-05-1720-4790/+5570
| | | | | PR: ports/76670 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org>
* Upgrade to 0.15.archie2005-05-162-3/+3
|
* Castor is a data binding framework for Java. It's the shortest pathhq2005-05-154-0/+45
| | | | | | | | | | between Java objects, XML documents, and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more. WWW: http://www.castor.org/ PR: 80942 Submitted by: Adam VanderHook <acidos@bandwidth-junkies.net>
* . Ensure that when files are extracted that their fully resolved path liesglewis2005-05-126-2/+144
| | | | | | | | | | | | in or below the current working directory. Fixes a security problem with jar(1). This fix may change to be compatible with whatever fix Sun applies when they release the next version of 1.5. . Bump PORTREVISION for this fix. Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html Reviewed by: maintainer timeout
* . Fix various problems with time zone handling including:glewis2005-05-122-0/+200
| | | | | | | | . /etc/localtime is a symlink. . /etc/localtime contains a time zone not recognised by the JDK. Submitted by: Kurt Miller <truk@optonline.net> Reviewed by: maintainer timeout
* . Using dladdr(3) to determine the path to the current executable, andglewis2005-05-122-0/+124
| | | | | | | | | | | | | | | | hence the path for the shared libraries doesn't always work on FreeBSD. It definitely fails on FreeBSD 4.11 and FreeBSD 6-CURRENT under the tested environments. In fact, the dladdr(3) man page even warns of these problems. While there is work under way to fix this, it isn't available yet. Given that situation, switch to trying /proc/curproc/file, which is similar to what Linux does, and if that fails, drop back to checking argv[0] and iterating through $PATH as in jdk 1.4. Both these methods work correctly in testing. Reported by: das Reviewed by: maintainer timeout
* . Ensure that when files are extracted that their fully resolved path liesglewis2005-05-123-0/+72
| | | | | | | | | | | | in or below the current working directory. Fixes a security problem with jar(1). This fix may change to be compatible with whatever fix Sun applies when they release a fixed version of 1.5. . Bump PORTREVISION for this fix. Approved by: maintainer timeout Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
* Update to version 1.4.4.archie2005-05-112-5/+4
|
* Fix size mismatch. According to the submitter:thierry2005-05-093-6/+3
| | | | | | | | | | | | | It looks like IBM released an updated version of the NetRexx 2.05 zip file on Jan 14 2005, which includes modifications to the documentation, NetRexx[RC].jar files and the pinger and tablet zip (sample?) files. I could not find a CHANGELOG file nor the mailing list archives that would have provided info into the exact changes made without a version or revision number bump. PR: ports/80716 Submitted by: Linh Pham <question+fbsdports (at) closedsrc.org>
* BROKEN: Incomplete pkg-plistkris2005-05-082-0/+4
|
* Add eclipse-devel 3.1M6, an open extensible IDE for anything and nothingnork2005-05-0731-0/+1104
| | | | | | | in particular. PR: ports/79917 Submitted by: various members of freebsd-java
* . Update to 1.3.2.glewis2005-05-042-6/+5
| | | | Submitted by: "DAIGU" <daigu@pop02.odn.ne.jp>
* . Ensure that when files are extracted that their fully resolved path liesglewis2005-05-033-1/+72
| | | | | | | | | | | in or below the current working directory. Fixes a security problem with jar(1). This fix may change to be compatible with whatever fix Sun applies when they release the next version of 1.5. . Bump PORTREVISION for this fix. Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
* . Update to 1.5.0_03.glewis2005-04-306-254/+1194
|
* . Add $FreeBSD$.glewis2005-04-292-0/+4
|
* . Bump PORTREVISION for the previous fix for jar(1).glewis2005-04-281-8/+8
| | | | . Don't build the plugin by default as it has security flaws.
* . Ensure that when files are extracted that their fully resolved path liesglewis2005-04-282-0/+67
| | | | | | | | in or below the current working directory. Fixes a security problem with jar(1). This fix may change to be compatible with whatever fix Sun applies when they release the next version of 1.5.
* - Update to 3.2 [1]hq2005-04-285-55/+111
| | | | | | | | | | | | | - Sort plist [1] - Update to bsd.java.mk 2.0 - Add two new launcher scripts: 'proguard' and 'proguard-gui' - Use FIND | INSTALL_DATA to install data files - Use %%DATADIR%% - Add $FreeBSD$ tag PR: 79735 [1] Submitted by: Manfred Riem <mriem@manorrock.org> [1] Approved by: maintainer timeout
* - Upgrade to version 1.4.3.archie2005-04-263-7/+19
| | | | - Change JAVA_BUILD from "yes" to "jre"
* . Update description.glewis2005-04-251-2/+4
| | | | Suggested by: hq
* - Update to version 2005.04.15hq2005-04-202-10/+10
| | | | | | | | - Add 'devel' category [1] PR: 80120 Submitted by: maintainer Reported by: portlint [1]
* . Fix various problems with time zone handling including:glewis2005-04-191-0/+101
| | | | | | | . /etc/localtime is a symlink. . /etc/localtime contains a time zone not recognised by the JDK. Submitted by: Kurt Miller <truk@optonline.net>
* . Try to clarify that the BUGS section is talking about the Java VMglewis2005-04-191-3/+4
| | | | | | | selection procedure used when ${PORTSDIR}/Mk/bsd.java.mk isn't present. . Fix a typo (JAVA_PREFERRED_PORT -> JAVA_PREFERRED_PORTS). Pointed out by: hq
* . Update to 1.4.2_08.glewis2005-04-142-4/+4
|
* Upgrade to version 1.4.2.archie2005-04-143-15/+3
|
* . A big mdoc fixup kindly provided by the mdoc police. Any problems shouldglewis2005-04-134-33/+72
| | | | | | | be attributed to my merging of the mdoc fixes with some content changes I had made. Submitted by: simon
* . Yet more clarification of how the selection of the Java VM can beglewis2005-04-131-1/+4
| | | | different depending on whether bsd.java.mk exists on the system.
* . Fix some sentence breaks.glewis2005-04-132-6/+29
| | | | | | . Add some more details on how javavmwrapper selects the VM. [2] Suggested by: hq [2]
* . Document that the environment variables can also be a space delimitedglewis2005-04-121-9/+13
| | | | | | list of values, not just a single value. Pointed out by: hq
* . Install manual pages for javavmwrapper.glewis2005-04-125-1/+318
| | | | | | . Bump PORTREVISION. PR: 27075
* . Ignore errors from the call to registervm, otherwise one sees a wholeglewis2005-04-121-2/+2
| | | | slew of spurious errors when upgrading the port.
* . Separate standard variables from variables local to this Makefile.glewis2005-04-121-1/+2
|
* BROKEN: Size mismatchkris2005-04-111-0/+2
|
* . When linprocfs is not mounted the Linux JDK will output a warning message,glewis2005-04-092-0/+34
| | | | | | | | | | | | unfortunately sending it to stdout. When using such a JDK to bootstrap this line ends up at the head of generated classes, leaving them uncompilable. Add a filter to the class generation to strip out such lines with egrep. A similar patch is present in the jdk14 port and prevents a semi-common class of error reports. Approved by: phantom (maintainer)
* . Bump PORTREVISION, forgotten when doing the fixes prior to the portsglewis2005-04-082-6/+8
| | | | | | | freeze. . Fix a typo and improve some grammar in some user output. Approved by: phantom (maintainer)
* . Fix the build on FreeBSD 4.x by using <inttypes.h> rather than <stdint.h>glewis2005-04-086-0/+92
| | | | | | (which FreeBSD 4.x lacks). Approved by: phantom (maintainer)
* - Update to 2.05 [1]hq2005-04-065-31/+52
| | | | | | | | | | | | - Since NetRexxC.cmd and NetRexxC.sh do same thing, only install .sh version and remove dependency on rexx-imc (and remove the patch for NetRexxC.cmd) [1] - Add a patch for NetRexxC.sh so the user is able to override JAVA_HOME at runtime [1] - Use FIND | {MKDIR,INSTALL_DATA} to install documentation - Add $FreeBSD$ tag in pkg-plist PR: 79564 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
* - Update to 1.1 (thus unbreaking the port) [1]hq2005-04-052-7/+4
| | | | | | | | - Add 'graphics' category [2] PR: 79555 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1] Reported by: portlint [2]
* - Update to bsd.java.mk 2.0hq2005-04-052-1040/+450
| | | | | | | - Use ${JAVAJARDIR} and %%JAVAJARDIR%% - Use %%EXAMPLESDIR%% - Use PORTDOCS (and honor NOPORTDOCS) - Add $FreeBSD$ tag in pkg-plist
* . Update to 1.5.0_02.glewis2005-04-054-6/+6
|
* . Build from source.glewis2005-04-051-6/+11
| | | | . Ensure the documentation is installed with the correct permissions.
* Reset inactive maintainer. Thanks for your work in the past!kris2005-04-041-1/+1
|
* Bump PORTREVISION for previous commit which fixed a bug.archie2005-04-021-0/+1
| | | | Approved by: portmgr
* Add patch to fix a bug.archie2005-04-011-0/+11
| | | | Approved by: portmgr
* . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS forglewis2005-03-312-0/+8
| | | | | | | files that are generated by the post-install script (which runs after the dynamic packing list has been generated). Approved by: portmgr (krion), phantom (maintainer)
* . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS forglewis2005-03-301-0/+4
| | | | | | | files that are generated by the post-install script (which runs after the dynamic packing list has been generated). Approved by: portmgr (krion), phantom (maintainer)
* . Unbreak by updating to 1.2.2.glewis2005-03-302-8/+7
| | | | Approved by: portmgr (krion)
* Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing.archie2005-03-291-1/+1
| | | | Approved by: portmgr (implicitly)
* Fix previous commit: use ${ECHO} instead of echo.archie2005-03-291-1/+1
| | | | Approved by: portmgr (implicitly)
* Unbreak by removing directory at uninstall time.archie2005-03-291-2/+1
| | | | Approved by: portmgr
* BROKEN: Incomplete pkg-plistkris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Incorrect pkg-plistkris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* Switch over NOT_FOR_ARCHS to ONLY_FOR_ARCHS=i386 since the configurekris2005-03-271-1/+1
| | | | | | script does not seem to allow anything else. Approved by: portmgr (self)
* BROKEN: Incorrect pkg-plistkris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Unfetchablekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Unfetchablekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Size mismatchkris2005-03-261-0/+2
| | | | Approved by: portmgr (kris)
* BROKEN: Size mismatchkris2005-03-261-0/+2
| | | | Approved by: portmgr (kris)
* Upgrade from 1.7.0 to 1.7.1. The former is no longer available on themi2005-03-252-3/+3
| | | | | | vendor's site. Approved by: portmgr (kris)
* . Fix a typo that results in an undefined reference (sizof -> sizeof).glewis2005-03-212-0/+26
| | | | | PR: 77725 Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net>
* . Fix a performance issue by using the correct INTERRUPTIBLE_NORESTARTglewis2005-03-212-0/+18
| | | | | | | macro. This will be in patchset 2. PR: 77162 Submitted by: phantom
* Update to version 1.4.0.archie2005-03-212-3/+3
|
* Update to version 0.14.archie2005-03-213-6/+5
|
* - Install Sun Code Conventions sample file [1]hq2005-03-201-1/+5
| | | | | | | | - Disable jikes PR: 78229 [1] Submitted by: Daniel Grund <daniel@dgrund.de> [1] Approved by: maintainer timeout
* Remove hardcoded WRKDIR.krion2005-03-201-1/+0
| | | | Proposed by: des
* Unbreak: fix dependency and add a master site.ale2005-03-161-4/+2
|
* v4all visual editor toolkit for eclipse.wes2005-03-145-0/+55
| | | | Supports graphic editing of user interfaces for Swing and SWT.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-1224-19/+24
|
* Change maintainer's e-mail.novel2005-03-111-1/+1
| | | | | | PR: 78669 Submitted by: maintainer Approved by: krion (mentor)
* Respect the user's USE_LINUX setting.trevor2005-03-0211-11/+0
|
* - Update to 1.1 (which means we need to bump PORTEPOCH because we must havevs2005-03-023-58/+140
| | | | | | | | | | been sleeping when we imported 1.06). Since 'jasmin' now uses 'ant', Java 1.2+ is required, although you still might get away with 1.1 if you build it by hand. - Add secondary category 'lang' PR: ports/78068 Approved by: maintainer, hq
* Update project home page.archie2005-02-281-1/+1
|
* - Move WITH_EXTRAS knob explanation in pre-extracthq2005-02-242-20/+24
| | | | | | | | - Move some useful information into PKGMESSAGE - ECHO -> ECHO_MSG PR: 77983 Submitted by: maintainer
* Upgrade to version 1.3.2.archie2005-02-232-3/+3
|
* - Update to version 2005.02.17hq2005-02-213-7/+50
| | | | | | | | - Add WITH_EXTRAS knob to include source code examples - Improve pkg-descr PR: 77796 Submitted by: maintainer
* MX4J is a project to build an Open Source implementation of thehq2005-02-214-0/+76
| | | | | | | | | | | | | | | | | Java(TM) Management Extensions (JMX) and of the JMX Remote API (JSR 160) specifications, and to build tools relating to JMX. JMX is an optional package for J2SE that provides a standard way to manage applications. It can also be used to wrap legacy systems and provide a standard interface to the outside world, enabling the development of web services. JMX allows developers to write more modular and loosely coupled system components and reduce the complexity of large, interoperating systems. WWW: http://mx4j.sourceforge.net PR: 77642 Submitted by: filippo@widestore.net
* Add 'devel' categoryhq2005-02-191-1/+1
|
* . Since this is a 1.5 VM, reference the native 1.5 port, not the nativeglewis2005-02-192-2/+2
| | | | 1.4 port.
* . Update to 1.5.0_01.glewis2005-02-196-14/+28
| | | | | | . Since the Makefile does a registervm, do the correct registervm/unregistervm dance in the packing list or we get stuck with a registered non-existent VM when the package is deinstalled.
* . Move the invocation of unregistervm to the top of the packing list.glewis2005-02-193-3/+3
| | | | | | | | This ensures that this command is run before the files in the package are deleted (which is necessary for it to correctly delete the symbolic links created by registervm). Approved by: phantom (maintainer)
* - Update to bsd.java.mk 2.0hq2005-02-181-2/+3
| | | | - Minor cosmetic improvement
* . Move the invocation of unregistervm to the top of the packing list.glewis2005-02-184-4/+4
| | | | | | This ensures that this command is run before the files in the package are deleted (which is necessary for it to correctly delete the symbolic links created by registervm).
* . Move the invocation of unregistervm to the top of the packing list.glewis2005-02-184-4/+4
| | | | | | This ensures that this command is run before the files in the package are deleted (which is necessary for it to correctly delete the symbolic links created by registervm).
* . Move the invocation of unregistervm to the top of the packing list.glewis2005-02-184-4/+4
| | | | | | This ensures that this command is run before the files in the package are deleted (which is necessary for it to correctly delete the symbolic links created by registervm).
* . Move the invocation of unregistervm to the top of the packing list.glewis2005-02-182-2/+2
| | | | | | This ensures that this command is run before the files in the package are deleted (which is necessary for it to correctly delete the symbolic links created by registervm).
* - Change maintainer address [1]hq2005-02-182-3760/+11
| | | | | | | | | | | - Install in DOCSDIR [1] - Use PORTDOCS to get rid of pkg-plist - ECHO -> ECHO_MSG - Bump PORTREVISION PR: 77583 [1] Submitted by: maintainer [1] Approved by: maintainer
* - Update to bsd.java.mk 2.0hq2005-02-182-58/+30
| | | | | | | | | | - Add 'databases' category - Use ${JAVAJARDIR} and %%JAVAJARDIR%% - CP -> INSTALL_DATA - Honor hier(7): install docs in DOCSDIR and samples in EXAMPLESDIR - Honor NOPORTDOCS - Minor cosmetic improvements - Bump PORTREVISION
* Update to bsd.java.mk 2.0hq2005-02-182-2/+3
|
* . Sort.glewis2005-02-171-1/+1
|
* . Move the invocation of unregistervm to the top of the packing list.glewis2005-02-171-1/+1
| | | | | | | | This ensures that this command is run before the files in the package are deleted (which is necessary for it to correctly delete the symbolic links created by registervm). This fixes the packing list failures seen on pointyhat.
* . Update to 1.4.2_07.glewis2005-02-172-4/+4
|
* Pass maintainershiphq2005-02-161-1/+1
| | | | | | PR: 77547 Submitted by: Parv <parv@pair.com> (former maintainer) Approved by: Michael C. Shultz <reso3w83@verizon.net> (new maintainer)
* Add drexelsnmp, another Java SNMP package.anders2005-02-155-0/+49
| | | | Sponsored by: University of Tromsø & University of Bergen
* - Update to bsd.java.mk 2.0hq2005-02-142-10/+12
| | | | - ECHO_CMD -> ECHO_MSG
* - Update to bsd.java.mk 2.0hq2005-02-142-94/+94
| | | | | | | - Add 'devel' category - Use DATADIR=${JAVASHAREDIR}/${PORTNAME} - Use %%JAVAJARDIR%% and %%DATADIR%% in pkg-plist - CP -> INSTALL_DATA
* With portmgr hat on, reset maintainership of these ports. Maintainer'slinimon2005-02-141-1/+1
| | | | | | | | | old email address bounces, and he has not been responsive to email on the only other one we have for him. These ports are now available for adoption. Come back coop, we miss ya ...
* - Update to bsd.java.mk 2.0 (and use JAVA_OS=native)hq2005-02-101-27/+18
| | | | | | | | | - Unbreak on 5.3+ [1] - JAVALIBDIR -> JDKLIBDIR (JAVALIBDIR is used for something else) - portlint: fix COMMENT length - Use PKGNAMESUFFIX to allow multiple instances with different JDKs Submitted by: mat [1] (via IRC)
* Update to 3.0.1.03hq2005-02-072-9/+9
| | | | | PR: 77126 Submitted by: maintainer
* Update to 3.0.1.nork2005-02-065-2014/+2450
|
* Remove some uninstall files, and bump PORTREVISION.nork2005-02-062-3/+1
|
* This is a port of 'JE', or Berkeley DB Java Edition -- a pure Javami2005-02-056-0/+437
| | | | | | | | implementation of "db". See: http://www.sleepycat.com/products/je.shtml for more information.
* . Update to 3.5.glewis2005-02-052-7/+9
| | | | | PR: 77102 Submitted by: Dave Glowacki <dglo@icecube.wisc.edu> (maintainer)
* Fix build on 4.x (gcc295)vs2005-02-031-0/+14
| | | | | PR: ports/77036 Submitted by: Ronald Klop (maintainer)
* - Update to bsd.java.mk 2.0hq2005-02-031-11/+5
| | | | | | - Use JAVAJARDIR - ECHO -> ECHO_MSG - CP -> INSTALL_DATA
* - Update to bsd.java.mk 2.0hq2005-02-033-3/+13
| | | | | - Add a new launcher shell script: 'jlex' - Update pkg-message accordingly and bump PORTREVISION
* Update to bsd.java.mk 2.0hq2005-02-032-2/+3
|
* - Update to bsd.java.mk 2.0hq2005-02-032-12/+11
| | | | - Use JAVAJARDIR
* - Update to bsd.java.mk 2.0hq2005-02-032-5/+10
| | | | | - Use JAVAJARDIR - Add a launcher shell script: 'bsh'
* nork is workingdaichi2005-02-021-1/+0
| | | | Submitted by: nork
* Update to 2.3vs2005-02-012-4/+3
|
* Add support for picking up of motif includes and libraries via newlyphantom2005-02-011-3/+22
| | | | | | added open-motif-jdk port. It's controlled via WITH_OPENMOTIF_JDK knob and currently disabled by default (it still requires additional testing and checking)
* Unbreak plist generationphantom2005-01-293-24/+15
|
* Update description, Makefile-wibblevs2005-01-244-44/+44
| | | | | PR: ports/76523 Submitted by: Jonathan Chen (maintainer)
* Add 'devel' categoryhq2005-01-221-1/+1
| | | | Approved by: Jonathan Chen <jonc@chen.org.nz>
* Add 'devel' categoryhq2005-01-221-1/+1
| | | | Approved by: maintainer
* - Update to bsd.java.mk 2.0hq2005-01-222-216/+25
| | | | | | | | | | - Use JAVAJARDIR and JAVALIBDIR - Dynamic plist - Unroll documentation install loop - Honor hier(7): install samples in ${EXAMPLESDIR} PR: 74285 Submitted by: me
* Pass maintainership to hq.okazaki2005-01-211-1/+1
|
* One more place to reflect existence of jdk 1.5.phantom2005-01-212-5/+8
| | | | Bump PORTREVISION
* Connect jdk15 to buildphantom2005-01-201-0/+1
|
* Please welcome new participant of FreeBSD ports tree and Java portsphantom2005-01-2026-4050/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | family -- first public patchset of native Sun JDK 1.5.0 port. Most valuable addition of this patchset is native amd64 support. And special thanks goes to Daniel Seuffert <ds@freeBSD.org> for making it possible by providing amd64 hardware. This patchset was tested on following configurations: i386/4.10, i386/5.3, amd64/5.3. 5.3-RELEASE support is quite strong and shown no huge visible problems over last week. But even mentioning above note, keep in mind -- THIS IS ALPHA PATCHSET and suitable for testers/developers ONLY! Known issues are including (but for sure not limited to): . Browser plugin support is missing . JVMTI, JDWP and JMX are not tested yet . FreeBSD i386/4.10 support is suffering from hidden memory allocation failres (ideas and patches are welcome) NOTE ABOUT BOOTSTRAPING: It's possible to bootstrap jdk 1.5.0 using jdk 1.4.2 (either native or linux one). There's no need to have java/linux_jdk15 installed and working. Supported by: FreeBSD Foundation
* Update to 2.1.0.nork2005-01-183-9/+66
| | | | | PR: ports/75779 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* - Update to bsd.java.mk 2.0 [1]hq2005-01-186-9/+17
| | | | | | | | | | - Remove redundant PLIST_SUB entry - Use %%JAVAJARDIR%% in pkg-plist - Add $FreeBSD$ tags - Some portlint tweaks PR: 76036 [1] Submitted by: maintainer [1]
* - Update to bsd.java.mk 2.0 [1]hq2005-01-181-2/+3
| | | | | | | - Add 'devel' category PR: 76036 [1] Submitted by: maintainer [1]
* - Update to bsd.java.mk 2.0 [1]hq2005-01-183-23/+25
| | | | | | | | | | | | | | | | - Use USE_ANT - Remove unneeded PLIST_SUB entries - Dynamic packing list - Use JAVALIBDIR in BUILD_DEPENDS - Use INSTALL_DATA to install documentation and JAR files - Use ECHO_MSG rather than ECHO - Use MASTER_SITE_APACHE_JAKARTA - Remove DIST_SUBDIR - Add 'devel' category PR: 76036 Submitted by: maintainer [1] Approved by: maintainer
* Update to 1.1.0.nork2005-01-162-6/+6
| | | | | PR: ports/76082 Submitted by: mitsuru@riken.jp (maintainer)
* Fix plist.krion2005-01-151-0/+11
|
* Remove unused filephantom2005-01-141-1763/+0
|
* Autogenerate PLIST while installingphantom2005-01-141-11/+13
|
* Update java/jmp from 0.45 to 0.46. (mini-patch)edwin2005-01-142-3/+3
| | | | | | | Little patch to update the port to the latest version. PR: ports/76197 Submitted by: Ronald Klop <ronald-freebsd8@klop.yi.org>
* Fix file list: libtool seems to install the static library only on somearchie2005-01-132-1/+3
| | | | versions of FreeBSD.
* - Update to 3.2.6hq2005-01-137-826/+382
| | | | | | | | | | | | - Update to bsd.java.mk 2.0 - rcNGify startup - Fix table creation for autoincrement feature in Postgresql - Add new "-config" option to jboss3ctl for JBoss3 startup config - Dynamic plist - Many other improvements (similar to recent changes in java/jboss4) PR: 76125 Submitted by: maintainer
* Do not remove /usr/local/share/doc/java on uninstall.phantom2005-01-131-1/+0
| | | | Submitted by: pointyhat via kris
* . Chase download location.glewis2005-01-121-2/+1
| | | | | PR: 76084 Submitted by: Parv
* Add missing SUBDIR entry for jboss4hq2005-01-111-0/+1
| | | | Reported by: maintainer
* Update to 4.0.1hq2005-01-114-8/+6
| | | | | | PR: 75851 Submitted by: Anton Yudin <toha@toha.org.ua> Approved by: maintainer
* Update to version 1.3.1 (these files were missing from previous commit).archie2005-01-112-2/+3
|
* Update to version 1.3.1.archie2005-01-111-2/+2
|
* Move java/kaffe-devel to java/kaffeedwin2005-01-1011-232/+73
| | | | | | Remove java/kaffe-devel Submitted by: maintainer (via irc)
* Fix plist.krion2005-01-091-0/+1
|
* . Update to the 1.5.0 release documentation.glewis2005-01-092-5/+5
|
* Fix build on 6.xkrion2005-01-091-0/+13
|
* Refetchable.nork2005-01-041-3/+1
| | | | | | PR: ports/75779 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Approved by: portmgr (krion)
* Change MAINTAINER to java@.nork2005-01-021-1/+1
| | | | Approved by: portmgr (kris)
* BROKEN: Broken dependencykris2005-01-021-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Unfetchablekris2005-01-021-0/+2
| | | | Approved by: portmgr (self)
* BROKEN on alpha: Configure failskris2005-01-022-0/+8
| | | | Approved by: portmgr (self)
* BROKEN on alpha 4.x: Internal compiler errorkris2005-01-021-1/+7
| | | | Approved by: portmgr (self)
* Reset bouncing maintainer address:kris2005-01-021-1/+1
| | | | | | | <gldisater@gldis.ca>: Host or domain name not found. Name service error for name=gldis.ca type=MX: Host not found, try again Approved by: portmgr (self)
* Fix package building by adding a dependency on Xvfb in thekris2005-01-021-0/+4
| | | | | | | PACKAGE_BUILDING case. The package build scripts then DTRT and ensure this is running at build-time so a DISPLAY is available. Approved by: portmgr (self)
* Add missing file.archie2005-01-021-0/+1
| | | | Approved by: portmgr
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-0111-21/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr
* Upgrade to version 1.3.archie2004-12-293-17582/+24
|
* Add missing MAN1= line for man page.archie2004-12-291-0/+2
|
* Fix pkg-plist.olgeni2004-12-272-899/+892
|
* Take into account the '-devel' package name suffix when registering CONFLICTShq2004-12-242-2/+2
| | | | | | with java/kaffe-devel Pointy hat to: me
* - Register CONFLICTS with java/kaffe and java/kaffe-develhq2004-12-241-0/+2
|
* - Register CONFLICTS with java/kaffe-devel and java/javavmwrapperhq2004-12-242-3/+5
| | | | | - Use %%DATADIR%% to calm portlint - Tweak COMMENT to calm portlint
* - Register CONFLICTS with java/kaffe and java/javavmwrapperhq2004-12-242-2/+4
| | | | - Use %%DATADIR%% to calm portlint
* Add eclipse-EPIC 0.3.0, EPIC adds Perl support tonork2004-12-234-0/+49
| | | | | | | the Eclipse IDE Framework. PR: ports/74480 Submitted by: tux@pinguru.net
* - Fix cold-boot startup failurehq2004-12-238-350/+338
| | | | | | | | | | - Add note on starting up JBoss4 with rcNG - Add new "-config" option to jboss4ctl for JBoss4 startup config - Move some notices in pkg-message [1] PR: 75345 Submitted by: maintainer Approved by: maintainer [1]
* Fix OPTIONS so that it will build on pointyhat. Now, the user may either selecthq2004-12-221-26/+7
| | | | | | AWT_X, AWT_QT, or neither (this will disable entirely AWT). Approved by: maintainer
* Add netbeans3 after what looks like a repocopy from netbeanserwin2004-12-221-0/+1
| | | | Forgotten by: olgeni
* I forgot to remove an empty patch file.olgeni2004-12-215-0/+0
|
* Upgrade to version 4.0.olgeni2004-12-2120-6410/+4825
| | | | | PR: ports/75162 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org>
* Change netbeans -> netbeans3 in in pathnames and executable to avoidolgeni2004-12-212-1267/+1266
| | | | conflicts with java/netbeans.
* - Update to 3.0.1 [1]hq2004-12-214-49/+64
| | | | | | | | | | | | - Use a specific FreeBSD launcher shell script instead of the distribution one due to some bash2 requirement [1] - Changed the edition knob to WITH_EDITION=[SE|PE] [1] - Changed minimum required JDK version to 1.4 as it seems like the port won't run on 1.3 [2] PR: 75308 [1] Submitted by: maintainer [1] Approved by: maintainer [2]
* - Update to version 1.4.1 [1]hq2004-12-206-95/+32
| | | | | | | | | | | | | | | - Use USE_ANT [1] - No longer add %%JAVAJARDIR%% to PLIST_SUB [1] - Update to bsd.java.mk 2.0 - No longer patch the distribution shell script but rather use a FreeBSD specific one [1] - Use SUB_FILES/SUB_LIST to perform substitutions on the launcher shell script - Minor cosmetic improvements - Use JAVALIBDIR rather than JAVAJARDIR for JAR dependencies - Moved the BUILD_DEPENDS statement to calm portlint PR: 75198 [1] Submitted by: maintainer [1]
* Port Update: java/bluejedwin2004-12-193-19/+68
| | | | | | | bluej 1.3.5 -> bluej 2.0.2 PR: ports/74855 Submitted by: kevin ilchmann jørgensen <kij@imada.sdu.dk>
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-192-0/+4
| | | | broken at that time, and a fix has not been submitted to GNATS.
* - rcNGify startuphq2004-12-188-138/+384
| | | | | | | - Fix table creation for autoincrement feature in Postgresql PR: 75032 Submitted by: maintainer
* Switch from BROKEN to IGNORE since the problem is not a build problem.linimon2004-12-171-1/+1
|
* . Avoid a problem where, without linprocfs mounted, the first line ofglewis2004-12-173-0/+33
| | | | | | | | | | a generated file will be overwritten with a warning, causing the build to fail. There is a check for linprocfs in pre-build, but it seems as though this problem can somehow trigger anyway, based on semi-regular reports to the mailing lists. PR: 74999 Approved by: phantom
* . Update to patchset 7.glewis2004-12-1775-6054/+24
| | | | | | . Fix a permissions problem with the plugins directory. Approved by: phantom (maintainer)
* - Update URL in pkg-descr [1]hq2004-12-172-11/+10
| | | | | | | | | | - Use %%JAVAJARDIR%% - Use INSTALL_DATA to install JAR and documentation files - Add 'devel' category - Manual download URL is now a bit more specific - Removed unneeded JAVA_RUN statement (implied when nothing is set) Submitted by: Manfred N. Riem <mnriem@earthlink.net> [1]
* . Move pkg-install to files/pkg-install.in since it is modified before use.glewis2004-12-162-2/+3
| | | | | | | This also fixes a problem that when being modified it wasn't specified by absolute path. Reported by: Robert Backhaus <robbak@robbak.com>
* - Register a dependency on a JRE to extract the port [1]hq2004-12-161-1/+2
| | | | | | - Minor fix to calm portlint Reported by: pointyhat via kris [1]
* Fix download URLhq2004-12-101-2/+1
| | | | Reported by: kris
* Fix download URLhq2004-12-101-2/+1
| | | | | Reported by: kris Submitted by: Sander Vesik <sander.vesik@gmail.com>
* . Remove pointless (these ports all set NO_BUILD) BUILD_DEPENDS.glewis2004-12-104-6/+2
| | | | | PR: 50114 Noticed by: olgeni
* . Remove incorrect EXTRACT_DEPENDS and incorrect and pointless (this portglewis2004-12-101-2/+0
| | | | | | sets NO_BUILD) BUILD_DEPENDS. PR: 50114
* . Remove pointless (and incorrect) BUILD_DEPENDS. These ports all setglewis2004-12-104-4/+0
| | | | | | NO_BUILD. PR: 50114
* IGNORE must not be quotedkris2004-12-102-2/+2
| | | | Pointy hat to: hq
* Fix build failure: USE_JIKES is useless without USE_JAVA.archie2004-12-091-0/+1
|
* . Add amd64 to ONLY_FOR_ARCHS.glewis2004-12-092-2/+2
| | | | Inspired by: PR 74465
* . Add amd64 to ONLY_FOR_ARCHS line.glewis2004-12-095-5/+5
| | | | | PR: 74465 Submitted by: Conrad J. Sabatier <conrads@cox.net>
* . Add amd64 to ONLY_FOR_ARCHS.glewis2004-12-094-4/+4
| | | | Inspired by: PR 74465
* . Backport some fixes from 1.4 for the HotSpot Server VM when compiledglewis2004-12-082-0/+56
| | | | | | | | under gcc 3.4. In particular, this fixes some places where an enumerated type is assumed to be the same width as an int (which the standard doesn't guarantee and gcc 3.4 now enforces). For full details, see the log for the jdk14 equivalent changes.
* . Run the pkg-install script correctly.glewis2004-12-081-2/+2
| | | | | . Bump PORTREVISION for this change and the previous change to javavmwrapper itself.
* . Some minor comment and formatting fixes (should have probably have beenglewis2004-12-081-7/+31
| | | | | | | | done separately). . Much more stringent checks on VMs that we are trying to register. This prevents most bogus and circular registrations. [1] Suggested by: Josh Elsasser <josh@elsasser.org> [1]
* . Mark FORBIDDEN unless WITHOUT_PLUGIN is specified due to the browserglewis2004-12-052-0/+2
| | | | plugin vulnerability.
* . Backport parts of the 1.5 plugin to address plugin vulnerabilities.glewis2004-12-0427-9/+4260
| | | | | | . Bump PORTVERSION. Submitted by: Kurt Miller <truk@optonline.net>
* . Update to 1.3.1_14 (fixes another plugin vulnerability).glewis2004-12-042-4/+4
|
* Mark the port as IGNORE as it won't run on 4.x nor 5.x. Not sure abouthq2004-12-042-2/+6
| | | | | | 6-CURRENT so we'll need verification here. Approved by: glewis
* Reset znerd's ports maintainership:hq2004-12-0330-30/+30
| | | | | | | | | | - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
* Update to 0.45vs2004-12-022-4/+3
| | | | | PR: ports/74602 Submitted by: maintainer
* Link API documentation with JDK API documentation, if installed.hq2004-12-011-1/+8
|