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

1561 Commits

Author SHA1 Message Date
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
Archie Cobbs
ef738311c7 Add patch to fix a bug.
Approved by:	portmgr
2005-04-01 15:20:45 +00:00
Greg Lewis
4d4b949e11 . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS for
files that are generated by the post-install script (which runs after
  the dynamic packing list has been generated).

Approved by:	portmgr (krion), phantom (maintainer)
2005-03-30 16:51:59 +00:00
Greg Lewis
9606aa53d0 . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS for
files that are generated by the post-install script (which runs after
  the dynamic packing list has been generated).

Approved by:	portmgr (krion), phantom (maintainer)
2005-03-30 15:45:52 +00:00
Greg Lewis
268b4bf864 . Unbreak by updating to 1.2.2.
Approved by:	portmgr (krion)
2005-03-30 15:42:11 +00:00
Archie Cobbs
0104af0f3c Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing.
Approved by:	portmgr (implicitly)
2005-03-29 14:59:38 +00:00
Archie Cobbs
17e32a18a4 Fix previous commit: use ${ECHO} instead of echo.
Approved by:	portmgr (implicitly)
2005-03-28 23:01:36 +00:00
Archie Cobbs
84eaef83b2 Unbreak by removing directory at uninstall time.
Approved by:	portmgr
2005-03-28 22:16:58 +00:00
Kris Kennaway
0216d5d962 BROKEN: Incomplete pkg-plist
Approved by:    portmgr (self)
2005-03-27 02:35:51 +00:00
Kris Kennaway
2d50c86fdb BROKEN: Incorrect pkg-plist
Approved by:    portmgr (self)
2005-03-26 20:43:58 +00:00
Kris Kennaway
f78bb3abde Switch over NOT_FOR_ARCHS to ONLY_FOR_ARCHS=i386 since the configure
script does not seem to allow anything else.

Approved by:    portmgr (self)
2005-03-26 20:31:39 +00:00
Kris Kennaway
b919d86778 BROKEN: Incorrect pkg-plist
Approved by:    portmgr (self)
2005-03-26 20:29:49 +00:00
Kris Kennaway
11b32e61d2 BROKEN: Unfetchable
Approved by:    portmgr (self)
2005-03-26 20:15:05 +00:00
Kris Kennaway
0a64cde632 BROKEN: Unfetchable
Approved by:    portmgr (self)
2005-03-26 19:46:20 +00:00
Kris Kennaway
654d5b9628 BROKEN: Size mismatch
Approved by:    portmgr (kris)
2005-03-26 07:08:21 +00:00
Kris Kennaway
e0e7cc9d88 BROKEN: Size mismatch
Approved by:	portmgr (kris)
2005-03-26 07:02:24 +00:00
Mikhail Teterin
e1463c2f89 Upgrade from 1.7.0 to 1.7.1. The former is no longer available on the
vendor's site.

Approved by:	portmgr	(kris)
2005-03-25 00:59:41 +00:00
Greg Lewis
3e5f30ab66 . Fix a typo that results in an undefined reference (sizof -> sizeof).
PR:		77725
Submitted by:	Anthony Ginepro <anthony.ginepro@laposte.net>
2005-03-21 05:49:33 +00:00
Greg Lewis
760bd5c4bb . Fix a performance issue by using the correct INTERRUPTIBLE_NORESTART
macro.  This will be in patchset 2.

PR:		77162
Submitted by:	phantom
2005-03-21 05:48:04 +00:00
Archie Cobbs
db5bbcfd50 Update to version 1.4.0. 2005-03-21 02:27:56 +00:00
Archie Cobbs
0eeb561272 Update to version 0.14. 2005-03-21 02:27:48 +00:00
Herve Quiroz
17963408e4 - Install Sun Code Conventions sample file [1]
- Disable jikes

PR:		78229 [1]
Submitted by:	Daniel Grund <daniel@dgrund.de> [1]
Approved by:	maintainer timeout
2005-03-20 14:38:06 +00:00
Kirill Ponomarev
732588f89d Remove hardcoded WRKDIR.
Proposed by:	des
2005-03-19 19:00:27 +00:00
Alex Dupre
13e1379905 Unbreak: fix dependency and add a master site. 2005-03-16 15:39:14 +00:00
Wes Peters
71af1d1be7 v4all visual editor toolkit for eclipse.
Supports graphic editing of user interfaces for Swing and SWT.
2005-03-14 05:41:18 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Roman Bogorodskiy
ba8c695480 Change maintainer's e-mail.
PR:	78669
Submitted by:	maintainer
Approved by:	krion (mentor)
2005-03-10 17:24:59 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00