Commit Graph

1383 Commits

Author SHA1 Message Date
Archie Cobbs
56cee616c1 Upgrade to version 1.2.3. 2004-11-29 15:47:54 +00:00
Clive Lin
2bb7341fa1 Switch to auto-generated plist.
PR:		ports/74464
Submitted by:	Gerrit Beine tux at pinguru.net
2004-11-29 04:10:59 +00:00
Herve Quiroz
3098978024 Project is now under the Apache 2.0 license, which is included in the
distribution.
2004-11-29 02:46:40 +00:00
Herve Quiroz
c28ee89c6d Add missing patch files from last commit 2004-11-29 02:42:01 +00:00
Herve Quiroz
8624e8ebde - Update to 1.7.0
- 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
2004-11-29 02:41:13 +00:00
Herve Quiroz
2094cd25c1 - Use %%JAVAJARDIR%%
- 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
2004-11-28 17:02:58 +00:00
Herve Quiroz
556708930c - Update to 1.0.4
- 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
2004-11-28 13:32:55 +00:00
Herve Quiroz
91574bd5ed - Update to 1.2.9
- Rename port as it is no longer port of the Jakarta project
- Dynamic plist

PR:		74468
Submitted by:	me
2004-11-28 13:04:55 +00:00
Clive Lin
5a02983617 Finish update phpeclipse to 1.1.1, with removal of phpeclipse_phphelp,
phpeclipse_sql, and phpeclipse_tidy (merged.)

Reminded by:	krion
2004-11-28 11:14:45 +00:00
Clive Lin
1697ad658e Update phpeclipse to 1.1.1, with removal of phpeclipse_phphelp,
phpeclipse_sql, and phpeclipse_tidy (merged.)

Submitted by:	Avalon third-chance at gmx.de
2004-11-28 10:37:13 +00:00
Greg Lewis
97e8b7483d . Mark FORBIDDEN when building the browser plugin. 2004-11-28 05:38:00 +00:00
Greg Lewis
3ea68048cd . Make sure that all calls to pthread_mutex_trylock handle EDEADLK as well
as EBUSY.

  These are taken from equivalent patches to jdk14 by green and myself.
2004-11-28 05:29:25 +00:00
Greg Lewis
83be817c30 . Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS.
Also, respect the setting of CXX and CXXFLAGS.
2004-11-27 05:48:46 +00:00
Greg Lewis
3883849c28 . Fix the build with gcc 3.4 part 2/2. Don't use the flag
-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]
2004-11-27 05:48:23 +00:00
Greg Lewis
0614155d8e . Fix the HotSpot build for gcc 3.4 part 1/2. Make some methods public
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>
2004-11-27 05:44:12 +00:00
OKAZAKI Tetsurou
97ef2ff1dc Apparently the host for the eclipse UML2 packages changed.
Reported by: pointyhat via Kris

PR:		ports/74393
Submitted by:	maintainer
2004-11-26 23:47:20 +00:00
Greg Lewis
bf19526506 . Mark FORBIDDEN due to the browser plugin vulnerability. If IBM
don't release an update this could be addressed by not installing the
  plugin.
2004-11-25 19:28:43 +00:00
Greg Lewis
959f362515 . Mark FORBIDDEN due to the browser plugin vulnerability. If Blackdown
don't release an update this could be addressed by not installing the
  plugin.
2004-11-25 18:34:12 +00:00
Greg Lewis
6adedbc052 . Update to 1.3.1.13. This contains the fix for the plugin vulnerability. 2004-11-25 18:31:58 +00:00
Greg Lewis
fe9948f039 . Fix SIZE. 2004-11-25 18:16:23 +00:00
Herve Quiroz
919b68563f - Removed pkg-plist by building a dynamic one for APP_HOME installed files and
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]
2004-11-25 03:48:53 +00:00
Herve Quiroz
aa70f494e3 - Install 'checkstyle' launcher shell script [1]
- 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
2004-11-25 03:28:11 +00:00
Herve Quiroz
2cd9652a15 - Fixed download location [1]
- 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
2004-11-25 03:07:24 +00:00
Greg Lewis
47a98f79e6 . Update to 1.4.2-01. This addresses
http://www.blackdown.org/java-linux/java2-status/security/Blackdown-SA-2004-01.txt

  Unfortunately this version seems to have problems on 4.x.
