aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 1.13.6.Greg Lewis2006-06-262-4/+4
| | | | Notes: svn path=/head/; revision=166392
* . Update to 0.51Greg Lewis2006-06-232-6/+4
| | | | | | | | PR: 99194 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=166159
* Update to 1.0.1.Konstantin Belousov2006-06-232-4/+4
| | | | | | | | | PR: ports/99253 Approved by: pav Approved by: pjd (mentor) Notes: svn path=/head/; revision=166136
* Update to 1.0.1Herve Quiroz2006-06-192-4/+4
| | | | | | | | PR: 98756 Submitted by: maintainer Notes: svn path=/head/; revision=165760
* . Bump PORTREVISION for the last three changes.Greg Lewis2006-06-162-0/+2
| | | | Notes: svn path=/head/; revision=165603
* . 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 Notes: svn path=/head/; revision=165602
* . 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 Notes: svn path=/head/; revision=165601
* . 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 Notes: svn path=/head/; revision=165600
* . Try to fix the build on FreeBSD-CURRENT, which now defines gethostent_rGreg Lewis2006-06-161-0/+83
| | | | | | | | | itself. Submitted by: ume Notes: svn path=/head/; revision=165589
* . Update to 1.13.5.Greg Lewis2006-06-143-5/+5
| | | | Notes: svn path=/head/; revision=165441
* . Update to 3.0.2.Greg Lewis2006-06-1414-652/+656
| | | | | | | | PR: 95128 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=165437
* . Update to 1.5.0_07.Greg Lewis2006-06-136-10/+20
| | | | Notes: svn path=/head/; revision=165339
* . Update to 1.4.2_12.Greg Lewis2006-06-133-5/+15
| | | | | | | Submitted by: mi Notes: svn path=/head/; revision=165336
* . Update to 4.0.4.Greg Lewis2006-06-136-22/+24
| | | | | | | | PR: 97514 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=165326
* - 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 Notes: svn path=/head/; revision=165281
* - 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 Notes: svn path=/head/; revision=165280
* . 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 Notes: svn path=/head/; revision=165243
* Defining $MASTER_SITES for your infoormation may confusing distfile survey.Jun Kuriyama2006-06-081-1/+1
| | | | Notes: svn path=/head/; revision=164857
* . 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 Notes: svn path=/head/; revision=164848
* 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) Notes: svn path=/head/; revision=164842
* . 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 Notes: svn path=/head/; revision=164752
* Update to 0.51-pre1Stefan Walter2006-06-073-11/+6
| | | | | | | | | PR: 98011 Submitted by: maintainer Approved by: arved (mentor) Notes: svn path=/head/; revision=164740
* . Diablo's javac also needs -XX:+UseMembar.Greg Lewis2006-06-072-1/+2
| | | | Notes: svn path=/head/; revision=164664
* . 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> Notes: svn path=/head/; revision=164616
* . ! -z -> -n for clarity.Greg Lewis2006-06-041-25/+25
| | | | | | | Suggested by: hq Notes: svn path=/head/; revision=164323
* . Allow the setting up of command line options to be passed to theGreg Lewis2006-06-038-13/+236
| | | | | | | | | invoked Java VM. Reviewed by: hq Notes: svn path=/head/; revision=164308
* - 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 Notes: svn path=/head/; revision=164177
* Update to 4.1.2Herve Quiroz2006-05-292-10/+10
| | | | | | | | PR: 98033 Submitted by: maintainer Notes: svn path=/head/; revision=163857
* - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgplPav Lucistnik2006-05-281-1/+1
| | | | Notes: svn path=/head/; revision=163701
* Add a note for BROKEN lineMaho Nakata2006-05-281-1/+1
| | | | Notes: svn path=/head/; revision=163679
* - 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 Notes: svn path=/head/; revision=163280
* Distfile rerolled without LICENSE file.Alex Dupre2006-05-243-11/+9
| | | | | | | | PR: ports/97539 Submitted by: Tian-Jian Jiang <tmjiang@iis.sinica.edu.tw> Notes: svn path=/head/; revision=163228
* - 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 Notes: svn path=/head/; revision=163212
* Upgrade from 0.50.1 to 0.50.2Mikhail Teterin2006-05-222-4/+4
| | | | Notes: svn path=/head/; revision=163109
* BROKEN on !i386: Broken dependencyKris Kennaway2006-05-211-1/+7
| | | | Notes: svn path=/head/; revision=162993
* Solve JDK 1.5 incompatibility.Stefan Walter2006-05-212-2/+33
| | | | | | | | | PR: 96922 Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) Approved by: arved (mentor) Notes: svn path=/head/; revision=162935
* - Update to 3.8.2Herve Quiroz2006-05-202-5/+4
| | | | | | | - Do not mkdir ${JAVAJARDIR} (already in mtree now) Notes: svn path=/head/; revision=162877
* JDE's stable code does not properly detect the version of newer versions of ↵Volker Stolz2006-05-172-0/+49
| | | | | | | | | | | | CEDET, and will fail to load. Add patch from CVS. PR: ports/95609 Submitted by: maintainer Notes: svn path=/head/; revision=162648
* Update to 3.2Herve Quiroz2006-05-162-6/+4
| | | | Notes: svn path=/head/; revision=162579
* - Update to 1.1Herve Quiroz2006-05-162-40/+15
| | | | | | | | | - Do not build the port since it requires Maven to build documentation - No longer install commons-logging-api.jar - Disable OPTIONS: the full package is installed Notes: svn path=/head/; revision=162577
* - Update to 0.90Ion-Mihai Tetcu2006-05-143-26/+174
| | | | | | | | | | | - Pass maintainership to submiter PR: ports/97150 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: lawrance (metor) Notes: svn path=/head/; revision=162274
* Remove whitespace from line endings in pkg-plist files.Vasil Dimov2006-05-121-11/+11
| | | | | | | | | | | | | Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin) Notes: svn path=/head/; revision=162181
* - Update to 0.50.1Stefan Walter2006-05-104-33/+29
| | | | | | | | | | | | - Evaluate OPTIONS _after_ inclusion of bsd.port.pre.mk. - Mark BROKEN on FreeBSD < 5.x PR: 96989 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Approved by: arved (mentor) Notes: svn path=/head/; revision=161963
* Update to 3.0.1 release.Alex Dupre2006-05-102-4/+4
| | | | Notes: svn path=/head/; revision=161931
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+2
| | | | Notes: svn path=/head/; revision=161929
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-0922-26/+0
| | | | Notes: svn path=/head/; revision=161761
* Mark RESTRICTED and require manual fetching (netcomponents may not beSam Lawrance2006-05-071-2/+11
| | | | | | | | | redistributed except as part of a substantially different product). Prompted by: fenner's distfile survey Notes: svn path=/head/; revision=161601
* Update distfile name. Checksum unchanged.Sam Lawrance2006-05-072-4/+3
| | | | | | | Reported by: fenner's distfile survey Notes: svn path=/head/; revision=161593
* . Add a pkg-message file describing the known problems. The SIGBUS on MPGreg Lewis2006-05-032-0/+24
| | | | | | | | | | systems in particular is causing lots of support email. Obtained from: Kurt Miller's release notes. Suggest by: hq Notes: svn path=/head/; revision=161285
* - Update to 4.1.1 [1]Herve Quiroz2006-05-033-14/+13
| | | | | | | | | | | | | - Remove USE_REINPLACE [2] - Unquote USE_PACKAGE [2] - Use 'exec' to launch JVM PR: 96518 [1] Submitted by: maintainer [1] Reported by: portlint [2] Notes: svn path=/head/; revision=161264