Commit graph

932 commits

Author SHA1 Message Date
Greg Lewis
97c3e77bbb . Unset -Werror when compiling the NIO stuff. GCC 3.3.1 tends to generate
warnings that 2.95 doesn't and breaks the build on -CURRENT.
2003-10-11 05:13:11 +00:00
Greg Lewis
63aa2c0ddd . Update to 1.3
PR:		57764
Submitted by:	Dave Glowacki <dglo@glowacki.dyndns.org> (maintainer)
2003-10-10 14:56:43 +00:00
Edwin Groothuis
5d077f992c [maintainer update] Update java/jakarta-oro
The jakarta-oro port no longer fetches.  There's also a
	newer version

PR:		ports/57763
Submitted by:	Dave Glowacki <dglo@glowacki.dyndns.org>
2003-10-10 11:57:18 +00:00
Sergey A. Osokin
d2534ef045 Add slash to WWW tag.
Also remove pair new-lines for portlint(1) happy.

Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
2003-10-08 09:51:45 +00:00
Greg Lewis
846f8c04ea . Use ${PTHREAD_LIBS} rather than -pthread.
Suggested by:	mi
2003-10-08 00:45:01 +00:00
Greg Lewis
38e03fb03a . Make HotSpot compile with gcc 3.3.1.
Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp>
Reminded by:	mi
2003-10-08 00:42:23 +00:00
Greg Lewis
fa3b135cb8 . Update to 1.2.2.017.
. Some minor syncing with the linux-sun-jdk13 port while I'm here.
2003-10-06 17:09:27 +00:00
Ernst de Haan
3fddb0b9fd New port: Jakarta Commons DBCP.
PR:		57573
Submitted by:	Anton Yudin <toha@toha.org.ua>
2003-10-06 08:28:48 +00:00
Ernst de Haan
1cbf754707 New port: Jakarta Commons Pool.
PR:		57573
Submitted by:	Anton Yudin <toha@toha.org.ua>
2003-10-06 08:27:58 +00:00
Greg Lewis
fff2f05c8f . Update to 0.35.
PR:		57581
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-10-05 06:22:57 +00:00
Greg Lewis
d30646a29b . Sync with the change to linux-sun-jdk14 (it now installs in
/usr/local/linux-sun-jdk1.4.2) so this port will bootstrap.
2003-10-01 16:14:20 +00:00
Greg Lewis
3ad6d5bee5 . Install in ${LOCALBASE}/linux-sun-jdk1.4.2, not
${LOCALBASE}/linux-sun-jdk1.4.2_01 as the latter is wrong and breaks
  detection in bsd.java.mk.
. Bump PORTREVISION for this fix.

PR:		57420
2003-09-30 23:42:51 +00:00
Greg Lewis
a443c5dcee . Unbreak this port. The binaries call the program "arch" to determine
the architecture.  Unfortunately arch doesn't exist on FreeBSD or in
  linux_base or linux_base-8.  Since "arch" is simply "uname -m" implement
  it as such and make sure its in the path when running any of the
  binaries.
2003-09-29 18:20:06 +00:00
Edwin Groothuis
d2aebd09b3 [new port] java/gj[-jdk11]: Generic Java
GJ is an extension of the Java programming language that
	supports generic types.

	* Support for generics
	* Superset of the Java programming language
	* Compiles into the Java Virtual Machine
	* Compatible with existing libraries

	WWW: http://www.cis.unisa.edu.au/~pizza/gj/

	gj-jdk11 is a slave port to gj which uses JDK 1.1.

PR:		ports/55111
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-09-29 12:07:08 +00:00
Edwin Groothuis
95ac32efb4 [new port] java/gj[-jdk11]: Generic Java
GJ is an extension of the Java programming language that
	supports generic types.

	* Support for generics
	* Superset of the Java programming language
	* Compiles into the Java Virtual Machine
	* Compatible with existing libraries

	WWW: http://www.cis.unisa.edu.au/~pizza/gj/

	gj-jdk11 is a slave port to gj which uses JDK 1.1.

