Commit Graph

520 Commits

Author SHA1 Message Date
Ernst de Haan
44573b73a3 New port: Sun JDK 1.2 for Linux. 2002-04-26 22:20:02 +00:00
Ernst de Haan
4fe0ef03ca New port jboss2.
The jboss2ctl program does not work at this stage. I chose
to commit this port anyway because it has been lying around
for too long. Once it is in the ports tree, the improved
interest may trigger somebody else to fix the problem.

JBoss can be started using the supplied shell script anyway,
so it is still useful.

This is not the JBoss port submitted by Jesse Gallup in PR
35853, but one based on the www/orion port.

PR:	35853
2002-04-26 21:54:15 +00:00
Maxim Sobolev
81b63669b1 Update to 0.7.12. 2002-04-26 17:29:54 +00:00
Bill Fumerola
c7d2b42fcf respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGURE
Submitted by:	Nick Johnson <freebsd@spatula.net>
2002-04-23 23:25:54 +00:00
Maxim Sobolev
b7f44fd50d Correct pkg-plist. 2002-04-23 10:10:07 +00:00
Greg Lewis
4a6fa7fd6f Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>
rather than <machine/soundcard.h>.  This doesn't affect the build
on 4-STABLE.

PR:		36988
Submitted by:	Motoyuki Konno <motoyuki@bsdclub.org>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-16 19:34:24 +00:00
Greg Lewis
8716a1907f Add a temporary dependency on gettext-old and use msgfmt-old to process
messages for the browser plugin.

This is a bandaid for the problem expressed in the PR while I evaluate
a number of other proposed patches for the correct fix.  Hence the PR
currently remains open.

PR:	37087
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-16 18:24:44 +00:00
Greg Lewis
d32f0358ba Bump PORTREVISION due to the last two changes to the port.
Approved by:	sobomax
2002-04-16 06:08:42 +00:00
Greg Lewis
3b5594fd6b Fix some crash bugs in the browser plugin code by using
the correct functions to call static Java methods.

Submitted by:	Richard Tobin <richard@cogsci.ed.ac.uk>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-16 06:07:05 +00:00
Greg Lewis
d33b274b3b Add Taiwan Chinese font properties support (if I understand
the locale correctly).

Submitted by:	Zhenbang Wei <forth@zbwei.net> (via clive)
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-16 06:04:20 +00:00
Ernst de Haan
1d2f329fe2 Re-adding patches to make scripts use the linux expr
and to use green iso linux threads by default.
These patches were removed by me when I upgraded the
port to FCS, but they should have been ported to this
version of the port.
Bumped PORTREVISION.

Submitted by:	glewis
2002-04-15 21:18:18 +00:00
Greg Lewis
7b1fcb8aaa Start my bid for world domination by taking maintainership
of the jdk13 port.

Reviewed by:	sobomax
Approved by:	sobomax
2002-04-15 19:26:24 +00:00
Greg Lewis
251616adc1 Fix user and group ownership of the installed files when they have been
built by someone other than root.  Instead of moving the files with tar,
move them with cpio and set up ownership.

This leaves 11 of the ports listed in the PR still to go.

PR:		36411
Submitted by:	Alan Eldridge <ports@geeksrus.net>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-13 01:04:08 +00:00
Maxim Sobolev
3d75734ef7 Hand over maintainership to Java Boy (glewis). :))) 2002-04-12 20:05:37 +00:00
Greg Lewis
51a22b820e A better fix for creating src.jar. Using tar by itself fails because the
argument list is too long.  Hence the first patch invoked tar once for
each file.  This works, but is inefficient.  This version of the patch
uses cpio in pass through mode to copy all the files at once.

PR:		35658
Submitted by:	"Remco van 't Veer" <rwvtveer@xs4all.nl>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-12 05:00:52 +00:00
Greg Lewis
47b0e09d4c Fix user and group ownership of the installed files when they have been
built by someone other than root.  Instead of moving the files with tar,
move them with cpio and set up ownership.

