aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Add CONFIGURE_ARGS to fix build problem.Archie Cobbs2004-11-301-0/+1
| | | | Notes: svn path=/head/; revision=122816
* Update to version 0.12.Archie Cobbs2004-11-293-19/+4
| | | | Notes: svn path=/head/; revision=122773
* Upgrade to version 1.2.3.Archie Cobbs2004-11-295-1016/+1463
| | | | Notes: svn path=/head/; revision=122753
* Switch to auto-generated plist.Clive Lin2004-11-292-842/+14
| | | | | | | | PR: ports/74464 Submitted by: Gerrit Beine tux at pinguru.net Notes: svn path=/head/; revision=122734
* Project is now under the Apache 2.0 license, which is included in theHerve Quiroz2004-11-291-5/+3
| | | | | | | distribution. Notes: svn path=/head/; revision=122732
* Add missing patch files from last commitHerve Quiroz2004-11-292-0/+26
| | | | Notes: svn path=/head/; revision=122731
* - Update to 1.7.0Herve Quiroz2004-11-295-188/+51
| | | | | | | | | | | | | | | | - Dynamic plist - Use USE_ANT - remove files/LICENSE: the project is now under Apache 2.0 license (which is included in the distribution) - New feature: API documentation is now cross-linked with API documentation from dependency packages, such as commons-collections, if installed - Use MASTER_SITE_APACHE_JAKARTA - Use INSTALL_DATA rather than CP and ECHO_MSG rather than ECHO - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Fix URL is pkg-descr Notes: svn path=/head/; revision=122730
* - Use %%JAVAJARDIR%%Herve Quiroz2004-11-281-24/+22
| | | | | | | | | | | | - Use USE_ANT - Use INSTALL_DATA rather than CP - Use ECHO_MSG rather than ECHO - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Add 'devel' category - Various cosmetic improvements Notes: svn path=/head/; revision=122675
* - Update to 1.0.4Herve Quiroz2004-11-282-25/+21
| | | | | | | | | | | | | - Use %%JAVAJARDIR%% - Use USE_ANT - Chase recent Log4J port rename - Use INSTALL_DATA rather than CP - Use ECHO_MSG rather than ECHO_CMD - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Various cosmetic improvements Notes: svn path=/head/; revision=122663
* - Update to 1.2.9Herve Quiroz2004-11-285-112/+0
| | | | | | | | | | | - Rename port as it is no longer port of the Jakarta project - Dynamic plist PR: 74468 Submitted by: me Notes: svn path=/head/; revision=122660
* Finish update phpeclipse to 1.1.1, with removal of phpeclipse_phphelp,Clive Lin2004-11-281-3/+0
| | | | | | | | | phpeclipse_sql, and phpeclipse_tidy (merged.) Reminded by: krion Notes: svn path=/head/; revision=122658
* Update phpeclipse to 1.1.1, with removal of phpeclipse_phphelp,Clive Lin2004-11-2815-271/+847
| | | | | | | | | phpeclipse_sql, and phpeclipse_tidy (merged.) Submitted by: Avalon third-chance at gmx.de Notes: svn path=/head/; revision=122656
* . Mark FORBIDDEN when building the browser plugin.Greg Lewis2004-11-281-0/+1
| | | | Notes: svn path=/head/; revision=122646
* . Make sure that all calls to pthread_mutex_trylock handle EDEADLK as wellGreg Lewis2004-11-284-0/+70
| | | | | | | | | as EBUSY. These are taken from equivalent patches to jdk14 by green and myself. Notes: svn path=/head/; revision=122645
* . Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS.Greg Lewis2004-11-272-0/+77
| | | | | | | Also, respect the setting of CXX and CXXFLAGS. Notes: svn path=/head/; revision=122565
* . Fix the build with gcc 3.4 part 2/2. Don't use the flagGreg Lewis2004-11-274-0/+87
| | | | | | | | | | | | -fmemoize-lookups as gcc 3.4 doesn't understand it. [1] . Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS. Also, respect the setting of CXX and CXXFLAGS. PR: 71516 [1] Submitted by: Damir Kiramov <damirycha@damirycha.net.ru> [1] Notes: svn path=/head/; revision=122563
* . Fix the HotSpot build for gcc 3.4 part 1/2. Make some methods publicGreg Lewis2004-11-272-0/+44
| | | | | | | | | | | where previously they defaulted to protected. gcc 3.4 seems to pick this up where earlier versions didn't. PR: 71516 Submitted by: Damir Kiramov <damirycha@damirycha.net.ru> Notes: svn path=/head/; revision=122561
* Apparently the host for the eclipse UML2 packages changed.OKAZAKI Tetsurou2004-11-261-1/+1
| | | | | | | | | | Reported by: pointyhat via Kris PR: ports/74393 Submitted by: maintainer Notes: svn path=/head/; revision=122542
* . Mark FORBIDDEN due to the browser plugin vulnerability. If IBMGreg Lewis2004-11-252-0/+4
| | | | | | | | don't release an update this could be addressed by not installing the plugin. Notes: svn path=/head/; revision=122424
* . Mark FORBIDDEN due to the browser plugin vulnerability. If BlackdownGreg Lewis2004-11-251-0/+2
| | | | | | | | don't release an update this could be addressed by not installing the plugin. Notes: svn path=/head/; revision=122420
* . Update to 1.3.1.13. This contains the fix for the plugin vulnerability.Greg Lewis2004-11-252-3/+4
| | | | Notes: svn path=/head/; revision=122419
* . Fix SIZE.Greg Lewis2004-11-251-1/+1
| | | | Notes: svn path=/head/; revision=122418
* - Removed pkg-plist by building a dynamic one for APP_HOME installed files andHerve Quiroz2004-11-254-1192/+70
| | | | | | | | | | | | | | | | PLIST_FILES for scripts [1] - Use FIND | INSTALL_DATA to install documentation rather than CP -r - Added a missing SETENV macro in pre-install target - Put JAVA_HOME/bin in front of PATH as the new javavmwrapper version would otherwise cause trouble (see UPDATING for further information) - ECHO_CMD -> ECHO_MSG - Tweaked the comment: the name of the port is redundant here PR: 72900 Requested by: linimon [1] Notes: svn path=/head/; revision=122379
* - Install 'checkstyle' launcher shell script [1]Herve Quiroz2004-11-252-28/+28
| | | | | | | | | | | | | | | | | | | - Update to bsd.java.mk 2.0 - Use USE_ANT - Cleanup unused variables - Do not try to remove JAVAJARDIR - Remove some sed magic in dynamic plist process (make will perform most of these substitutions) - Use PLIST_FILES and %%JAVAJARDIR%% to reduce plist build process - Bumped PORTREVISION as a new file is installed PR: ports/73284, java/43947 [1] Suggested by: znerd [1] Submitted by: me Approved by: maintainer Notes: svn path=/head/; revision=122378
* - Fixed download location [1]Herve Quiroz2004-11-254-141/+64
| | | | | | | | | | | | | | | | | | | | | - Update to bsd.java.mk 2.0 - Use JAVAJARDIR - Removed patch, added a launcher script file - Use javavmwrapper to run Java in the launcher script - Honor hier(7): docs in DOCSDIR and samples in EXAMPLESDIR - Honor NOPORTDOCS - Dynamic plist - do-build -> do-configure (and NO_BUILD=yes) - ECHO -> ECHO_MSG - Bumped PORTREVISION as many file locations has changed and the use of javavmwrapper will allow user to use different JVMs PR: 72883 [1] Submitted by: Aaron Dalton <aaron@daltons.ca> [1] Approved by: maintainer timeout Notes: svn path=/head/; revision=122377
* . Update to 1.4.2-01. This addressesGreg Lewis2004-11-253-13/+32
| | | | | | | | | http://www.blackdown.org/java-linux/java2-status/security/Blackdown-SA-2004-01.txt Unfortunately this version seems to have problems on 4.x. Notes: svn path=/head/; revision=122367
* . Mark FORBIDDEN when building with the browser plugin due to theGreg Lewis2004-11-243-0/+6
| | | | | | | | | | vulnerabilities discussed in: http://sunsolve.sun.com/search/document.do?assetkey=1-26-57591-1 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1029 Notes: svn path=/head/; revision=122308
* . Update to 1.4.2_06.Greg Lewis2004-11-243-4/+7
| | | | Notes: svn path=/head/; revision=122290
* - Update to bsd.java.mk 2.0Herve Quiroz2004-11-232-22/+17
| | | | | | | | | | - Use USE_ANT (and set USE_JIKES=no) - Use JAVAJARDIR - Dynamic plist - Various minor improvements Notes: svn path=/head/; revision=122216
* Use exec.Norikatsu Shigemura2004-11-222-2/+2
| | | | | | | Submitted by: bland Notes: svn path=/head/; revision=122150
* - Update to 2.6.0 [1]Herve Quiroz2004-11-229-2829/+73
| | | | | | | | | | | | | | | | - Honor hier(7): install docs in DOCSDIR and examples in EXAMPLESDIR [1] - Use FIND | INSTALL_DATA to install docs, samples and data files - Fix distfile location for "Community Edition" and add some more MASTER_SITES [1] - Dynamic plist - Minimal required JDK version is now 1.3 [1] - Merge patches PR: 74119 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=122113
* Add Westhawk SNMP, a lightweight SNMP stack for the Java developmentAnders Nordby2004-11-205-0/+619
| | | | | | | | | environment. Sponsored by: University of Tromsø Notes: svn path=/head/; revision=122014
* Update after repocopy. Note that the port is not yet hooked up to theMark Linimon2004-11-172-4/+4
| | | | | | | | | | | build -- the pkg-plist has not yet caught up. PR: ports/72900 Submitted by: Nick Sayer <nsayer at kfu dot com> Reviewed by: Jonathan Chen <jonc at chen dot org dot nz>, Herve Quiroz <herve dot quiroz at esil dot univ-mrs dot fr> Notes: svn path=/head/; revision=121794
* Update to 4.0.0 after repocopy.Mark Linimon2004-11-172-8/+10
| | | | | | | | | PR: ports/72900 Submitted by: Nick Sayer <nsayer at kfu dot com> Reviewed by: Jonathan Chen <jonc at chen dot org dot nz>, Herve Quiroz <herve dot quiroz at esil dot univ-mrs dot fr> Notes: svn path=/head/; revision=121792
* Remove an unnecessary 'if' statement.Norikatsu Shigemura2004-11-161-17/+0
| | | | | | | | PR: ports/73994 Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Notes: svn path=/head/; revision=121766
* Fix compilation using Firefox (adjust headers/libraries locations).Alex Dupre2004-11-142-11/+8
| | | | | | | Approved by: nork Notes: svn path=/head/; revision=121550
* . javavmwrapper uses PATH to make sure it gets the system version ofGreg Lewis2004-11-122-0/+5
| | | | | | | | | | | | | utilities. Unfortunately this overrides any PATH that may have been set by the user and hence affects the ability of java to execute external programmes. So, save the PATH before setting it and then restore it immediately before executing java. . Bump PORTREVISION for this fix. Reported by: Christian Laursen <xi@borderworlds.dk> Notes: svn path=/head/; revision=121460
* Update to 1.0.1.1.Norikatsu Shigemura2004-11-122-7/+6
| | | | | | | | Pointed out by: pointyhat via kris Submitted by: Jeremy Faulkner <gldisater@gldis.ca> Notes: svn path=/head/; revision=121458
* . Usher in javavmwrapper 2.0, a rewrite of the wrapper scripts designed toGreg Lewis2004-11-115-36/+512
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow the simple use of multiple VMs. Brief detail of the main changes: . When a VM is registered, symbolic links for its executables are created in ${LOCALBASE}/bin. This allows people to just type 'java', 'javac', etc. without having to add the VM installation directory to their PATH. . The actual 'java' that is executed via one of these symlinks is determined by the order of the (sorted) configuration file ${LOCALBASE}/etc/javavms and by the environment variables JAVA_VERSION, JAVA_OS and JAVA_VENDOR which function to select a VM as they do in the ports framework. . There is a new command, checkvms, to sanity check the configuration and symlinks. . The "javavm" executable is currently retained in its original capacity as a synonym for Java for backward compatibility. However, its use is deprecated. . Temporarily set MAINTAINER to myself to make monitoring any initial bug reports easier. The intent is to convert it to java@ at a later date. This is built on the ideas of znerd, hq and Shelton C. Johnson Jr., with hq and Shelton contributing code and reviews. PR: 27079, 39080 Reviewed by: hq, Shelton C. Johnson Jr. <shelton_c_j@yahoo.com> Notes: svn path=/head/; revision=121406
* Fix install error on pointyhat.Norikatsu Shigemura2004-11-081-0/+1
| | | | | | | | | | | | This was found implicitly dependency on unzip by pointyhat. In almost environment, this is not a problem and isn't regist installed package database. So I don't bump PORTREVISION. Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=121141
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-0727-8/+27
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Unbreak: Update to 1.01Volker Stolz2004-11-052-5/+3
| | | | Notes: svn path=/head/; revision=120892
* - Update to 3.0 [1]Herve Quiroz2004-11-039-64/+31
| | | | | | | | | | | - Unbreak on 5.x [1] - Use PORTDOCS - Some minor cosmetic improvements Submitted by: Roman Kennke <roman@ontographics.com> [1] Notes: svn path=/head/; revision=120696
* - Update to bsd.java.mk 2.0Herve Quiroz2004-11-032-20/+14
| | | | | | | | | | | | - Use USE_ANT - Variable cleanup - "CP -r" -> "FIND | CPIO" - Dynamic plist Reviewed by: glewis Notes: svn path=/head/; revision=120683
* - Remove unneeded JAVA_RUN statementHerve Quiroz2004-11-031-10/+6
| | | | | | | | | | - Remove redundant port name in COMMENT - Use CPIO to make docs install stage more simple - Use %%JAVAJARDIR%% - Use INSTALL_DATA for JAR file Notes: svn path=/head/; revision=120680
* . Take into account that pthread_mutex_trylock() can return EDEADLK asGreg Lewis2004-11-026-0/+66
| | | | | | | | | well as EBUSY with libkse on FreeBSD 5.x. Inspired by: green Notes: svn path=/head/; revision=120628
* Update to version 1.22.Archie Cobbs2004-11-022-3/+3
| | | | Notes: svn path=/head/; revision=120621
* - Update to version 2.5.1 [1]Herve Quiroz2004-11-023-9/+9
| | | | | | | | | | - Update to bsd.java.mk 2.0 PR: 72794 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=120620
* Fix file name for size in distinfoHerve Quiroz2004-10-291-1/+1
| | | | | | | | PR: 72454 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> Notes: svn path=/head/; revision=120444
* Add eclipse-uml 1.0.1, a framework creating UMLNorikatsu Shigemura2004-10-285-0/+406
| | | | | | | | | | diagrams in Eclipse. PR: ports/73227 Submitted by: gldisater@gldis.ca Notes: svn path=/head/; revision=120395