Commit Graph

509 Commits

Author SHA1 Message Date
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