Commit Graph

1622 Commits

Author SHA1 Message Date
Greg Lewis
2b8ca9868d . Fix the check for the distribution file existing since it must be
downloaded manually.

Pointed out by:	pointyhat via kris
2005-07-21 05:52:22 +00:00
Greg Lewis
4a556fc8e1 . Mark RESTRICTED as one of the source files is under the SCSL.
. Make portlint happier about the IGNORE message.
2005-07-20 18:46:16 +00:00
Greg Lewis
020d23776e . Update to 1.1. 2005-07-20 18:23:46 +00:00
Greg Lewis
aed5cfc204 . Add a port of jbootstrap:
"Utilities that allow a JDK to be bootstrapped without needing another
 JDK to do so."
2005-07-20 17:06:52 +00:00
Greg Lewis
3b239442a7 . Update to 3.2.7.
PR:		83627
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2005-07-18 06:57:31 +00:00
Mikhail Teterin
da0cac05ab Update to 1.1.2-pre1 released in February 2004. Some serious
REINPLACE-ing was required to turn all variables named `enum' into
`enumeration', because `enum' is a keyword in Java-1.5

The program seems to work now and builds with Java-1.5 (and, presumably,
earlier).

The portversion is set to 1.1.1.1 in anticipation of the eventual
release of 1.1.2 by the vendor.
2005-07-07 18:38:19 +00:00
Greg Lewis
3cb3792860 . Update to 1.4.2-02.
. Get the i386 version even for amd64.
. Note that this version doesn't work on FreeBSD 4.x.
2005-07-06 22:15:48 +00:00
Greg Lewis
8b5d10f27a . Make this actually work on amd64 (treat it as i386). 2005-06-24 17:12:48 +00:00
Greg Lewis
22a08e5de5 . Update to 1.3.1_16. 2005-06-24 17:11:45 +00:00
Greg Lewis
98eb751eb2 . Update to 1.5.0_04. 2005-06-23 21:05:06 +00:00
Greg Lewis
0ffef58133 . Avoid memory corruption on FreeBSD 4.x. This seems to have no affect
under 5.x which was running fine without it.

Approved by:	phantom
2005-06-22 15:52:02 +00:00
Greg Lewis
9a4718a679 . Add a couple of comments.
. Kick unprivileged users out early in registervm/unregistervm to
  prevent double error messages.
2005-06-20 18:39:29 +00:00
Greg Lewis
d9e60aea40 . Check the user can read/write the configuration file and that it exists
before attempting to sort it when running checkvms.  This prevents a
  double error message for an unprivileged user.
. When asked to register a VM that is already registered, don't error.
  Print a warning that the VM is already registered and don't add it to
  the configuration file (but do check its links and sort the config
  file still).  This prevents problems with

	'make install -DFORCE_PKG_REGISTER'

  erroring out during the post-install stage for the JDK ports.
  Bump PORTREVISION for this change since it affects the various JDK
  ports. [2]

Reported by:	anholt, via hq [2]
2005-06-20 18:08:33 +00:00
Norikatsu Shigemura
864d635231 Add support for other mozilla's.
PR:		ports/81753
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-06-18 19:08:51 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Herve Quiroz
f0c5487aa0 - Update to 1.1b4
- Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3
  years now
- Use FIND | INSTALL_DATA to install documentation
2005-06-17 15:37:29 +00:00
Herve Quiroz
8f802f2957 - Update to 2.1
- Link API documentation to JDK Standard API documentation if present
- SIZEify
- Add 'devel' category [1]

Reported by:	portlint [1]
2005-06-15 13:48:07 +00:00
Herve Quiroz
bfdd66874b Update to 0.9.7
PR:		82244
Submitted by:	maintainer
2005-06-15 13:25:51 +00:00
Thierry Thomas
dac6c97324 Upgrade to 1.1.4.
PR:		ports/82068
Submitted by:	Antonio Carlos Venancio Junior <antonio (at) php.net>
Approved by:	maintainer
2005-06-14 19:16:22 +00:00
Herve Quiroz
7a23c56ca5 Remove empty patch file
PR:		82160
Submitted by:	Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
2005-06-12 15:13:18 +00:00
Eric Anholt
9cb236b64d Oops, jikes is required to build these days. This should be all the deps
necessary.