2004-11-25 00:13:38 +00:00
Greg Lewis
9b1f3ccd02 . Mark FORBIDDEN when building with the browser plugin due to the
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
2004-11-24 15:16:38 +00:00
Greg Lewis
472f4a4216 . Update to 1.4.2_06. 2004-11-24 08:21:40 +00:00
Herve Quiroz
ee80063991 - Update to bsd.java.mk 2.0
- Use USE_ANT (and set USE_JIKES=no)
- Use JAVAJARDIR
- Dynamic plist
- Various minor improvements
2004-11-23 11:13:16 +00:00
Norikatsu Shigemura
705b179af6 Use exec.
Submitted by:	bland
2004-11-22 16:17:22 +00:00
Herve Quiroz
e31627b68b - Update to 2.6.0 [1]
- 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]
2004-11-22 02:19:50 +00:00
Anders Nordby
ccc1551c00 Add Westhawk SNMP, a lightweight SNMP stack for the Java development
environment.

Sponsored by:	University of Tromsø
2004-11-20 17:02:41 +00:00
Mark Linimon
6f239f01a7 Update after repocopy. Note that the port is not yet hooked up to the
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>
2004-11-17 06:10:20 +00:00
Mark Linimon
9e7bf03be4 Update to 4.0.0 after repocopy.
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>
2004-11-17 05:21:13 +00:00
Norikatsu Shigemura
7157967e3c Remove an unnecessary 'if' statement.
PR:		ports/73994
Submitted by:	Jeremy Faulkner <gldisater@gldis.ca>
2004-11-16 17:06:17 +00:00
Alex Dupre
4667b2bc85 Fix compilation using Firefox (adjust headers/libraries locations).
Approved by:	nork
2004-11-14 09:17:14 +00:00
Greg Lewis
59fc5151e6 . javavmwrapper uses PATH to make sure it gets the system version of
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>
2004-11-12 16:12:48 +00:00
Norikatsu Shigemura
972424ab32 Update to 1.0.1.1.
Pointed out by:	pointyhat via kris
Submitted by:	Jeremy Faulkner	<gldisater@gldis.ca>
2004-11-12 15:47:44 +00:00
Greg Lewis
280df4e4ce . Usher in javavmwrapper 2.0, a rewrite of the wrapper scripts designed to
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>
2004-11-11 19:17:37 +00:00
Norikatsu Shigemura
46b1396666 Fix install error on pointyhat.
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
2004-11-08 16:55:45 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Volker Stolz
0656250a3a Unbreak: Update to 1.01 2004-11-05 15:44:22 +00:00
Herve Quiroz
6a0b0e2f0a - Update to 3.0 [1]
- Unbreak on 5.x [1]
- Use PORTDOCS
- Some minor cosmetic improvements

Submitted by:	Roman Kennke <roman@ontographics.com> [1]
2004-11-03 12:39:23 +00:00
Herve Quiroz
c63b5ec7fa - Update to bsd.java.mk 2.0
- Use USE_ANT
- Variable cleanup
- "CP -r" -> "FIND | CPIO"
- Dynamic plist

Reviewed by:	glewis
2004-11-03 03:13:28 +00:00
Herve Quiroz
b4150e64e3 - Remove unneeded JAVA_RUN statement
- Remove redundant port name in COMMENT
- Use CPIO to make docs install stage more simple
- Use %%JAVAJARDIR%%
- Use INSTALL_DATA for JAR file
2004-11-03 01:29:32 +00:00
Greg Lewis
1816314216 . Take into account that pthread_mutex_trylock() can return EDEADLK as
well as EBUSY with libkse on FreeBSD 5.x.

Inspired by:	green
2004-11-02 05:24:05 +00:00
Archie Cobbs
ccdd4e45cd Update to version 1.22. 2004-11-02 01:12:38 +00:00
Herve Quiroz
ea9b4cd0c6 - Update to version 2.5.1 [1]
- Update to bsd.java.mk 2.0

PR:		72794 [1]
Submitted by:	maintainer [1]
2004-11-02 01:04:56 +00:00
Herve Quiroz
17f4a27d8e Fix file name for size in distinfo
PR:		72454
Submitted by:	Linh Pham <question+freebsdpr@closedsrc.org>
2004-10-29 00:43:00 +00:00
Norikatsu Shigemura
c7d81b3b6e Add eclipse-uml 1.0.1, a framework creating UML
diagrams in Eclipse.

PR:		ports/73227
Submitted by:	gldisater@gldis.ca
2004-10-28 15:21:04 +00:00
Norikatsu Shigemura
9e8d6ec868 Update to 2.0.2.
PR:		ports/73214
Submitted by:	Jeremy Faulkner <gldisater@gldis.ca>
2004-10-28 14:39:08 +00:00
Norikatsu Shigemura
72bb41bc64 o Update to 1.0 RELEASE.
o Reset MAINTAINER to java@.
o Bump PORTEPOCH accordingly.

PR:		ports/72803
Submitted by:	Jeremy Faulkner <gldisater@gldis.ca>
2004-10-27 16:58:34 +00:00