PR:		ports/55111
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-09-29 12:02:49 +00:00
Edwin Groothuis
6450de9596 New port: java/linux-blackdown-jre11: Blackdown Linux JRE 1.1.8
Blackdown Linux Java Runtime Environment 1.1.8
	It is needed for running Oracle for Linux

PR:		ports/56738
Submitted by:	Simun Mikecin <sime@logos.hr> <sime@logos.hr>
2003-09-29 11:39:22 +00:00
Greg Lewis
30dd1e5aeb . Update to the 1.4.2 docs. 2003-09-26 20:11:00 +00:00
Greg Lewis
b2052cf220 . Set EXPR_COMPAT so 5.x expr doesn't get confused by having "-" at the start
of an argument.

Submitted by:	jmallett
2003-09-26 20:04:59 +00:00
Ernst de Haan
4f28b280e0 Fix GCC33 issue. Bumped PORTREVISION.
PR:		55957
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-09-25 11:38:02 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Greg Lewis
6919c4e8e4 . s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should
be on FTP sites according to my understanding of the license.  Mea culpa.

Approved by:	portmgr (kris)
2003-09-24 06:05:40 +00:00
Kris Kennaway
05092710d7 Back out previous commit. Further inspection reveals that it is the
diablo-jdk port that is bogusly requiring manual input at pkg_add time,
thereby preventing any other packages from building with it.
2003-09-24 03:28:24 +00:00
Kris Kennaway
ad06691197 Mark as IS_INTERACTIVE because it asks for manual license acceptance and
causes the bento build to loop.

This probably should be patched out as in the other jdk ports, so it can
be packaged on bento.
2003-09-24 03:25:51 +00:00
Sergey A. Osokin
6f5e9129c5 Fix compilation with WITHOUT_X11.
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
PR:		57000
2003-09-19 14:10:00 +00:00
Edwin Groothuis
6f860a9007 kaffe-devel doesn't know about amd64 CPUs.
Maintainer is informed.
Noticed by: bento/kris@
2003-09-18 12:52:07 +00:00
Alexey Zelkin
3d5acfd493 Update linux jdk location after recent linux-sun-jdk update to 1.4.2_01 2003-09-08 08:55:20 +00:00
Ernst de Haan
d1855c80f8 Removed the DIST_SUBDIR statement.
Explanation from maintainer:

"Log4j has been the first port from the Jakarta series and
back then I thought it would be useful to put all distfiles
from the Jakarta project in the same subdirectory. Now I
don't think it is such a good idea. Furthermore, the ports
of other Jakarta projects do not use this scheme.

So here is a patch to fix it. I didn't bump the
PORT_REVISION as there is no point in updating the port if
already installed."

PR:		56490
Submitted by:	maintainer
2003-09-08 07:18:01 +00:00
Edwin Groothuis
b9976edf43 New port: kaffe-devel, development release of kaffe Java VM
Multi-platform Java virtual machine with JIT compiler and AWT package

PR:		ports/55270
Submitted by:	Mark Huizer <xaa+ports@timewasters.nl>
2003-09-07 12:06:27 +00:00
Greg Lewis
aa90f6a301 . Update from 0.33 to 0.34 [1]
. Allow compilation when one of the gcc ports with gcj is installed by
  explicitly specifying the JDK include path comes before
  ${LOCALBASE}/include.

PR:		56379
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
2003-09-05 14:29:35 +00:00
Ernst de Haan
90d16bdc36 Fixed installation (destination directory) and
package list (missing files).
Bumped PORTREVISION.
2003-09-04 15:09:56 +00:00
Ernst de Haan
37ea3344e3 Update to 1.4.2_01. 2003-09-04 09:19:03 +00:00
Norikatsu Shigemura
1d77c096a4 Add Japanese More Pack. It contains Japanese menu, etc..
Submitted by:	daichi
2003-09-04 05:59:05 +00:00
Norikatsu Shigemura
ce8458436b Add eclipse-langpack-2.1.1.1, the Eclipse language pack is
distributed as a feature.  It contains translations for
German, Spanish, French, Italian, Japanese, Korean,
Portuguese (Brazil), Traditional Chinese and Simplified
Chinese.