Reported by:	krismail
2005-06-10 21:11:56 +00:00
Herve Quiroz
8250ea7ca5 - Update to version 3.1
- Add 'devel' category

PR:		81834
Submitted by:	maintainer
2005-06-10 18:03:33 +00:00
Greg Lewis
e286417528 . Update to 1.3.2 update.
PR:		82027
Submitted by:	Hans Voogt <dehans@xs4all.nl>
2005-06-08 15:51:06 +00:00
Greg Lewis
fc40089f7a . Update to 1.0.2 update 2. 2005-06-08 15:48:21 +00:00
Greg Lewis
ab32e20b45 . Update to 1.3.1_15. 2005-06-07 15:06:33 +00:00
Greg Lewis
7efc03b3e5 . Sort. 2005-06-07 15:06:03 +00:00
Eric Anholt
1b34b0959c [1] Add missing dependency on zip.
[2] Convert to use javavmwrapper (installing to its own PREFIX).
[3] Add to devel category, matching Sun JDKs.

Submitted by:	[1] krismail
Reviewed by:	[2,3] hq, previous version
2005-06-03 17:16:09 +00:00
Thierry Thomas
4428b915f7 + update to 1.1.3;
+ changelog: http://www.phpeclipse.de/tiki-read_article.php?articleId=18
+ add pkg-plist;
+ add pkg-message;
+ update pkg-descr.

PR:		ports/80369
Submitted by:	Antonio Carlos Venancio Junior
Approved by:	maintainer's time-out
2005-05-31 18:40:47 +00:00
Norikatsu Shigemura
ba0d7486af UnBROKEN by fixing pkg-plist.
PR:		ports/81577
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-05-29 03:44:23 +00:00
Norikatsu Shigemura
a40f6b4f77 o Update to 3.1M7. [1]
o Add LATEST_LINK. [2]

PR:		ports/81076 [1]
Submitted by:	Alex Varju <freebsd-ports@varju.ca> [1]
Pointed out by:	krisbot via kris [2]
Tested by:	java@ [1]
2005-05-29 03:41:42 +00:00
Eric Anholt
c66cbe7564 Update to 1.1.5, which includes a port to amd64. (Ports to alpha, powerpc,
sparc64 should be quick, but I haven't been able to scare up the resources on
the cluster machines).  Also, remove the compile-time options such as different
AWTs, which are intended by the developers for use in embedded systems, not
general users.

Also, move maintainership to myself, since I'm working on kaffe too frequently.
Thanks Mark for your work on this port!

PR:		ports/80641
Submitted by:	anholt
Approved by:	maintainer
2005-05-28 20:51:58 +00:00
Greg Lewis
cbbff8a98e . Update to 0.47.
PR:		81451
Submitted by:	"Ronald Klop" <ronald@cs.vu.nl> (maintainer)
2005-05-25 05:58:54 +00:00
Herve Quiroz
b071505118 Add 'devel' category
Reported by:	portlint
Approved by:	maintainer
2005-05-23 14:39:05 +00:00
Herve Quiroz
f7753b6ade - Install commons-logging-api.jar
- Add 'devel' category to calm portlint

Submitted by:	thierry
2005-05-23 14:18:12 +00:00
Herve Quiroz
69ebfe3e04 Update to 4.0.2
PR:		81173
Submitted by:	maintainer
2005-05-18 19:36:43 +00:00
Greg Lewis
4348e7f10f . This port is working well enough for me under 5.4 that I can run
graphical applications with it, so restrict the IGNORE setting regarding
  bad system calls to earlier versions of FreeBSD.  One suspects that
  the actual change to fix things happened sometime earlier in 5.x, but
  until we figure out exactly what change enabled it or have empirical
  evidence regarding this 5.4 is a good cutoff.