Note that I have not closed the PR as there are 12 other ports named in
the PR with this problem.

PR:		36411
Submitted by:	Alan Eldridge <ports@geeksrus.net>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-12 04:34:41 +00:00
Ernst de Haan
a99982d41d PORTREVISION bumped. This should have been done during last
commit (files/patch-Makefile).
2002-04-08 22:49:43 +00:00
Ernst de Haan
2215a0e37d Update to the Sun JDK 1.3.1.03 for Linux/i386.
Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp>
2002-04-06 20:54:07 +00:00
Ernst de Haan
d0febafa4a Now creating an 'ext' directory as a subdirectory of
the application home directory.

Prompted by:	Marc Recht <recht@contentmedia.de>
2002-04-06 20:41:28 +00:00
Ernst de Haan
90519a925a Port does not generate DVI files anymore. This is done
in order to remove the dependency on latex.

PR:		36754
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-04-04 21:25:50 +00:00
Jun Kuriyama
5d446a33fa Convert read.me.first from CRLF to LF, too.
Use \015 in Makefile instead of literal CR character.

PR:		ports/36027
Submitted by:	parv <parv_@yahoo.com>
2002-04-02 01:26:00 +00:00
Ernst de Haan
7b2004b484 Upgrade to JDOM beta 8. Also now using USE_JAVA. 2002-03-30 21:50:28 +00:00
Patrick Li
acaae4c156 Update latest tutorial and bump PORTREVISION
PR:		36497
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-03-30 19:43:17 +00:00
Ernst de Haan
8643d8aac6 Maintainer update. Only change is that USE_JAVA is used. Not
bumped PORTREVISION.

PR:	36474
2002-03-29 11:14:26 +00:00
Patrick Li
7e76f30de8 Update to 1.2.b5
PR:		36223
Submitted by:	maintainer
2002-03-23 09:32:20 +00:00
Patrick Li
aa18dd049b - Update to Service Release 13a : cx130-20020124
- Make Japanese fonts dependency optional.

PR:		35849
Submitted by:	maintainer
2002-03-23 08:49:59 +00:00
Ying-Chieh Liao
b260508dfb upgrade to 0.6.0
drop maintainership
2002-03-19 18:58:22 +00:00
Maxim Sobolev
3194d49997 Correct when WITHOUT_PLUGIN is defined.
PR:		35899
Submitted by:	Lev Serebryakov <lev@serebryakov.spb.ru>
2002-03-15 07:33:50 +00:00
Maxim Sobolev
0b5fbf9067 Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. This
resolves the following error when starting Mozilla:

  LoadPlugin: failed to initialize shared library
  /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
  [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined
  symbol "XtShellStrings"]

While I'm here add a tweak to prune empty directories before installing
JDK, so that JDK installed from a pre-built package deinstalls properly.

Bump PORTREVISION.
2002-03-13 15:06:16 +00:00
Ernst de Haan
0973110a22 Bumped PORTREVISION. Added a patch earlier today, and the
port should be rebuilt for the patch to be applied. Now
portupgrade should work as expected.

PR:	ports/35658
2002-03-11 17:21:05 +00:00
Ernst de Haan
efdbdc5974 Fixes the problem that the source JAR is too small.
Submitted by:	Greg Lewis
PR:		ports/35658
2002-03-11 10:36:27 +00:00
Ernst de Haan
d664da4bf8 Took over maintainership. 2002-03-07 19:01:29 +00:00
Maxim Sobolev
48c306fca5 Add urwfonts into RUN_DEPENDS to prevent lot of "missed font" warnings when
starting any Swing app.

PR:             31364
Submitted by:   Jonathan Chen <jonathan.chen@itouch.co.nz>
2002-03-06 10:26:47 +00:00
Patrick Li
25e3727b10 Chase the checksum. Changes are:
- Fixed bug affecting scoping in blocks.
- Added a special test for the test harness to catch this sort of thing
in the future.
- Fixed problem with classloading causing bsh extensions not to be found
in some environments.

