summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update URL in pkg-descr [1]Herve Quiroz2004-12-162-11/+10
| | | | | | | | | | - Use %%JAVAJARDIR%% - Use INSTALL_DATA to install JAR and documentation files - Add 'devel' category - Manual download URL is now a bit more specific - Removed unneeded JAVA_RUN statement (implied when nothing is set) Submitted by: Manfred N. Riem <mnriem@earthlink.net> [1]
* . Move pkg-install to files/pkg-install.in since it is modified before use.Greg Lewis2004-12-162-2/+3
| | | | | | | This also fixes a problem that when being modified it wasn't specified by absolute path. Reported by: Robert Backhaus <robbak@robbak.com>
* - Register a dependency on a JRE to extract the port [1]Herve Quiroz2004-12-151-1/+2
| | | | | | - Minor fix to calm portlint Reported by: pointyhat via kris [1]
* Fix download URLHerve Quiroz2004-12-101-2/+1
| | | | Reported by: kris
* Fix download URLHerve Quiroz2004-12-101-2/+1
| | | | | Reported by: kris Submitted by: Sander Vesik <sander.vesik@gmail.com>
* . Remove pointless (these ports all set NO_BUILD) BUILD_DEPENDS.Greg Lewis2004-12-094-6/+2
| | | | | PR: 50114 Noticed by: olgeni
* . Remove incorrect EXTRACT_DEPENDS and incorrect and pointless (this portGreg Lewis2004-12-091-2/+0
| | | | | | sets NO_BUILD) BUILD_DEPENDS. PR: 50114
* . Remove pointless (and incorrect) BUILD_DEPENDS. These ports all setGreg Lewis2004-12-094-4/+0
| | | | | | NO_BUILD. PR: 50114
* IGNORE must not be quotedKris Kennaway2004-12-092-2/+2
| | | | Pointy hat to: hq
* Fix build failure: USE_JIKES is useless without USE_JAVA.Archie Cobbs2004-12-091-0/+1
|
* . Add amd64 to ONLY_FOR_ARCHS.Greg Lewis2004-12-082-2/+2
| | | | Inspired by: PR 74465
* . Add amd64 to ONLY_FOR_ARCHS line.Greg Lewis2004-12-085-5/+5
| | | | | PR: 74465 Submitted by: Conrad J. Sabatier <conrads@cox.net>
* . Add amd64 to ONLY_FOR_ARCHS.Greg Lewis2004-12-084-4/+4
| | | | Inspired by: PR 74465
* . Backport some fixes from 1.4 for the HotSpot Server VM when compiledGreg Lewis2004-12-072-0/+56
| | | | | | | | under gcc 3.4. In particular, this fixes some places where an enumerated type is assumed to be the same width as an int (which the standard doesn't guarantee and gcc 3.4 now enforces). For full details, see the log for the jdk14 equivalent changes.
* . Run the pkg-install script correctly.Greg Lewis2004-12-071-2/+2
| | | | | . Bump PORTREVISION for this change and the previous change to javavmwrapper itself.
* . Some minor comment and formatting fixes (should have probably have beenGreg Lewis2004-12-071-7/+31
| | | | | | | | done separately). . Much more stringent checks on VMs that we are trying to register. This prevents most bogus and circular registrations. [1] Suggested by: Josh Elsasser <josh@elsasser.org> [1]
* . Mark FORBIDDEN unless WITHOUT_PLUGIN is specified due to the browserGreg Lewis2004-12-052-0/+2
| | | | plugin vulnerability.
* . Backport parts of the 1.5 plugin to address plugin vulnerabilities.Greg Lewis2004-12-0327-9/+4260
| | | | | | . Bump PORTVERSION. Submitted by: Kurt Miller <truk@optonline.net>
* . Update to 1.3.1_14 (fixes another plugin vulnerability).Greg Lewis2004-12-032-4/+4
|
* Mark the port as IGNORE as it won't run on 4.x nor 5.x. Not sure aboutHerve Quiroz2004-12-032-2/+6
| | | | | | 6-CURRENT so we'll need verification here. Approved by: glewis
* Reset znerd's ports maintainership:Herve Quiroz2004-12-0330-30/+30
| | | | | | | | | | - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer)
* Update to 0.45Volker Stolz2004-12-022-4/+3
| | | | | PR: ports/74602 Submitted by: maintainer
* Link API documentation with JDK API documentation, if installed.Herve Quiroz2004-12-011-1/+8
|
* Add CONFIGURE_ARGS to fix build problem.Archie Cobbs2004-11-301-0/+1
|
* Update to version 0.12.Archie Cobbs2004-11-293-19/+4
|
* Upgrade to version 1.2.3.Archie Cobbs2004-11-295-1016/+1463
|
* Switch to auto-generated plist.Clive Lin2004-11-292-842/+14
| | | | | PR: ports/74464 Submitted by: Gerrit Beine tux at pinguru.net
* Project is now under the Apache 2.0 license, which is included in theHerve Quiroz2004-11-291-5/+3
| | | | distribution.
* Add missing patch files from last commitHerve Quiroz2004-11-292-0/+26
|
* - 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
* - 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
* - 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
* - 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
* 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
* 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
* . Mark FORBIDDEN when building the browser plugin.Greg Lewis2004-11-281-0/+1
|
* . 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.
* . 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.
* . 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]
* . 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>
* 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
* . 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.
* . 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.
* . Update to 1.3.1.13. This contains the fix for the plugin vulnerability.Greg Lewis2004-11-252-3/+4
|
* . Fix SIZE.Greg Lewis2004-11-251-1/+1
|
* - 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]
* - 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
* - 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
* . 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.
* . 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