2005-05-17 20:57:51 +00:00
Anders Nordby
ad606baef4 Unbreak: plist fix, do not remove common Java class dir. 2005-05-17 17:02:11 +00:00
Archie Cobbs
340e736c60 Update to version 1.4.5. 2005-05-17 14:04:17 +00:00
Sam Lawrance
3b338c89d9 - Use find and install
- Unpack jar files before installing (bump PORTREVISION for this)

PR:		ports/77068
Submitted by:	Gerrit Beine <tux@pinguru.net> (maintainer)
		Phil Schulz <ph.schulz@gmx.de>
Approved by:	clement (mentor)
2005-05-17 10:31:58 +00:00
Jimmy Olgeni
26aa6f026e Fix DOWNLOAD_URL.
Submitted by:	Ralf Folkerts <ralf.folkerts(at)gmx.de>
2005-05-17 08:59:25 +00:00
Herve Quiroz
1461dc8ee5 - Allow installation on amd64
- Use PLIST_FILES
- Add 'devel' category [1]

PR:		81086
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
Reported by:	portlint [1]
2005-05-16 20:39:54 +00:00
Jimmy Olgeni
22da1138bc Upgrade to version 4.1 (plus JDK home fix from ports/76670)
PR:		ports/76670
Submitted by:	Miguel Mendez <flynn(at)energyhq.es.eu.org>
2005-05-16 18:57:59 +00:00
Archie Cobbs
204bb58ee9 Upgrade to 0.15. 2005-05-16 14:13:09 +00:00
Herve Quiroz
50ed27ab74 Castor is a data binding framework for Java. It's the shortest path
between Java objects, XML documents, and relational tables.  Castor
provides Java-to-XML binding, Java-to-SQL persistence, and more.

WWW: http://www.castor.org/

PR:		80942
Submitted by:	Adam VanderHook <acidos@bandwidth-junkies.net>
2005-05-14 17:05:49 +00:00
Greg Lewis
83c1e8c44a . Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory.  Fixes a security problem with
  jar(1).

  This fix may change to be compatible with whatever fix Sun applies when
  they release the next version of 1.5.
. Bump PORTREVISION for this fix.

Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
Reviewed by:	maintainer timeout
2005-05-12 04:14:52 +00:00
Greg Lewis
a4f95e9588 . Fix various problems with time zone handling including:
. /etc/localtime is a symlink.
  . /etc/localtime contains a time zone not recognised by the JDK.

Submitted by:	Kurt Miller <truk@optonline.net>
Reviewed by:	maintainer timeout
2005-05-12 04:13:55 +00:00
Greg Lewis
60df7b3098 . Using dladdr(3) to determine the path to the current executable, and
hence the path for the shared libraries doesn't always work on FreeBSD.
  It definitely fails on FreeBSD 4.11 and FreeBSD 6-CURRENT under the
  tested environments.  In fact, the dladdr(3) man page even warns of
  these problems.  While there is work under way to fix this, it isn't
  available yet.

  Given that situation, switch to trying /proc/curproc/file, which is
  similar to what Linux does, and if that fails, drop back to checking
  argv[0] and iterating through $PATH as in jdk 1.4.  Both these methods
  work correctly in testing.

Reported by:	das
Reviewed by:	maintainer timeout
2005-05-12 04:12:33 +00:00
Greg Lewis
0be8478644 . Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory.  Fixes a security problem with
  jar(1).

  This fix may change to be compatible with whatever fix Sun applies when
  they release a fixed version of 1.5.
. Bump PORTREVISION for this fix.

Approved by:	maintainer timeout
Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
2005-05-11 21:18:39 +00:00
Archie Cobbs
43e1fb61ca Update to version 1.4.4. 2005-05-11 14:59:58 +00:00
Thierry Thomas
5b2af2ee0e Fix size mismatch. According to the submitter:
It looks like IBM released an updated version of the NetRexx 2.05 zip file
on Jan 14 2005, which includes modifications to the documentation,
NetRexx[RC].jar files and the pinger and tablet zip (sample?) files.

I could not find a CHANGELOG file nor the mailing list archives that would
have provided info into the exact changes made without a version or
revision number bump.

PR:		ports/80716
Submitted by:	Linh Pham <question+fbsdports (at) closedsrc.org>
2005-05-08 19:18:55 +00:00