summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix various problems with time zone handling including:Greg Lewis2005-04-181-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> Notes: svn path=/head/; revision=133601
* . Try to clarify that the BUGS section is talking about the Java VMGreg Lewis2005-04-181-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 Notes: svn path=/head/; revision=133600
* . Update to 1.4.2_08.Greg Lewis2005-04-142-4/+4
| | | | Notes: svn path=/head/; revision=133344
* Upgrade to version 1.4.2.Archie Cobbs2005-04-143-15/+3
| | | | Notes: svn path=/head/; revision=133331
* . A big mdoc fixup kindly provided by the mdoc police. Any problems shouldGreg Lewis2005-04-124-33/+72
| | | | | | | | | | be attributed to my merging of the mdoc fixes with some content changes I had made. Submitted by: simon Notes: svn path=/head/; revision=133176
* . Yet more clarification of how the selection of the Java VM can beGreg Lewis2005-04-121-1/+4
| | | | | | | different depending on whether bsd.java.mk exists on the system. Notes: svn path=/head/; revision=133159
* . Fix some sentence breaks.Greg Lewis2005-04-122-6/+29
| | | | | | | | | . Add some more details on how javavmwrapper selects the VM. [2] Suggested by: hq [2] Notes: svn path=/head/; revision=133155
* . Document that the environment variables can also be a space delimitedGreg Lewis2005-04-121-9/+13
| | | | | | | | | list of values, not just a single value. Pointed out by: hq Notes: svn path=/head/; revision=133152
* . Install manual pages for javavmwrapper.Greg Lewis2005-04-115-1/+318
| | | | | | | | | . Bump PORTREVISION. PR: 27075 Notes: svn path=/head/; revision=133092
* . Ignore errors from the call to registervm, otherwise one sees a wholeGreg Lewis2005-04-111-2/+2
| | | | | | | slew of spurious errors when upgrading the port. Notes: svn path=/head/; revision=133091
* . Separate standard variables from variables local to this Makefile.Greg Lewis2005-04-111-1/+2
| | | | Notes: svn path=/head/; revision=133085
* BROKEN: Size mismatchKris Kennaway2005-04-101-0/+2
| | | | Notes: svn path=/head/; revision=132969
* . When linprocfs is not mounted the Linux JDK will output a warning message,Greg Lewis2005-04-082-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) Notes: svn path=/head/; revision=132777
* . Bump PORTREVISION, forgotten when doing the fixes prior to the portsGreg Lewis2005-04-082-6/+8
| | | | | | | | | | freeze. . Fix a typo and improve some grammar in some user output. Approved by: phantom (maintainer) Notes: svn path=/head/; revision=132768
* . Fix the build on FreeBSD 4.x by using <inttypes.h> rather than <stdint.h>Greg Lewis2005-04-076-0/+92
| | | | | | | | | (which FreeBSD 4.x lacks). Approved by: phantom (maintainer) Notes: svn path=/head/; revision=132721
* - Update to 2.05 [1]Herve Quiroz2005-04-055-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] Notes: svn path=/head/; revision=132599
* - Update to 1.1 (thus unbreaking the port) [1]Herve Quiroz2005-04-052-7/+4
| | | | | | | | | | | - Add 'graphics' category [2] PR: 79555 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1] Reported by: portlint [2] Notes: svn path=/head/; revision=132555
* - Update to bsd.java.mk 2.0Herve Quiroz2005-04-052-1040/+450
| | | | | | | | | | - Use ${JAVAJARDIR} and %%JAVAJARDIR%% - Use %%EXAMPLESDIR%% - Use PORTDOCS (and honor NOPORTDOCS) - Add $FreeBSD$ tag in pkg-plist Notes: svn path=/head/; revision=132512
* . Update to 1.5.0_02.Greg Lewis2005-04-044-6/+6
| | | | Notes: svn path=/head/; revision=132497
* . Build from source.Greg Lewis2005-04-041-6/+11
| | | | | | | . Ensure the documentation is installed with the correct permissions. Notes: svn path=/head/; revision=132496
* Reset inactive maintainer. Thanks for your work in the past!Kris Kennaway2005-04-031-1/+1
| | | | Notes: svn path=/head/; revision=132381
* Bump PORTREVISION for previous commit which fixed a bug.Archie Cobbs2005-04-021-0/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=132150
* Add patch to fix a bug.Archie Cobbs2005-04-011-0/+11
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=132138
* . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS forGreg Lewis2005-03-302-0/+8
| | | | | | | | | | files that are generated by the post-install script (which runs after the dynamic packing list has been generated). Approved by: portmgr (krion), phantom (maintainer) Notes: svn path=/head/; revision=132124
* . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS forGreg Lewis2005-03-301-0/+4
| | | | | | | | | | files that are generated by the post-install script (which runs after the dynamic packing list has been generated). Approved by: portmgr (krion), phantom (maintainer) Notes: svn path=/head/; revision=132123
* . Unbreak by updating to 1.2.2.Greg Lewis2005-03-302-8/+7
| | | | | | | Approved by: portmgr (krion) Notes: svn path=/head/; revision=132122
* Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing.Archie Cobbs2005-03-291-1/+1
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=132112
* Fix previous commit: use ${ECHO} instead of echo.Archie Cobbs2005-03-281-1/+1
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=132103
* Unbreak by removing directory at uninstall time.Archie Cobbs2005-03-281-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=132102
* BROKEN: Incomplete pkg-plistKris Kennaway2005-03-271-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132079
* BROKEN: Incorrect pkg-plistKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131996
* Switch over NOT_FOR_ARCHS to ONLY_FOR_ARCHS=i386 since the configureKris Kennaway2005-03-261-1/+1
| | | | | | | | | script does not seem to allow anything else. Approved by: portmgr (self) Notes: svn path=/head/; revision=131990
* BROKEN: Incorrect pkg-plistKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131989
* BROKEN: UnfetchableKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131978
* BROKEN: UnfetchableKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131969
* BROKEN: Size mismatchKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=131958
* BROKEN: Size mismatchKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=131957
* Upgrade from 1.7.0 to 1.7.1. The former is no longer available on theMikhail Teterin2005-03-252-3/+3
| | | | | | | | | vendor's site. Approved by: portmgr (kris) Notes: svn path=/head/; revision=131932
* . Fix a typo that results in an undefined reference (sizof -> sizeof).Greg Lewis2005-03-212-0/+26
| | | | | | | | PR: 77725 Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net> Notes: svn path=/head/; revision=131814
* . Fix a performance issue by using the correct INTERRUPTIBLE_NORESTARTGreg Lewis2005-03-212-0/+18
| | | | | | | | | | macro. This will be in patchset 2. PR: 77162 Submitted by: phantom Notes: svn path=/head/; revision=131813
* Update to version 1.4.0.Archie Cobbs2005-03-212-3/+3
| | | | Notes: svn path=/head/; revision=131806
* Update to version 0.14.Archie Cobbs2005-03-213-6/+5
| | | | Notes: svn path=/head/; revision=131805
* - Install Sun Code Conventions sample file [1]Herve Quiroz2005-03-201-1/+5
| | | | | | | | | | | - Disable jikes PR: 78229 [1] Submitted by: Daniel Grund <daniel@dgrund.de> [1] Approved by: maintainer timeout Notes: svn path=/head/; revision=131723
* Remove hardcoded WRKDIR.Kirill Ponomarev2005-03-191-1/+0
| | | | | | | Proposed by: des Notes: svn path=/head/; revision=131650
* Unbreak: fix dependency and add a master site.Alex Dupre2005-03-161-4/+2
| | | | Notes: svn path=/head/; revision=131404
* v4all visual editor toolkit for eclipse.Wes Peters2005-03-145-0/+55
| | | | | | | Supports graphic editing of user interfaces for Swing and SWT. Notes: svn path=/head/; revision=131160
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-1224-19/+24
| | | | Notes: svn path=/head/; revision=130974
* Change maintainer's e-mail.Roman Bogorodskiy2005-03-101-1/+1
| | | | | | | | | PR: 78669 Submitted by: maintainer Approved by: krion (mentor) Notes: svn path=/head/; revision=130824
* Respect the user's USE_LINUX setting.Trevor Johnson2005-03-0111-11/+0
| | | | Notes: svn path=/head/; revision=130124
* - Update to 1.1 (which means we need to bump PORTEPOCH because we must haveVolker Stolz2005-03-013-58/+140
| | | | | | | | | | | | | been sleeping when we imported 1.06). Since 'jasmin' now uses 'ant', Java 1.2+ is required, although you still might get away with 1.1 if you build it by hand. - Add secondary category 'lang' PR: ports/78068 Approved by: maintainer, hq Notes: svn path=/head/; revision=130121