PR:		35470
Submitted by:	maintainer
2002-03-03 07:29:09 +00:00
Ernst de Haan
b04648ed0f Upgrade from 1.2.2RC4 to 1.2.2FCS. Also cleaned pkg-plist. 2002-03-02 16:51:11 +00:00
Ernst de Haan
99ddb5a645 Fixed portlint complaints about BUILD_DEPENDS and RUN_DEPENDS having to appear earlier in the Makefile. 2002-03-02 14:30:56 +00:00
Ernst de Haan
32b4edd974 Fixed EXTRACT_ONLY line that was causing portlint to complain. 2002-03-02 14:27:10 +00:00
Ernst de Haan
e7ca6f5a85 Upgraded from 1.0b6 to 1.0b7. 2002-03-02 14:13:39 +00:00
Patrick Li
0e387af0c8 Fix pkg-plist
PR:		35302
Submitted by:	maintainer
2002-02-25 21:00:14 +00:00
Ernst de Haan
020bab0166 The value for ONLY_FOR_ARCHS (i386) was quoted, but that results in an error.
Reported by: Sean McNeil <sean@mcneil.com>
2002-02-25 07:58:31 +00:00
Patrick Li
542cacf7a7 Remove dead MASTER_SITES entry
PR:		35290
Submitted by:	maintainer
2002-02-25 06:00:48 +00:00
Ernst de Haan
dc7ed7c801 Added MASTER_SITE_LOCAL to MASTER_SITES, with MASTER_SITE_SUBDIR
set to 'znerd'.
2002-02-21 18:34:58 +00:00
Ernst de Haan
a529d069af Now uses USE_LINUX instead of an obscure RUN_DEPENDS.
Reported by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2002-02-21 18:31:18 +00:00
Ernst de Haan
257a3fd325 Improved the MASTER_SITES download locations. Also changed the
RUN_DEPENDS for linux. It now checks for the existence of
/compat/linux/lib/ld.so instead of the more obscure
/compat/linux/usr/i486-linux-libc5/lib/libc.so.5, which does not
even exist on my system, although I have installed linux_base.
2002-02-21 18:24:56 +00:00
Ernst de Haan
ae4e7b4ce3 Now using the more appropriate ONLY_FOR_ARCHS instead of an if. 2002-02-21 18:21:47 +00:00
Ernst de Haan
3bf5e20699 Fixed a 403 (Forbidden) for the main download location (reported
by fenners tool). Also changed the check for ${ARCH}. It now checks
to make sure that it equals "i386" instead of checking that it
does not equal "alpha". You never know how many platforms FreeBSD
is eventually going to support ;-)
2002-02-21 18:11:00 +00:00
Chad David
a7453519d9 Corrected the gtk version number at the request of Greg Lewis.
Submitted by:	Greg Lewis
2002-02-20 08:12:38 +00:00
Maxim Sobolev
c16dc69552 Use correct LIB_DEPENDS.
PR:		35120
Submitted by:	Greg Lewis <glewis@eyesbeyond.com>
2002-02-19 18:19:30 +00:00
Maxim Sobolev
add3826d6d Correct pkg-plist in the default and NODEBUG cases. 2002-02-18 18:15:30 +00:00
Patrick Li
9f2c14b68a Update to 1.2.b4
PR:		35031
Submitted by:	maintainer
2002-02-17 22:16:18 +00:00
Ernst de Haan
28cd5377d8 Upgraded from 1.4.0rc1 to 1.4.0. 2002-02-15 12:39:30 +00:00
Patrick S. Gardella
a447aed7c4 Fix ampersand entities...
Submitted by: Remco van't Veer
2002-02-14 16:01:23 +00:00
Patrick S. Gardella
5a1fcc3c48 Update to patch set 6
PR: 34923
Submitted by: Greg Lewis
2002-02-14 12:52:08 +00:00
Mario Sergio Fujikawa Ferreira
50286cc44a o Install JAR files according to hier(7) and mtree(8)
o Install examples unless NOPORTDOCS
o Patch instructions to make sense in ports environment

