summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix a segfault caused by fonts with illegal glyph names or glyph namesGreg Lewis2006-08-014-2/+36
| | | | | | | which begin with an underscore (although the patch doesn't handle these). . Bump PORTREVISION. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Space out the arguments to OPTIONS with tabs rather than spaces.Greg Lewis2006-08-012-8/+14
| | | | | | . Add a JAIL which allows the port to be built in a jail. [1] Submitted by: anders@ [1]
* Fix java.c Now we can invoke gij by typing java.Maho Nakata2006-07-292-0/+13
|
* Add java-gcj-compat. With scripts and symlinks, now gcj installation actsMaho Nakata2006-07-297-0/+106
| | | | | | like a Java SDK. WWW: ftp://sources.redhat.com/pub/rhug/
* . Take account of the MFC or the *_r functions to RELENG_6.Greg Lewis2006-07-191-18/+32
| | | | Submitted by: ume@
* Update to 1.33 release:Alex Dupre2006-07-194-38/+24
| | | | | | | | - install only jars for the selected jdk to avoid class conflicts - drop support for obsolate jdks - take maintainership [1] Approved by: glewis [1]
* . Bump PORTREVISION.Greg Lewis2006-07-182-2/+2
|
* . On amd64 the plugin should look for the Server VM, since there is noGreg Lewis2006-07-186-0/+90
| | | | | | Client VM. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Properly deal with error cases in transferTo0().Greg Lewis2006-07-182-0/+76
| | | | | | | Corrects non-blocking IO case. Submitted by: Kurt Miller <kurt@intricatesoftware.com> Sponsored by: The FreeBSD Foundation
* . Convert to using OPTIONS.Greg Lewis2006-07-184-96/+96
| | | | | | | | . Add support for unrestricted policy files. . Use bsd.gecko.mk for plugin support and limit it to Mozilla. . Make portlint happier. Submitted by: ale@ (with some minor tweaks by me)
* Mark broken: unfetchable.Mark Linimon2006-07-151-0/+2
|
* This plug-in for IBM's Eclipse platform integrates features from theIon-Mihai Tetcu2006-07-115-0/+58
| | | | | | | | | | DrJava development environment. The plug-in provides an Interactions Pane and a simplified user interface to Eclipse. WWW: http://www.drjava.org/eclipse.shtml PR: ports/95747 Submitted by: Nicola Vitale <nivit at email.it>
* Remove zero-sized files.Erwin Lansing2006-07-101-0/+0
|
* . The new Diablo JDK release doesn't need -XX:+UseMembar.Greg Lewis2006-07-051-2/+0
|
* . Update to 1.5.0_07-b00.Greg Lewis2006-07-056-154/+151
| | | | Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Update to 1.5.0_07-b00.Greg Lewis2006-07-056-1307/+1077
| | | | Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Update to 1.13.6.Greg Lewis2006-06-262-4/+4
|
* . Update to 0.51Greg Lewis2006-06-232-6/+4
| | | | | PR: 99194 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Update to 1.0.1.Konstantin Belousov2006-06-232-4/+4
| | | | | | PR: ports/99253 Approved by: pav Approved by: pjd (mentor)
* Update to 1.0.1Herve Quiroz2006-06-192-4/+4
| | | | | PR: 98756 Submitted by: maintainer
* . Bump PORTREVISION for the last three changes.Greg Lewis2006-06-162-0/+2
|
* . Work around a thread cache problem that caused javah to crash with anGreg Lewis2006-06-162-0/+32
| | | | | | | Internal Error. Submitted by: Kurt Miller <kurt@intricatesoftware.com> Sponsored by: The FreeBSD Foundation
* . Filter out corrupt environment variables with no name.Greg Lewis2006-06-162-0/+44
| | | | | Submitted by: Kurt Miller <kurt@intricatesoftware.com> Sponsored by: The FreeBSD Foundation
* . Increase the default stack size on amd64.Greg Lewis2006-06-162-0/+26
| | | | | Submitted by: Kurt Miller <kurt@intricatesoftware.com> Sponsored by: The FreeBSD Foundation
* . Try to fix the build on FreeBSD-CURRENT, which now defines gethostent_rGreg Lewis2006-06-161-0/+83
| | | | | | itself. Submitted by: ume
* . Update to 1.13.5.Greg Lewis2006-06-143-5/+5
|
* . Update to 3.0.2.Greg Lewis2006-06-1414-652/+656
| | | | | PR: 95128 Submitted by: Panagiotis Astithas <past@ebs.gr>
* . Update to 1.5.0_07.Greg Lewis2006-06-136-10/+20
|
* . Update to 1.4.2_12.Greg Lewis2006-06-133-5/+15
| | | | Submitted by: mi
* . Update to 4.0.4.Greg Lewis2006-06-136-22/+24
| | | | | PR: 97514 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* - Update to bsd.java.mk 2.0Herve Quiroz2006-06-122-169/+22
| | | | | | | | | | | | | - Use a PKGNAMESUFFIX to tag package according to the JDK version used (-java11 or -java12) - Honor NOPORTDOCS and install documentation in ${DOCSDIR} - Use PORTDOCS to handle documentation plist differences between Java 1.1 and 1.2 implementations - Use PLIST_FILES (and thus remove pkg-plist) PR: 97855 Submitted by: hq Approved by: maintainer timeout
* - Update to bsd.java.mk 2.0Herve Quiroz2006-06-122-4/+4
| | | | | | | | | | | - Remove blank lines from pkg-plist [1] - Add $FreeBSD$ tag in pkg-plist - Remove redundant port name from COMMENT PR: 97853 Submitted by: hq Reported by: portlint [1] Approved by: maintainer timeout
* . Add manvm(1). This is similar to javavm(1), but allows one to view theGreg Lewis2006-06-124-175/+362
| | | | | | | manual pages for the different VMs. [1] . Minor code clean ups (white space, redirection). PR: 93099
* Defining $MASTER_SITES for your infoormation may confusing distfile survey.Jun Kuriyama2006-06-081-1/+1
|
* . Introduce the JAVAVM_DRYRUN variable. If this is set, then javavm willGreg Lewis2006-06-083-6/+50
| | | | | | | | | not invoke any Java programmes, but will instead print out what it would have invoked and some related settings. This work was inspired by the PR, but doesn't use its implementation. PR: 96050
* Update to 1.3.Stefan Walter2006-06-083-47/+7
| | | | | | | PR: 97540 Submitted by: Tian-Jian Jiang <tmjiang@iis.sinica.edu.tw> Patch by: stefan Approved by: maintainer timeout (18 days)
* . Revert previous commit. It was my recollection that javac needed theGreg Lewis2006-06-072-2/+1
| | | | | | | | flags when being used to bootstrap the jdk15 port, and this was confirmed by somebody else. However, javac doesn't seem to be happy with it so turn it back off. Submitted by: hq
* Update to 0.51-pre1Stefan Walter2006-06-073-11/+6
| | | | | | PR: 98011 Submitted by: maintainer Approved by: arved (mentor)
* . Diablo's javac also needs -XX:+UseMembar.Greg Lewis2006-06-072-1/+2
|
* . Restrict the -XX:+UseMembar option to the java(1) programme to prevent itGreg Lewis2006-06-062-1/+2
| | | | | | | | | causing problems for programmes such as jar(1). I actually believe it is needed by some of the other programmes, but we'll add it as needed. . Bump PORTREVISION for this change. PR: 98586 Submitted by: Achilleas Mantzios <achill@matrix.gatewaynet.com>
* . ! -z -> -n for clarity.Greg Lewis2006-06-041-25/+25
| | | | Suggested by: hq
* . Allow the setting up of command line options to be passed to theGreg Lewis2006-06-038-13/+236
| | | | | | invoked Java VM. Reviewed by: hq
* - Update to bsd.java.mk 2.0Herve Quiroz2006-06-013-6/+7
| | | | | | | | | | | - Set JAVA_VERSION (for javavmwrapper) in the launcher script - Use an absolute path to launch javavmwrapper - JAVAJARDIR -> JAVALIBDIR (for JAR dependencies) - Use %%JAVAJARDIR%% in pkg-plist PR: 97856 Submitted by: hq Approved by: maintainer
* Update to 4.1.2Herve Quiroz2006-05-292-10/+10
| | | | | PR: 98033 Submitted by: maintainer
* - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgplPav Lucistnik2006-05-281-1/+1
|
* Add a note for BROKEN lineMaho Nakata2006-05-281-1/+1
|
* - Update to bsd.java.mk 2.0Herve Quiroz2006-05-242-6/+7
| | | | | | | | | | | - Use MASTER_SITE_APACHE_JAKARTA [1] - Re-order PKGNAMEPREFIX [1] - Add $FreeBSD$ tag in pkg-plist PR: 97760 Submitted by: hq Reported by: portlint [1] Approved by: maintainer
* Distfile rerolled without LICENSE file.Alex Dupre2006-05-243-11/+9
| | | | | PR: ports/97539 Submitted by: Tian-Jian Jiang <tmjiang@iis.sinica.edu.tw>
* - Update to bsd.java.mk 2.0Herve Quiroz2006-05-234-14/+17
| | | | | | | | | | - Use %%JAVAJARDIR%% in pkg-plist - Add $FreeBSD$ tag - Use SUB_FILES (rather than PKGINSTALL) to configure launcher shell script - Set JAVA_VERSION for javavmwrapper in launcher shell script - Renamed launcher script: jasmin.sh -> jasmin - Register java/javavmwrapper in RUN_DEPENDS - Bump PORTREVISION
* Upgrade from 0.50.1 to 0.50.2Mikhail Teterin2006-05-222-4/+4
|