aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Fix the build on amd64 (although some native libraries are missing).glewis2006-02-033-5/+16
| | | | | | | | . Fix a crash when trying to execute a programme via the "Run" or "Debug" menu items. PR: 91825 Submitted by: Panagiotis Astithas <past@ebs.gr>
* . Enable parallel compilation during the build of HotSpot. Note that weglewis2006-02-034-2/+12
| | | | | | | | | | | | | can't use -j in general since the build of the other bits is almost certainly not -j safe. If set, this will speed up the build for those with an SMP box. [1] . Install the cacerts file from Sun's JDK 1.5.0_06 release rather than using the almost empty one that comes with the SCSL source. [2] . Bump PORTREVISION for the second change. PR: 87552 [1] Submitted by: leafy <leafy@leafy.idv.tw> [1] Prompted by: Panagiotis Astithas <past@ebs.gr> [2]
* - Update to 0.49barner2006-02-026-35/+11
| | | | | | | | | | | | - From ChangeLog: * A deadlock fixed. * Better system thread handling. * Tables are now sortable in both ascending and descending order * Preferences are saved and restored. * Better handling of MS Windows builds. Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: ports/92507
* Fix DOWNLOAD_URL.olgeni2006-02-015-5/+5
| | | | | PR: ports/92534 Submitted by: Edwin Groothuis <edwin(at)mavetju.org>
* Add missing "info" directory to dirrm list from last version update.anholt2006-01-311-0/+1
| | | | Reported by: kris
* Fix download URLedwin2006-01-311-2/+2
| | | | | PR: ports/92535 Submitted by: Panagiotis Astithas <past@ebs.gr>
* SHA256ify (and sometimes SIZEify)edwin2006-01-3016-1/+24
| | | | Approved by: krion@
* . Install a desktop icon for the java/jdk15 Control Panel. [1]glewis2006-01-304-6/+70
| | | | | | | . Bump PORTREVISION for this and (mostly) the previous change. PR: 86804 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Update to 1.1.0.1.linimon2006-01-293-8/+9
| | | | | | | | Note to submitter: I've changed the last few dirrms to dirrmtrys so that you won't try to blow away my Eclipse plugins :-) PR: ports/92317 Submitted by: Jean Milanez Melo <jmelo at freebsdbrasil dot com dot br>
* . Link with the system libz instead of building the our own internalglewis2006-01-2916-176/+282
| | | | | | | | | | | | copy. This should have the following effects: . Fix problems experienced by programmes that dynamically create their own copy of the JVM and are linked against the system's zlib (e.g., eclipse). . Reduce the potential for zlib based security problems affecting the JDK. Submitted by: mi@
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
* - Make it fetchable againgarga2006-01-261-1/+1
| | | | | PR: ports/92366 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Fix WWWhq2006-01-261-1/+1
| | | | | PR: 92363 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Revert last commit. It is not possible (yet) to have the dirrmtry usagelinimon2006-01-231-1/+1
| | | | | | | | | | in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin`
* This port broke INDEX building, when WITH_MOTIF is defined, fix expressionache2006-01-221-1/+1
| | | | Approved by: Panagiotis Astithas <past@ebs.gr> from freebsd-eclipse
* SHA256ifyedwin2006-01-2265-0/+76
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2224-56/+56
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Fix plist issues after last commit yet again.anholt2006-01-211-1/+1
|
* Fix build by updating to 1.1.7-rc1, which should be better than the previousanholt2006-01-214-39/+34
| | | | | release, as usual (and even the previous version was from an "unstable" branch anyway). The release is expected to come out very soon, anyway.
* . Update to 1.13.1. Unbreak.glewis2006-01-213-6/+5
|
* . Update to 3.0.1.glewis2006-01-213-11/+18
| | | | | PR: 91576 Submitted by: Andreas Kohn <andreas@syndrom23.de>
* . Update to patchset 8.glewis2006-01-217-196/+17
|
* . Add SHA256.glewis2006-01-201-0/+1
|
* . Make sure the mozilla library is built unless WITHOUT_MOZILLA isglewis2006-01-201-2/+2
| | | | | | | | explicitly specified. Fixes a problem with the internal browser widget not being available. PR: 91305 Submitted by: Panagiotis Astithas <past@ebs.gr>
* BROKEN: Does not buildkris2006-01-141-0/+2
|
* BROKEN: Size mismatchkris2006-01-141-0/+2
|
* . Update to 1.5.0_06.glewis2006-01-146-20/+16
| | | | Submitted by: josef@ via hq@ (packing list fixes added by me)
* . Always fix up the pthread library references, even if we're notglewis2006-01-141-4/+0
| | | | | | | | | building either native threads or HotSpot. This is due to libcmm always wanting to link against a pthread library, which was causing problems on 7-CURRENT since it was erroneously hardwired to -lc_r. This should really fix the problem. Pointed out by: pointyhat via kris
* - Update to 4.0.1tdb2006-01-112-7/+10
| | | | | PR: 91142 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - fix build in JAILSdinoex2006-01-071-0/+2
| | | | | | | | | | | | | failed to build the jdk14 port in a jail under FreeBSD 5.4 FreeBSD 4.11 works. The problem is that mount don't list the linprocfs, and this make the selfcheck fail. maintainer emailed: So 6 Nov 2005 11:21:20 CET Approved by: (maintainer timeout)
* Update to 1.1b5hq2006-01-052-3/+4
|
* [patch] update java/eclipse-cdt to version 3.0.1edwin2006-01-0314-12/+960
| | | | | | | | | | | | | This patch updates java/eclipse-cdt to the latest version 3.0.1. It also installs the native shared libraries that were previously missing. In order to do this the distfile of the cdt-sdk had to be used instead. A static pkg-plist is also used to help people searching through the ports files. PR: ports/89893 Submitted by: Panagiotis Astithas <past@ebs.gr> Approved by: maintainer timeout
* Update port: java/jboss4 to 4.0.3 SP1edwin2005-12-304-10/+14
| | | | | | | | | | Update java/jboss4 to 4.0.3 SP1, which includes the usual bugfixes and minor tweaks. I tweaked the Makefile so that it can handle the SP1 version properly and while keeping the Makefile valid and passes portlint. PR: ports/91066 Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
* Add SHA256 checksumbrueffer2005-12-231-0/+1
| | | | Approved by: markus
* . Add SHA256.glewis2005-12-181-0/+1
|
* . USE_ICONV is required whether we're building the web parts or not.glewis2005-12-182-2/+4
| | | | | PR: 89512 Submitted by: girgen
* Remove port that depends on the expired cedet-emacs20.lawrance2005-12-152-13/+0
| | | | Reported by: kris' index builder
* . Tell the user all the files they will need up front, instead of tellingglewis2005-12-153-99/+93
| | | | | | | | lies about what they have and prompting them one file at a time. This is a slight rewording of the submitted patch. PR: 84644 Submitted by: fenner
* - Update to 3.1.0tdb2005-12-144-41/+14
| | | | | | PR: 88644 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer) Approved by: clement (mentor)
* Suspend maintaineredwin2005-12-121-1/+1
| | | | <plexus@snafu.de>: host mail.snafu.de[84.23.254.19] said: 550 Account Suspended
* . Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix,glewis2005-12-121-1/+4
| | | | | | | and will stay in the port, but it masks an underlying problem that still remains. Reported by: pointyhat (via kris)
* - Add official mastersitebarner2005-12-112-2/+3
| | | | | | | - Update WWW Submitted by: Andreas Kohn <andreas@syndrom23.de> PR: ports/90234
* - Update to 2.2.4tdb2005-12-054-93/+22
| | | | | | | | | | - Use sourceforge mastersite - Added dependency on eclipse-gef - Automatically generate pkg-plist PR: 88649 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer) Approved by: clement (mentor)
* . Add $FreeBSD$.glewis2005-12-034-0/+8
|
* . "Privatise" the symbols in libzip.so to avoid conflicting with thoseglewis2005-12-034-2/+172
| | | | | | | | | | | | | | in the systems libz.so. This conflict broke applications such as Eclipse which is linked with libz.so (via gtk+ I believe). This is a slightly modified version of the submitter's patch. A better solution may be to link with the system's libz.so and remove the JDK's internal zlib code altogether, but I'd like to test that a little more first. Until then this solves the problem. . Bump PORTREVISION since Eclipse seems to be quite widely used. Submitted by: "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
* . The patch to use getaddrinfo() #ifdef'ed out too much code. Change thatglewis2005-12-032-0/+50
| | | | | | to isReachable() is still available (fixes some JCK tests). Submitted by: Christos Zoulas
* . Chase an updated distfile. [1]glewis2005-12-032-3/+5
| | | | | | | | Although this is only documentation, the changes (fixing of URLs, etc.) were enough for me to bump PORTREVISION. . Add SHA256. Submitted by: Adam Stroud <adam.stroud@gmail.com>
* Add missing files to pkglist.archie2005-11-291-0/+4
|
* - Update to 0.6.0hq2005-11-293-37/+46
| | | | | | | | | | | | | | | | | " The new version delivers a cumulative update of new developments, bug fixes, and improvements, including an upgrade to JDK 1.4. " - Set JAVA_VERSION=1.4+ - Add 'math' category [1] - Use USE_ANT - Fix COMMENT: some words seemed to be missing, turning the comment to a nonsense sentence - ECHO_CMD -> ECHO_MSG - Cleanup: remove "ex:ts=8" and uneeded targets - Use ${FIND} | ${INSTALL_DATA} to install documentation files - Take maintainership Reported by: portlint [1]
* Fix problem with -encoding flag.archie2005-11-282-0/+18
| | | | PR: ports/89536
* Upgrade to version 1.4.7.archie2005-11-282-3/+3
|
* Upgrade to 0.19; disable evolving graphical stuff for now.archie2005-11-283-19/+6
|
* . Make pkg-install install a symbolic link for the browser plugin if aglewis2005-11-253-12/+84
| | | | | | | | | valid one doesn't currently exist. . Add a pkg-deinstall which removes the symbolic link if this port owns it. . Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather than manually using ${SED} ourselves. Approved by: maintainer timeout
* - Add SHA256pav2005-11-2525-0/+26
|
* . Add $FreeBSD$.glewis2005-11-242-0/+2
|
* . Add SHA256.glewis2005-11-243-0/+9
|
* . Make pkg-install install a symbolic link for the browser plugin if aglewis2005-11-236-4/+144
| | | | | | | | | valid one doesn't currently exist. . Add a pkg-deinstall which removes the symbolic link if this port owns it. . Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather than manually using ${SED} ourselves. Approved by: maintainer timeout
* - Fix plist by correctly installing and registering the port's man page [1]barner2005-11-233-4/+10
| | | | | | | | - Add SHA256 Reported by: pointyhat via kris [1] PR: ports/89402 [1] Submitted by: "Ronald Klop" <ronald@cs.vu.nl> (maintainer) [1]
* . Add SHA256.glewis2005-11-225-0/+6
|
* . Add SHA256.glewis2005-11-221-0/+2
| | | | . SIZEify.
* BROKEN: Unfetchablekris2005-11-211-0/+2
|
* - Update to 0.9.9.1hq2005-11-172-3/+4
| | | | | | | - Add SHA256 PR: 89151 Submitted by: maintainer
* . Add SHA256.glewis2005-11-163-0/+5
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-155-7/+5
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 0.48vs2005-11-142-6/+4
| | | | | | | - USE_BISON PR: ports/88550 Submitted by: maintainer
* Assign a new maintainerhq2005-11-141-1/+1
|
* - Update to 1.2.3hq2005-11-143-45/+148
| | | | | | | | - Add SHA256 checksum - Bump PORTEPOCH PR: 88909 Submitted by: Alex Vasylenko <lxv@omut.org>
* Unbreak build with cairo 1.0.bland2005-11-063-5/+2463
| | | | Patch by: Andreas Kohn <andreas@syndrom23.de>
* Chase cairo shared library update, bump the PORTREVISION.mezz2005-11-061-2/+2
|
* Remove expired portskris2005-11-0517-4372/+0
|
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-059-5/+9
|
* Update to 3.0-rc4 release.ale2005-11-032-5/+7
|
* Commons Codec provides implementations of common encoders and decodersale2005-11-035-0/+76
| | | | | | such as Base64, Hex, various phonetic encodings, and URLs. WWW: http://jakarta.apache.org/commons/codec/
* . Avoid an infinite loop by ignoring JAVA_HOME if its set to the locationglewis2005-11-032-8/+11
| | | | | | | | of the wrapper script. I'm using a different patch than Herve submitted, but the idea is the same. . Bump PORTREVISION. Submitted by: hq
* . Update to 1.4.2_10.glewis2005-11-023-4/+6
|
* Update to 3.2.1hq2005-11-012-7/+7
| | | | | PR: 88273 Submitted by: maintainer
* Add %%JAVA_OS%% and %%JAVA_VERSION%% to the list of substitutionshq2005-10-301-0/+2
| | | | | PR: 86860 Submitted by: Loren James Rittle <rittle@latour.waar.labs.mot.com>
* Fix pkg-plist from last upgrade.anholt2005-10-241-0/+4
| | | | Reported by: pointyhat via kris
* New style bsd.java.mk.nork2005-10-231-1/+2
| | | | Pointed out by: hq
* . Update to 3.0.0.glewis2005-10-223-135/+286
| | | | | | | . Try to make the packing list more future proof. PR: 87672 Submitted by: Andreas Kohn <andreas@syndrom23.de>
* . Minor clean up (removed an unused variable, white space).glewis2005-10-221-5/+3
|
* . Update to 1.13.0.glewis2005-10-223-8/+8
| | | | | | | . Minor fixes for the packing list. PR: 87700 Submitted by: Andreas Kohn <andreas@syndrom23.de>
* . Update the required Java version.glewis2005-10-202-23/+26
| | | | | . File off the version from the installed jars to make it possible to keep the same CLASSPATH between releases.
* . Update to 4.0.3.glewis2005-10-204-6/+6
| | | | | PR: 87647 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* . Update to 1.30.glewis2005-10-193-25/+28
| | | | | . Add another MASTER_SITE. . Packing list is a little better, but it still needs some work.
* Fix javavmwrapper support added in last commit: the launcher now enforceshq2005-10-181-1/+1
| | | | | | | | JAVA_VERSION and JAVA_OS values so that no wrong JDK can be picked up by javavm(1). PR: 86860 Discussed with: Panagiotis Astithas <past@ebs.gr>
* Update to 1.1.6. Tested on i386 and amd64 -- only one regression test failure,anholt2005-10-164-20/+26
| | | | and on amd64!
* Update to 3.1RC2.nork2005-10-153-1854/+21
| | | | | | | | o Fix install dependency problems. PR: ports/87469 Submitted by: Mark Hobden <mark@mclgm.net> Approved by: maintainer no response
* Add eclipse-webtools 0.7, webtools for eclipse.nork2005-10-154-0/+53
| | | | | | | | | The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing J2EE Web applications. WWW: http://www.eclipse.org/webtools/ PR: ports/87467 Submitted by: Mark Hobden <mark@mclgm.net>
* Update to 1.1.1.nork2005-10-153-375/+14
| | | | | PR: ports/87450 Submitted by: Mark Hobden <mark@mclgm.net>
* . Update to 1.3.3 (missed in the last commit somehow).glewis2005-10-141-2/+2
| | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* . Update to 1.3.3.glewis2005-10-141-6/+6
| | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* . Bump PORTREVISION for the last two fixes.glewis2005-10-132-0/+2
| | | | Approved by: phantom (maintainer)
* . Switch to using XToolkit by default. According toglewis2005-10-134-0/+68
| | | | | | | | | | | | | | | | | http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html it has some advantages over XToolkit. Its also the default on Linux and Solaris will be switching to it. Some people have reported that it fixes a crash in the browser plugin for them. Please let me know straight away if this causes problems, particularly with Swing, as it hasn't been extensively tested. The web page mentioned above explains how to switch the toolkits dynamically so you can compare them. Submitted by: Huang wen hui <hwh@gddsn.org.cn> (the awt_LoadLibrary.c patch) Approved by: phantom (maintainer)
* . Fix javaws.glewis2005-10-136-0/+108
| | | | Approved by: phantom (maintainer)
* . Fix javaws.glewis2005-10-132-1/+16
| | | | | | | . Bump PORTREVISION. PR: 81176 Submitted by: "Thomas M. Hermann" <__tmh@yahoo.com>
* . No need for ${MKDIR} ${JAVAJARDIR}, its been automatically createdglewis2005-10-116-6/+0
| | | | | | by mtree for more than 3 years now. Pointed out by: hq
* Update maintainer's email address.linimon2005-10-103-3/+3
|
* Reset bouncing maintainer addresses.linimon2005-10-102-2/+2
| | | | | Hat: portmgr Source: Edwin's updated distfile tracker
* Pacify distfile survey.linimon2005-10-101-1/+1
|
* Update to 3.1.1.nork2005-10-104-2436/+491
| | | | | | | | | o The language pack contains translations for German, Spanish, French, Italian, Japanese, Korean, Portuguese (Brazil), Traditional Chinese, Simplified Chinese, Czech, Hungarian, Polish and Russian and Arabic Desired by: Kazumasa Gotoh <kgotoh@cic-kk.co.jp>
* Update to 1.12.3.nork2005-10-092-3/+3
| | | | Pointed out by: ports version check via edwin
* Update to 3.1.1.nork2005-10-098-144/+71
| | | | | PR: ports/86860, ports/86900 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Update to 1.1.0.1 and unBROKEN(fix incomplete pkg-plist).nork2005-10-093-902/+15
| | | | | | PR: ports/86832 Submitted by: Mark Hobden <mark@mclgm.net> Committed at: CBUG Meeting XCAST6 Festival feature with cjh@
* Update to 3.1.1.nork2005-10-093-81/+11
| | | | | | PR: ports/86830 Submitted by: Mark Hobden <mark@mclgm.net> Committed at: CBUG Meeting XCAST6 Festival feature with cjh@
* Update to 2.1.1.nork2005-10-093-906/+9
| | | | | | PR: ports/86828 Submitted by: Mark Hobden <mark@mclgm.net> Committed at: CBUG Meeting XCAST Festival feature with cjh@
* Update master site.archie2005-10-081-1/+2
|
* Update to 3.2.0hq2005-10-082-7/+15
| | | | | PR: 87042 Submitted by: maintainer
* Turn this one over to the mailing list. Note: this port has already passedlinimon2005-10-011-1/+1
| | | | | | | its putative expiration period, so if anyone on the list wants to save it, they should get a PR in before the ports thaw is lifted. Approved by: former maintainer
* . Update to 2.2.glewis2005-09-305-758/+899
| | | | | | PR: 86640 Submitted by: Constantino Michailidis <dinom@balstonresearch.com> Approved by: Panagiotis Astithas <past@ebs.gr> (maintainer)
* . Update to 1.4.2_09.glewis2005-09-293-5/+5
|
* o Fix build error with WITH_MOZILA != mozilla.nork2005-09-281-6/+9
| | | | | | | | o Make an Eclipse menu entry visible. (add dependency) o Bump PORTREVISION, accodingly. PR: ports/86649 Submitted by: Panagiotis Astithas <past@ebs.gr>
* . Include header files from the JDK that was just built, not from theglewis2005-09-272-0/+34
| | | | | bootstrap JDK. This fixes using the Linux JDK to bootstrap when you are compiling javaws.
* Mark BROKEN and set an EXPIRATION_DATE.arved2005-09-271-0/+4
| | | | | PR: 86544 Submitted by: Manfred Riem <mriem@manorrock.org>
* Mark as BROKEN (unfetchable) and set an EXPIRATION_DATEarved2005-09-271-0/+4
| | | | | PR: 86546 Submitted by: Manfred Riem <mriem@manorrock.org>
* . Fix RUN_DEPENDS (JAVAJARDIR -> JAVALIBDIR).glewis2005-09-272-86/+36
| | | | | | | | | | . Respect NOPORTDOCS. . Split "docs" into examples and docs as appropriate and install them in the relevant directories. . Use PORTDOCS. . Use appropriate macros in the packing list (%%JAVAJARDIR%% and %%EXAMPLESDIR%%) and adjust it appropriately for the previous two changes. . Bump PORTREVISION.
* . Quieten portlint:glewis2005-09-271-6/+5
| | | | | | | . Add 'devel' as a secondary category. . Unquote IGNORE. . Remove unnecessary EXTRACT_SUFX setting. . Use bsd.java.mk 2.0.
* . Update the download URL.glewis2005-09-271-1/+1
| | | | | PR: 86547 Submitted by: Manfred Riem <mriem@manorrock.org>
* The upstream maintainer has included versioned tarballs on their own websitearved2005-09-271-2/+1
| | | | | PR: 86593 Submitted by: Doug Kelly (dougk) <root@dougk-ff7.net>
* - upgrade to 2.3.5petef2005-09-263-98/+119
| | | | | | | | | | - give maintainership to submitter - mirror distfile on local site until upstream maintainer has versioned downloads available - depend on cedet & elib instead of semantic - use %%DOCSDIR%% in pkg-plist Submitted by: Doug Kelly <dougk@dougk-ff7.net>
* Fix build error by wrong gtk libraries.nork2005-09-252-0/+61
| | | | | PR: ports/86538 Submitted by: Mark Hobden <markhobden@gmail.com>
* . Update to 1.5.0_05.glewis2005-09-246-20/+38
| | | | | | | . Unpack deploy.jar [1] PR: 86436 [1] Submitted by: Frank Ruell <stoerte@dreamwarrior.net> [1]
* Update to 0.9.9hq2005-09-222-3/+3
| | | | | PR: 86458 Submitted by: maintainer
* . Update to patchset 2:glewis2005-09-2138-1488/+182
| | | | | | | | | | | | | | | | | | . Many patches are now unnecessary as they are included in the new patchset. . The browser plugin and Java Web Start is enabled on i386 (there are 64 bit issues with both the plugin and Mozilla/Firefox which prevent enabling it on amd64). . Update the amount of disk space needed. . Update the status of the port. . Disable building the shared class data archive. This broke the build on amd64 and appears to also be problematic on some i386 versions (4.11 is broken at least). It will reappear in future, probably initially on a limited set of FreeBSD versions and architectures (6.0/i386 is reported to work). Reviewed by: freebsd-java@ Approved by: maintainer timeout (1 week)
* . Update to 2.0b4.glewis2005-09-213-4/+5
|
* . Update the URL where the documentation can be downloaded.glewis2005-09-201-2/+1
| | | | | PR: 86339 Submitted by: Frank Ruell <stoerte@dreamwarrior.net>
* . Update to 1.29.glewis2005-09-154-768/+53
| | | | | . Unbreak and undeprecate. . Temporarily take maintainership.
* . Fix packing list (add @dirrm forgotten in my last commit).glewis2005-09-151-0/+1
|
* . Update to 20050328.glewis2005-09-154-26/+15
| | | | | | . Remove RESTRICTED, the licence is BSD-like and the web site now claims it is fine for production use. . Update pkg-descr and include the web site.
* Mark for deprecation. The distfile that is currently in the port is overlinimon2005-09-151-0/+2
| | | | a year old and no longer archived. This port is up for adoption.
* . Fix a typo in the COMMENT.glewis2005-09-151-1/+1
|
* Fix build error WITH_MOTIF.nork2005-09-142-2/+18
| | | | | | | Add a desktop meny entry under GNOME. PR: ports/86086 Submitted by: Panagiotis Astithas <past@ebs.gr>
* . Placate portlint and help tools such as 'make index' which expect theglewis2005-09-121-1/+1
| | | | URL in pkg-descr to start with 'WWW: '
* . Update to 3.0.0.glewis2005-09-123-625/+8
| | | | | PR: 85300 Submitted by: Panagiotis Astithas <past@ebs.gr>
* . Fix compilation after the recent nspr split from mozilla/firefox.glewis2005-09-093-63/+2
| | | | | | | | | | Although I can't reproduce this problem, it doesn't break anything for me and other users have independently verified it fixes the build for them. . Remove an unnecessary patch. PR: 85590 Submitted by: Panagiotis Astithas <past@ebs.gr>
* . Force the Client VM when dumping the shared archive since you can'tglewis2005-09-062-2/+2
| | | | dump the archive with the Server VM.
* . Tell the user all the files they will need up front, instead of tellingglewis2005-09-051-23/+28
| | | | | | | | | porky pies about what they have and prompting them one file at a time. This is a rewording and reworking (for jdk12) of the patch in the attributed PR by fenner@ (which is for jdk14). . Update the (commented out) MASTER_SITES while I'm here. PR: 84644
* . Generate the class data shared archive during post-install to speedglewis2005-09-044-22/+36
| | | | | | | | | up VM load times. See http://java.sun.com/j2se/1.5.0/docs/guide/vm/class-data-sharing.html Suggested by: "Ronald Klop" <ronald-freebsd8@klop.yi.org> Approved by: phantom (maintainer)
* . Use ${PTHREAD_LIBS} when compiling the testos programme rather thanglewis2005-09-041-7/+1
| | | | | | inventing our own version. Approved by: phantom (maintainer)
* . Tell the user all the files they will need up front, instead of tellingglewis2005-09-031-24/+29
| | | | | | | | | porky pies about what they have and prompting them one file at a time. This is a rewording and reworking (for jdk13) of the patch in the attributed PR by fenner@ (which is for jdk14). . Update the (commented out) MASTER_SITES while I'm here. PR: 84644
* . Respect NOPORTDOCS.glewis2005-09-032-3/+5
|
* BROKEN: Unfetchablekris2005-08-311-0/+2
|
* - Update to 11.a [1]hq2005-08-303-39/+19
| | | | | | | | | | | - Add 'devel' category [1] - Update to bsd.java.mk 2.0 - Takeover maintainership [2] - Use %%JAVAJARDIR%% and PLIST_FILES PR: 85041 [1] [2] Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (new maintainer) Approved by: former maintainer
* - fix build on 4.x: include missing headervs2005-08-293-15/+14
| | | | - USE_LIBTOOL, drop ltmain-patch
* Change MAINTAINER from java@ to freebsd-eclipse@.nork2005-08-2814-14/+14
| | | | Noticed by: Vizion <vizion@vizion.occoxmail.com>
* Fix the internal browser issue.nork2005-08-282-3/+3
| | | | | PR: ports/84672 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Update to 1.12.2.nork2005-08-282-6/+4
|
* Reset bouncing maintainer.krion2005-08-261-1/+1
| | | | Approved by: portmgr (self)
* . NUL terminate a string. Fixes a segmentation fault that shows upglewis2005-08-202-0/+14
| | | | | | | in the jdk13 port build. Brought to you by MALLOC_OPTIONS "A" and "J". . Bump PORTREVISION. Approved by: portmgr (kris)
* Refetchable.nork2005-08-181-0/+2
| | | | | Pointed out by: pointyhat via krion Approved by: portmgr (krion)
* . Update to 0.8.0 (unbreaks the build on 5.x and 6.x).glewis2005-08-126-10/+11
| | | | | | | . Use %%DOCSDIR%% in the packing list. . Fix a couple of typos. Approved by: portmgr (krion)
* Update distinfo to fix build (forgotten in previous commit).archie2005-08-041-2/+2
| | | | Approved by: portmgr
* Add two more hunks to patch-koi8u. Should make the koi8-u fonts support bettermi2005-08-042-0/+34
| | | | | | | somehow. Approved by: maintainer (phantom) Approved by: portmgr (krion)
* Add the two forgotten files neccessary for proper KOI8-U support... Uh-oh.mi2005-08-024-0/+750
|
* Add eclipse-viPlugin 1.12.1, an Eclipse plugin that addsnork2005-08-015-0/+63
| | | | vi functionality to an existing editor like JDT or CDT.
* 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
|