Reviewed by:	daichi
2003-09-03 14:16:30 +00:00
Greg Lewis
95a95a767e . Remove native_threads directories when native threads are not specified
during the compile.  The native threads java_vm binaries are compiled
  regardless of the settings and were causing problems with the packing
  list.
. Fix packing list so that native_threads versions of java_vm are
  conditionalised.

PR:		56007
2003-08-31 22:43:08 +00:00
Greg Lewis
6a085cc723 . Check for a setting of "-mcpu=k6" in CFLAGS and error if so. This
setting will cause an internal compiler error in gcc 2.95.x when
  compiling the JDK.

PR:		46269
Submitted by:	Simon Barner <barner@in.tum.de>
2003-08-30 15:33:23 +00:00
Greg Lewis
4030c045ad . Add support for bootstrapping with the Diablo Caffe JDK. The bootstrap
order is now:

  . linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set.
  . A previous installation of this port, if it exists.
  . The Diablo Caffe JDK.

  That is, the Diablo Caffe JDK is now the default bootstrapper in the
  absence of a previous installation of this port.
2003-08-29 21:12:18 +00:00
Greg Lewis
60e37df097 . Remove trailing comma from line which displayed the URL to download
the tarballs from.  It wasn't grammatically correct and was too easy
  to cut and paste along with the actual URL.

Submitted by:	znerd
2003-08-27 06:28:11 +00:00
Greg Lewis
f74335952a . Add diablo-jdk13 and diablo-jre13. 2003-08-25 16:55:31 +00:00
Greg Lewis
63ca172fee . Add a port of the Diablo Caffe JDK 1.3.1 binary release.
"The Java Development Kit (JDK) provides the Java Virtual Machine,
   base classes, and development tools to permit developers to create
   new Java applications, applets, and components on FreeBSD."
2003-08-25 16:54:36 +00:00
Greg Lewis
3fbdc31cad . Add a port of the Diablo Latte JRE 1.3.1 binary release.
"The Java Runtime Environment (JRE) implements the Java Virtual
   machine and base classes, and permits the execution of Java
   applications on FreeBSD."
2003-08-25 16:53:03 +00:00
Greg Lewis
d73e9f7a29 . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
  previously used, as it handles indirections which cause the same
  problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
  detects a link.

PR:		43602
2003-08-23 15:17:29 +00:00
Greg Lewis
506e274eaa . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
  previously used, as it handles indirections which cause the same
  problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
  detects a link.

PR:		43602
2003-08-22 17:07:08 +00:00
Daichi GOTO
af4d4feb60 update java/jmp: 0.32 -> 0.33
PR:		55585
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-08-20 06:25:23 +00:00
Daichi GOTO
c9a4b15355 java/jdbcpool: drop maintainer ship
PR:		55691
Submitted by:	Jose Marques <noway@nohow.demon.co.uk> (maintainer)
2003-08-19 05:19:00 +00:00
Daichi GOTO
1f4b2a31d6 java/infobus: drop maintainer ship
PR:		55691
Submitted by:	Jose Marques <noway@nohow.demon.co.uk> (maintainer)
2003-08-19 05:18:24 +00:00
Daichi GOTO
0b15da8125 java/cos: drop maintainer ship
PR:		55691
Submitted by:	Jose Marques <noway@nohow.demon.co.uk> (maintainer)
2003-08-19 05:16:58 +00:00
Daichi GOTO
2c85b8e0d4 java/collections: drop maintainer ship
PR:		55691
Submitted by:	Jose Marques <noway@nohow.demon.co.uk> (maintainer)
2003-08-19 05:16:25 +00:00
Greg Lewis
e66b0ab8f2 . Update to 1.3.1_09. 2003-08-14 14:41:47 +00:00
Jimmy Olgeni
adf42b4974 Let DOWNLOAD_URL point to the actual 3.5.1 license page.
Submitted by:	Carlos F. A. Paniago <pan@cnpm.embrapa.br>
2003-08-05 20:32:33 +00:00
Jimmy Olgeni
4b7f0e2e8f Upgrade to release 3.5.1. 2003-08-05 11:23:52 +00:00