/devel/p5-CHI/

ref='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 1.13.6.glewis2006-06-272-4/+4
|
* . Update to 0.51glewis2006-06-242-6/+4
| | | | | PR: 99194 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Update to 1.0.1.kib2006-06-242-4/+4
| | | | | | PR: ports/99253 Approved by: pav Approved by: pjd (mentor)
* Update to 1.0.1hq2006-06-192-4/+4
| | | | | PR: 98756 Submitted by: maintainer
* . Bump PORTREVISION for the last three changes.glewis2006-06-172-0/+2
|
* . Work around a thread cache problem that caused javah to crash with anglewis2006-06-172-0/+32
| | | | | | | Internal Error. Submitted by: Kurt Miller <kurt@intricatesoftware.com> Sponsored by: The FreeBSD Foundation
* . Filter out corrupt environment variables with no name.glewis2006-06-172-0/+44
| | | | | Submitted by: Kurt Miller <kurt@intricatesoftware.com> Sponsored by: The FreeBSD Foundation
* . Increase the default stack size on amd64.glewis2006-06-172-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_rglewis2006-06-171-0/+83
| | | | | | itself. Submitted by: ume
* . Update to 1.13.5.glewis2006-06-153-5/+5
|
* . Update to 3.0.2.glewis2006-06-1514-652/+656
| | | | | PR: 95128 Submitted by: Panagiotis Astithas <past@ebs.gr>
* . Update to 1.5.0_07.glewis2006-06-146-10/+20
|
* . Update to 1.4.2_12.glewis2006-06-143-5/+15
| | | | Submitted by: mi
* . Update to 4.0.4.glewis2006-06-146-22/+24
| | | | | PR: 97514 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* - Update to bsd.java.mk 2.0hq2006-06-132-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.0hq2006-06-132-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 theglewis2006-06-134-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.kuriyama2006-06-091-1/+1
|
* . Introduce the JAVAVM_DRYRUN variable. If this is set, then javavm willglewis2006-06-093-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.stefan2006-06-093-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 theglewis2006-06-082-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-pre1stefan2006-06-083-11/+6
| | | | | | PR: 98011 Submitted by: maintainer Approved by: arved (mentor)
* . Diablo's javac also needs -XX:+UseMembar.glewis2006-06-072-1/+2
|
* . Restrict the -XX:+UseMembar option to the java(1) programme to prevent itglewis2006-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.glewis2006-06-041-25/+25
| | | | Suggested by: hq
* . Allow the setting up of command line options to be passed to theglewis2006-06-048-13/+236
| | | | | | invoked Java VM. Reviewed by: hq