PR:		34845
Submitted by:	maintainer
2002-02-13 14:58:51 +00:00
Kevin Lo
4df69b1398 Update to version 1.1.6
PR: 34630
Submitted by: MAINTAINER
2002-02-09 09:03:39 +00:00
Yoichi NAKAYAMA
b368a70218 Install missing file java.bnf.
PR:		ports/34686
Submitted by:	maintainer
2002-02-07 10:02:13 +00:00
Maxim Sobolev
1773476e67 Long overdue fix: correctly process arguments with spaces. 2002-02-02 22:24:20 +00:00
Ernst de Haan
e858e5956a Upgrading from JDK 1.4.0 beta 3 to release candidate 1. Also the IGNORE message now clearly states that the GNUZIP TAR shell script should be selected. 2002-02-01 13:16:57 +00:00
Ying-Chieh Liao
ea19e74fca add javel 0.3.2
Java disassembler
2002-01-30 11:40:06 +00:00
Patrick Li
3adbe3170c Update maintainer email address
PR:		34372
Submitted by:	maintainer
2002-01-28 16:12:39 +00:00
OKAZAKI Tetsurou
3b4e0f0260 Add bsh 1.2.b3, a Java scripting environment.
PR:		34264
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-01-26 17:34:45 +00:00
Yoichi NAKAYAMA
a1399b4943 Add JDE, Java Development Environment for Emacs.
This is a stub port for emacs20.

PR:		ports/33674
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-01-10 11:42:21 +00:00
Yoichi NAKAYAMA
acb392a358 Add JDE, Java Development Environment for Emacs.
PR:		ports/33674
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-01-10 11:41:21 +00:00
Ying-Chieh Liao
cb3f9cba44 add bouncycastle 1.11
Cleanroom build of Java Cryptography Extensions

PR:		33244
Submitted by:	RaRa Rasputin <rasputin@submonkey.net>
2001-12-27 17:47:41 +00:00
SADA Kenji
ae663b1b7c Enable to display Japanese characters.
- Extra patch for pkg-plist is to avoid deinstall-time warnings,
  which is approved by submitter.

PR:	ports/31578
Submitted by:	Daichi GOTO <daichi@ongs.gr.jp>
2001-12-27 12:59:51 +00:00
Alfred Perlstein
df33a1c1b9 update from revision 01 to revision 02 2001-12-27 01:28:06 +00:00
Maxim Sobolev
a2760872d1 Update to 0.7.10. 2001-12-26 12:11:07 +00:00
Pete Fritchman
fca3d1c84c Add jakarta-oro 2.0.1, perl/awk/sh regular expressions for Java.
PR:		23358
Submitted by:	Dave Glowacki <dglo@ssec.wisc.edu>
2001-12-25 18:31:22 +00:00
Maxim Sobolev
60d715f7d1 The distfile has been changed without version bump, so adjust the port
accordingly.
2001-12-25 09:21:17 +00:00
Dmitry Sivachenko
27282dc7d6 Chase checksum (minor changes in documentation).
Bump PORTREVISION.
2001-12-23 21:57:29 +00:00
Steve Price
bfb2bfa348 Update to the latest version of the tutorial. 2001-12-15 22:05:23 +00:00
Maxim Sobolev
44d7b3ac43 Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriate
place.
2001-12-14 08:26:44 +00:00
Maxim Sobolev
32a641962e Revert previous fix - it was not properly thought out.
Submitted by:	ted@tednet.nl (Ted Lindgreen)
2001-12-03 14:43:07 +00:00
Ernst de Haan
e2f1228379 Upgrades from JDK 1.4.0 beta 2 to 1.4.0 beta 3.
Approved by: sobomax
2001-11-28 12:25:43 +00:00
Ernst de Haan
b010db9f81 Updated MASTER_SITES and changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
2001-11-27 12:30:46 +00:00
Ernst de Haan
3479eb996d Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
2001-11-27 12:30:05 +00:00
Ernst de Haan
8256c05496 Took over maintainership from K.J. Koster, with his permission.
Approved by: sobomax
2001-11-27 12:29:25 +00:00
Ernst de Haan
770d8c042c Updated MASTER_SITES.
Approved by: sobomax
2001-11-27 12:28:34 +00:00
Ernst de Haan
48bbc70960 Updated MASTER_SITES and changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
2001-11-27 12:22:20 +00:00
Ernst de Haan
3c72e7a54f Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
2001-11-27 12:20:49 +00:00
Ernst de Haan
be7c09568a Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Updated PATCH_SITES.
Approved by: sobomax
2001-11-27 08:44:12 +00:00
Ernst de Haan
8d7eeb1f87 Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
2001-11-27 08:43:12 +00:00
Ernst de Haan
5868118576 Updated MASTER_SITES
Approved by: sobomax
2001-11-27 08:39:11 +00:00
Alexey Zelkin
345085a5bf Sort entries
Reviewed by:	sobomax
2001-11-26 19:27:18 +00:00
Maxim Sobolev
3d90271529 Use "$@" instead of "$*" to pass parameters to a subshell. This ensures that
parameters with spaces are passed correctly.

