Commit Graph

485 Commits

Author SHA1 Message Date
Ernst de Haan
b338c943c0 Bumping PORTREVISION because the distinfo file was fixed. 2002-05-08 09:26:26 +00:00
Ernst de Haan
b689152128 Fix bento error (checksum). 2002-05-08 09:23:01 +00:00
Ernst de Haan
385ed6e06e Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35080.
Improved download URL. Changed do-install target a
little. Installing links to the actual JAR files in
${PREFIX}/share/java/classes. The actual JAR files
are now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.

PR:	35080
2002-05-07 22:30:54 +00:00
Ernst de Haan
e00a1f5402 Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35079.
Improved download URL. Changed do-install target a
little. Installing a link to activation.jar in
${PREFIX}/share/java/classes. The real activation.jar
is now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.

The maintainer has not responded in months, so I took the
freedom to commit this without his approval.

PR:	35079
2002-05-07 22:14:19 +00:00
Ernst de Haan
4a7db7be78 The JAD homepage seems to have disappeared a long time
ago. Changed the pkg-descr accordingly.
2002-05-07 19:30:37 +00:00
Ernst de Haan
24d56662b7 Taking care of unmaintained ports in the java category.
All of these ports are currently listed as problematic at:
http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html
2002-05-07 19:24:20 +00:00
Ernst de Haan
8299333c0a Upgrade from version 20000211 to 20011118.
Updated MASTER_SITES.  Using USE_JAVA.
Changing MAINTAINER to myself because original maintainer
did not reply.
2002-05-07 12:47:40 +00:00
Ernst de Haan
f8020c7a0a Improved the download URL. It now directly points to the page
with Terms and Conditions.
2002-05-07 08:43:23 +00:00
Dag-Erling Smørgrav
fd609cc941 The Jakarta Byte Code Engineering Library. 2002-05-06 17:41:11 +00:00
Dag-Erling Smørgrav
91dc7edf95 Upgrade to 2.3.1.
Approved by:	znerd
2002-05-06 12:07:07 +00:00
Greg Lewis
35dbc5bb82 Add a NATIVE_BOOTSTRAP knob which allows people to bootstrap with
an already installed native JDK rather than insisting on the
hardcoded Sun Linux JDK as the bootstrapper.  This also means
that one can remove the Sun Linux JDK after the initial build
if so desired.

This may be superseded by a more general method of specifying
the bootstrap compiler from bsd.java.mk at a later date.

Reviewed by:	sobomax
Approved by:	sobomax
2002-05-03 05:36:11 +00:00
Greg Lewis
b2841c8077 Really fix the incompatibilities with gettext 0.11. The previous
bandaid is reverted by this commit and instead patches are added
which will remove duplicate message entries from the .po files for
the plugin.

These are essentially the patches of marius@alchemy.franken.de, with
the first part of each patch removed (the message does actually have
two spaces in the code!).  These patches were verified with the script
submitted by KANOU Hiroki-san and against the patches submitted by
SUGIMURA Takashi-san.  Thanks to all of these people.

Apologies for the increasingly long patch names.

PR:		37087, 37147
Submitted by:	marius@alchemy.franken.de
Reviewed by:	sobomax
Approved by:	sobomax
2002-05-03 05:32:23 +00:00
Ernst de Haan
652406c523 Master sites now work. This port did not have a proper
download location for ages.

For a bento report, see:

http://bento.freebsd.org/errorlogs/4-full/cryptix-jce-20000211.log
2002-04-27 16:24:28 +00:00
Ernst de Haan
a9d0fe9329 Making pkg-plist file a bit smaller by using
%%T%% instead of %%TARGET_PREFIX%%.
2002-04-26 23:25:53 +00:00
Ernst de Haan
aae053233d Update to IBM JDK 1.3.1 (cxia32131-20020302).
PR:		37397
Submitted by:	Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
2002-04-26 23:23:02 +00:00
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