summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Teach the packing list that we don't care if we can't removeGreg Lewis2004-09-011-3/+3
| | | | | | | %D/share/doc/java. . Assume (un)registervm is in LOCALBASE _not_ PREFIX. . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Clean up all the .orig files from patching and do it in post-patch ratherGreg Lewis2004-09-011-1/+3
| | | | than do-install. This fixes the packing list.
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* . Fix the plugin build for gcc 3.4.Greg Lewis2004-08-311-0/+22
| | | | Submitted by: Timo Geusch <freebsd@unixconsult.co.uk>
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-08-311-2/+2
|
* . Don't let find(1) descend into directories that may have already beenGreg Lewis2004-08-311-1/+1
| | | | | | | deleted. PR: 71019 Submitted by: Rainer Goellner <rainer@jabbe.de>
* add jcckit 1.0Ying-Chieh Liao2004-08-304-0/+62
| | | | Java Chart Construction Kit
* Fix typo.Jimmy Olgeni2004-08-281-1/+1
|
* Update to 1.0M2.Mark Linimon2004-08-283-781/+781
| | | | | | PR: ports/70053 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Approved by: maintainer
* Update to 1.0M2. While here, parameterize common parts of plist.Mark Linimon2004-08-283-878/+878
| | | | | | PR: ports/70056 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org> Approved by: maintainer
* Update to 1.0M2. While here, parameterize plist.Mark Linimon2004-08-283-61/+62
| | | | | PR: ports/70057 Submitted by: SUGIMURA Takashi <sugimura at jp dot FreeBSD dot org>
* - Update to 0.43Volker Stolz2004-08-278-50/+44
| | | | | | | - Fix packaging PR: ports/70597 Submitted by: Ronald Klop (maintainer)
* Fix typo.Norikatsu Shigemura2004-08-221-1/+1
| | | | Pointy hat to: myself
* Update to 2.5.0.Mark Linimon2004-08-225-10/+110
| | | | | | | By the way, in the future, you can put the Class as 'maintainer-update'. PR: ports/70796 Submitted by: Gerrit Beine <tux at pinguru dot net> (maintainer)
* Add eclipse-cdt 2.0, c/C++ IDE for Eclipse.Norikatsu Shigemura2004-08-215-0/+618
| | | | | | PR: ports/69830 Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Reviewed by: hq
* . The changes to make in -CURRENT to use MAKEFLAGS make us unable toGreg Lewis2004-08-183-3/+6
| | | | | | | | | override the MAKEFLAGS ARCH value in the main HotSpot Makefile. Fix this by passing in a blank MAKEFLAGS up front so there is nothing to (try to) override. Submitted by: truckman Requested by: kris
* Change BROKEN to IGNORE since the package builds but is apparently notKris Kennaway2004-08-171-1/+1
| | | | useful.
* - Update to 1.0b10Herve Quiroz2004-08-163-52/+61
| | | | | | | | | | | | | | | - Use USE_ANT - Set USE_JIKES=no to forbid the use of Jikes to build the port - Use %%JAVAJARDIR%% - Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1] - Use ${ECHO_MSG} rather than ${ECHO} - Add 'textproc' category - Fix LOCALBASE/PREFIX issue with JAVAJARDIR [1] PR: 68511 Submitted by: me Reviewed by: glewis [1] Approved by: znerd (maintainer), glewis (mentor)
* - Update to 3.1Herve Quiroz2004-08-143-35/+25
| | | | | | | | | | | | | | - Use USE_ANT - Use %%JAVAJARDIR%% - Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1] - ECHO_CMD -> ECHO_MSG - Fix homepage in pkg-descr (and arrange the text a little) - Add 'devel' category PR: 70213 Submitted by: me Reviewed by: glewis [1] Approved by: glewis (mentor), znerd (maintainer)
* . Fix the build for gcc 3.4.Greg Lewis2004-08-129-0/+141
| | | | | | PR: 69853 Submitted by: Jake Hamby <jhamby@anobject.com> Approved by: phantom (maintainer)
* - Use bsd.java.mk-2.0 (reminded by hq@)Volker Stolz2004-08-114-10/+8
| | | | | - Use PKGNAMESUFFIX - Twiddle PLIST_FILES/pkg-plist to hopefully ease merging
* . Fix the main build for gcc 3.4. The HotSpot build may need someGreg Lewis2004-08-101-0/+13
| | | | | | | | additional patches. This patch is taken almost verbatim from PR 69853 which was submitted by Jake Hamby <jhamby@anobject.com>. I've applied it to jdk13 rather than jdk14 though.
* . Set CC, CXX and CPP conditionally so that this port will respect themGreg Lewis2004-08-101-2/+16
| | | | | if set in the port build. Note that the HotSpot build will likely require additional changes for it to also respect these variables.
* . Call unregistervm with the VM we registered, not the comment associatedGreg Lewis2004-08-101-1/+1
| | | | with (as comments should be optional).
* Add eclipse-sysdeo-tomcat 3, sysdeo Tomcat Launcher plugin for Eclipse.Norikatsu Shigemura2004-08-075-0/+78
| | | | | PR: ports/69642 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* o Fix PORTNAME.Norikatsu Shigemura2004-08-053-104/+94
| | | | | | | | o Update to 3.0.1. PR: java/69751 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer) Pointed out by: Oliver Lietz <freebsd-java@oliverlietz.de>
* o Fix build with KDE WITH_MOTIF. [1]Norikatsu Shigemura2004-07-286-15/+14
| | | | | | | | | | | | | | | o Fix build on 4-stable. [2] o Fix a problem expect using JDK1.4.2. [3] o Respect CC/CXX. [4] o Bump PORTREVISION Accordingly. Reported by: Jiawei Ye <leafy7382@gmail.com> [2] SUGIMURA Takashi <sugimura@jp.FreeBSD.org> [3] Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> [4] Submitted by: Jeremy Faulkner <gldisater@gldis.ca> [1] [3] Fernan Aguero <fernan@iib.unsam.edu.ar> [2] Reviewed by: Panagiotis Astithas <past@ebs.gr> [1] [3] [4] Pointy hat to: myself [2]
* Use ${MASTER_SITE_GNU}.Archie Cobbs2004-07-281-2/+2
|
* Add build fix for FreeBSD 4.x.Archie Cobbs2004-07-271-0/+14
|
* Add port dependency on GTK stuff and configure classpath to include it.Archie Cobbs2004-07-263-7/+21
|
* Update to 1.1.6.Archie Cobbs2004-07-265-12/+270
|
* Update to version 1.2.2.Archie Cobbs2004-07-262-28/+6
|
* . Update to 1.2 [1]Greg Lewis2004-07-263-8/+6
| | | | | | | | . Don't define local copies of JAVASHAREDIR and JAVAJARDIR. . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it. PR: 69525 [1] Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1]
* . Update to 1.2.1 [1]Greg Lewis2004-07-262-4/+4
| | | | | | | . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it. PR: 69525 [1] Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1]
* Add eclipseme 0.4.5, a Eclipse J2ME plugin.Norikatsu Shigemura2004-07-256-0/+130
| | | | | PR: ports/69427 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Add eclipse-lomboz 3, a J2EE developer tool build as a pluginNorikatsu Shigemura2004-07-255-0/+1895
| | | | | | | | for the eclipse platform. PR: ports/68051 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Reviewed by: Panagiotis Astithas <past@ebs.gr>
* Add eclipse-vep-examples 1.0.0.20040628, Visual Editor ProjectNorikatsu Shigemura2004-07-255-0/+96
| | | | | | for the Eclipse IDE (examples). Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* eclipse-xsd was absorbed by eclipse-emf. So remove it.Norikatsu Shigemura2004-07-255-259/+0
| | | | Reported by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Mark BROKEN.Norikatsu Shigemura2004-07-254-0/+8
|
* Mark BROKEN, and change MAINTAINER to java@.Norikatsu Shigemura2004-07-251-2/+5
| | | | Suggested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Update to 3.0.Norikatsu Shigemura2004-07-256-113/+124
| | | | | Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Approved by: maintainer timeout (1week)
* Update to 2.0.0.Norikatsu Shigemura2004-07-253-414/+911
| | | | | Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Approved by: maintainer timeout (1week)
* Update to 1.0.0.20040628.Norikatsu Shigemura2004-07-253-747/+894
| | | | | Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Approved by: maintainer timeout (1week)
* Mark BROKEN.Norikatsu Shigemura2004-07-251-0/+2
| | | | Suggested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Update to 3.0.Norikatsu Shigemura2004-07-253-232/+321
| | | | Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Update to 3.0.Norikatsu Shigemura2004-07-2542-3176/+5428
| | | | | | | | Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> Jeremy Faulkner <gldisater@gldis.ca> Torben Jager <Torben.Jaeger@t-online.de> Georg-W. Koltermann <gwk@rahn-koltermann.de> Reviewed by: java
* . Add a port of jomp:Greg Lewis2004-07-204-0/+41
| | | | | | | JOMP is a prototype OpenMP implementation for Java. PR: 69057 Submitted by: brueffer
* - Install missing fileVolker Stolz2004-07-161-15/+16
| | | | | | | - Port cosmetics PR: ports/69151 Submitted by: Herve Quiroz (maintainer)
* Update to version 1.2.1Archie Cobbs2004-07-133-9/+329
|