PR:		32191
Submitted by:	Ben Suffolk <ben.suffolk@orange.co.uk>
2001-11-26 13:00:50 +00:00
Pete Fritchman
1596d6b83f Update to service release 10.
PR:		32230
Submitted by:	des
Approved by:	maintainer
2001-11-24 17:21:35 +00:00
Ernst de Haan
438316a1c0 Removed the .java_wrapper.rej file from the pkg-plist file since it is not
installed.

Approved by: sobomax
2001-11-23 12:22:04 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Mario Sergio Fujikawa Ferreira
3c7443d83b Style police: remove trailing space in WWW tag 2001-11-20 22:33:58 +00:00
Patrick Li
395a4bbef3 Update to 2.02
PR:	31765
Submitted by:	maintainer
Reviewed by:	lioux,maintainer
Approved by:	lioux
2001-11-16 06:14:36 +00:00
Kevin Lo
346d20520e Forgot to update distinfo.
PR: 31814
Submitted by: MAINTAINER
2001-11-08 15:45:56 +00:00
Pete Fritchman
89524228dd Add more MASTER_SITES.
PR:		31467
Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-11-06 09:48:48 +00:00
Dmitry Sivachenko
99c55e7a10 Update to JDK 1.4.0 beta 3.
PR:		31687
Submitted by:	Ernst de Haan <ernsth@nl.euro.net>
2001-11-04 11:42:44 +00:00
OKAZAKI Tetsurou
a513c4159a Fix previous commit.
PR:		31373
Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-10-22 06:31:03 +00:00
Clive Lin
0658afb296 Upgrade to 1.1.5
Submitted by: Jeremy Karlson <karlj000@unbc.ca> (MAINTAINER)
2001-10-20 15:03:11 +00:00
Clive Lin
4e7c7ae913 Add 2 extra download locations.
PR: ports/31373
Submitted by: Ernst de Haan <ernst@jollem.com>
2001-10-20 14:39:16 +00:00
Motoyuki Konno
e5c75e0082 Fix error of Makefile. 2001-10-20 04:30:00 +00:00
Kevin Lo
9e8cc00858 Update MASTER_SITES
PR: 31372
Submitted by: MAINTAINER
2001-10-19 15:34:57 +00:00
Maxim Sobolev
a5d43336b4 Update to patchlevel 5.
PR:		31257
Submitted by:	Greg Lewis <glewis@eyesbeyond.com>
2001-10-16 12:43:07 +00:00
Maxim Sobolev
37fdaad45c Update to 1.4.0b2.
PR:		31160
Submitted by:	maintainer
2001-10-09 12:36:01 +00:00