1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

1588 Commits

Author SHA1 Message Date
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
Kris Kennaway
c39cc2164b BROKEN: Incomplete pkg-plist 2005-05-07 23:09:34 +00:00
Norikatsu Shigemura
0bc453c3e6 Add eclipse-devel 3.1M6, an open extensible IDE for anything and nothing
in particular.

PR:		ports/79917
Submitted by:	various members of freebsd-java
2005-05-07 05:00:40 +00:00
Greg Lewis
cc43899174 . Update to 1.3.2.
Submitted by:	"DAIGU" <daigu@pop02.odn.ne.jp>
2005-05-03 17:55:01 +00:00
Greg Lewis
8805fa551a . 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
2005-05-02 18:55:36 +00:00
Greg Lewis
3350aea7c5 . Update to 1.5.0_03. 2005-04-29 17:14:39 +00:00
Greg Lewis
f40ff1cda1 . Add $FreeBSD$. 2005-04-28 20:08:01 +00:00
Greg Lewis
6519b90663 . Bump PORTREVISION for the previous fix for jar(1).
. Don't build the plugin by default as it has security flaws.
2005-04-27 20:32:47 +00:00
Greg Lewis
85d91b0060 . 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.
2005-04-27 20:31:32 +00:00
Herve Quiroz
81af795833 - Update to 3.2 [1]
- Sort plist [1]
- Update to bsd.java.mk 2.0
- Add two new launcher scripts: 'proguard' and 'proguard-gui'
- Use FIND | INSTALL_DATA to install data files
- Use %%DATADIR%%
- Add $FreeBSD$ tag

PR:		79735 [1]
Submitted by:	Manfred Riem <mriem@manorrock.org> [1]
Approved by:	maintainer timeout
2005-04-27 20:05:12 +00:00
Archie Cobbs
29533ff55f - Upgrade to version 1.4.3.
- Change JAVA_BUILD from "yes" to "jre"
2005-04-25 20:44:19 +00:00
Greg Lewis
2cad98267f . Update description.
Suggested by:	hq
2005-04-25 15:00:34 +00:00
Herve Quiroz
c00f766e56 - Update to version 2005.04.15
- Add 'devel' category [1]

PR:		80120
Submitted by:	maintainer
Reported by:	portlint [1]
2005-04-19 23:30:50 +00:00
Greg Lewis
7db17950b3 . 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>
2005-04-18 17:56:04 +00:00
Greg Lewis
4f7387e2e5 . Try to clarify that the BUGS section is talking about the Java VM
selection procedure used when ${PORTSDIR}/Mk/bsd.java.mk isn't present.
. Fix a typo (JAVA_PREFERRED_PORT -> JAVA_PREFERRED_PORTS).

Pointed out by:	hq
2005-04-18 17:44:30 +00:00
Greg Lewis
0e0caa7c35 . Update to 1.4.2_08. 2005-04-14 15:53:54 +00:00
Archie Cobbs
d71cd101c3 Upgrade to version 1.4.2. 2005-04-14 14:04:39 +00:00
Greg Lewis
5729185ae1 . A big mdoc fixup kindly provided by the mdoc police. Any problems should
be attributed to my merging of the mdoc fixes with some content changes
  I had made.

Submitted by:	simon
2005-04-12 20:17:46 +00:00
Greg Lewis
0c91c97816 . Yet more clarification of how the selection of the Java VM can be
different depending on whether bsd.java.mk exists on the system.
2005-04-12 16:25:01 +00:00
Greg Lewis
3d485a44fb . Fix some sentence breaks.
. Add some more details on how javavmwrapper selects the VM. [2]

Suggested by:	hq [2]
2005-04-12 16:07:21 +00:00
Greg Lewis
5d2e3b3a6f . Document that the environment variables can also be a space delimited
list of values, not just a single value.

Pointed out by:	hq
2005-04-12 15:46:57 +00:00
Greg Lewis
d964895873 . Install manual pages for javavmwrapper.
. Bump PORTREVISION.

PR:		27075
2005-04-11 21:22:43 +00:00
Greg Lewis
7ea5326d8e . Ignore errors from the call to registervm, otherwise one sees a whole
slew of spurious errors when upgrading the port.
2005-04-11 21:21:16 +00:00
Greg Lewis
df7dcddd09 . Separate standard variables from variables local to this Makefile. 2005-04-11 20:57:57 +00:00
Kris Kennaway
68f6b4caf4 BROKEN: Size mismatch 2005-04-10 21:55:52 +00:00
Greg Lewis
84df29c245 . When linprocfs is not mounted the Linux JDK will output a warning message,
unfortunately sending it to stdout.  When using such a JDK to bootstrap
  this line ends up at the head of generated classes, leaving them
  uncompilable.  Add a filter to the class generation to strip out such
  lines with egrep.

  A similar patch is present in the jdk14 port and prevents a semi-common
  class of error reports.

Approved by:	phantom (maintainer)
2005-04-08 18:29:29 +00:00
Greg Lewis
22667dd171 . Bump PORTREVISION, forgotten when doing the fixes prior to the ports
freeze.
. Fix a typo and improve some grammar in some user output.

Approved by:	phantom (maintainer)
2005-04-08 15:33:00 +00:00
Greg Lewis
b729cc5280 . Fix the build on FreeBSD 4.x by using <inttypes.h> rather than <stdint.h>
(which FreeBSD 4.x lacks).

Approved by:	phantom (maintainer)
2005-04-07 20:47:03 +00:00
Herve Quiroz
4b7746a712 - Update to 2.05 [1]
- Since NetRexxC.cmd and NetRexxC.sh do same thing, only install .sh version
  and remove dependency on rexx-imc (and remove the patch for NetRexxC.cmd) [1]
- Add a patch for NetRexxC.sh so the user is able to override JAVA_HOME at
  runtime [1]
- Use FIND | {MKDIR,INSTALL_DATA} to install documentation
- Add $FreeBSD$ tag in pkg-plist

PR:		79564 [1]
Submitted by:	Sam Lawrance <boris@brooknet.com.au> [1]
2005-04-05 23:02:27 +00:00
Herve Quiroz
a299b61b82 - Update to 1.1 (thus unbreaking the port) [1]
- Add 'graphics' category [2]

PR:		79555 [1]
Submitted by:	Sam Lawrance <boris@brooknet.com.au> [1]
Reported by:	portlint [2]
2005-04-05 12:35:15 +00:00
Herve Quiroz
7a4dc0b2ba - Update to bsd.java.mk 2.0
- Use ${JAVAJARDIR} and %%JAVAJARDIR%%
- Use %%EXAMPLESDIR%%
- Use PORTDOCS (and honor NOPORTDOCS)
- Add $FreeBSD$ tag in pkg-plist
2005-04-05 00:28:07 +00:00
Greg Lewis
6827b57be1 . Update to 1.5.0_02. 2005-04-04 19:55:10 +00:00
Greg Lewis
004a0209bf . Build from source.
. Ensure the documentation is installed with the correct permissions.
2005-04-04 19:54:23 +00:00
Kris Kennaway
21b72b7724 Reset inactive maintainer. Thanks for your work in the past! 2005-04-03 21:30:39 +00:00
Archie Cobbs
d61cc78947 Bump PORTREVISION for previous commit which fixed a bug.
Approved by:	portmgr
2005-04-02 00:05:56 +00:00