CVS log for ports/java/jdk13/Attic/Makefile
Up to [FreeBSD] / ports / java / jdk13
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.100
Thu Jul 21 08:39:39 2011 UTC (6 months, 3 weeks ago) by rene
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.99: +1 -1 lines
Remove expired ports: 2011-07-12 java/jdk13: ancient version of Java 2011-07-12 java/linux-sun-jdk13: ancient version of Java
Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Jun 13 05:05:42 2011 UTC (7 months, 4 weeks ago) by glewis
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -0 lines
. Mark all 1.3 associated Java ports for removal in a month. These are ancient and no doubt full of vulnerabilities. There are no dependencies on them.
Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon May 2 12:44:40 2011 UTC (9 months, 1 week ago) by makc
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -1 lines
Bump PORTREVISION after open-mofit update
Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon May 31 01:59:30 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:36:26 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +0 -13 lines
- Remove conditional checks for FreeBSD 5.x and older
Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:38:44 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:51:17 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +8 -8 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Oct 3 23:08:55 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
Remove support for OSVERSION < 5
Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Aug 21 06:11:17 2007 UTC (4 years, 5 months ago) by glewis
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -0 lines
. Add USE_XORG configuration. I'm guessing that prior to the modular xorg ports the Open Motif dependency pulled in the appropriate X11 libraries since this hasn't been a problem previously. Reported by: pointyhat (via kris)
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat May 19 20:13:02 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed Mar 14 16:23:45 2007 UTC (4 years, 10 months ago) by glewis
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -5 lines
. Don't allow bootstrapping with the expired linux-blackdown-jdk13 port. PR: 110169 Submitted by: gabor
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Dec 8 19:43:05 2006 UTC (5 years, 2 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +0 -3 lines
. Diablo JDK 1.3.1 is gone, remove it as a possible bootstrap.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Dec 8 19:39:45 2006 UTC (5 years, 2 months ago) by glewis
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +16 -11 lines
. Replace some hardwired /usr/X11R6 instances with X11BASE. [1] . Replace one hardwired /usr/local instance with LOCALBASE. This wasn't a problem since the port Makefile overrode that variable anyway. . Small Makefile restructure to keep related variables in one place. Pointed out by: pointyhat (via kris) [1]
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:54:34 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -3 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue May 9 00:18:05 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +0 -1 lines
Remove USE_REINPLACE from categories starting with a J
Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Mar 7 08:26:43 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:37:35 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -3 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Jan 13 16:23:47 2006 UTC (6 years ago) by glewis
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +0 -4 lines
. Always fix up the pthread library references, even if we're not building either native threads or HotSpot. This is due to libcmm always wanting to link against a pthread library, which was causing problems on 7-CURRENT since it was erroneously hardwired to -lc_r. This should really fix the problem. Pointed out by: pointyhat via kris
Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun Dec 11 21:59:07 2005 UTC (6 years, 2 months ago) by glewis
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +4 -1 lines
. Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix, and will stay in the port, but it masks an underlying problem that still remains. Reported by: pointyhat (via kris)
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Sep 3 06:13:03 2005 UTC (6 years, 5 months ago) by glewis
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +29 -24 lines
. Tell the user all the files they will need up front, instead of telling porky pies about what they have and prompting them one file at a time. This is a rewording and reworking (for jdk13) of the patch in the attributed PR by fenner@ (which is for jdk14). . Update the (commented out) MASTER_SITES while I'm here. PR: 84644
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Jul 23 07:48:59 2005 UTC (6 years, 6 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -1 lines
. Set a BUILD_DEPENDS for consistency. . Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Jul 23 07:02:22 2005 UTC (6 years, 6 months ago) by glewis
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +5 -7 lines
. Default to using jbootstrap as the bootstrap, not linux-blackdown-jdk13. PR: 83758
Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed Apr 27 20:32:47 2005 UTC (6 years, 9 months ago) by glewis
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +8 -8 lines
. Bump PORTREVISION for the previous fix for jar(1). . Don't build the plugin by default as it has security flaws.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Nov 28 05:38:00 2004 UTC (7 years, 2 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -0 lines
. Mark FORBIDDEN when building the browser plugin.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Aug 31 19:41:41 2004 UTC (7 years, 5 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
. Don't let find(1) descend into directories that may have already been deleted. PR: 71019 Submitted by: Rainer Goellner <rainer@jabbe.de>
Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Feb 6 17:03:09 2004 UTC (8 years ago) by glewis
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -0 lines
. It appears as though diablo is problematic on 5.x still, so default to bootstrapping with the Linux JDK if there isn't a previously compiled native one.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Feb 6 16:51:50 2004 UTC (8 years ago) by glewis
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -0 lines
. Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports. Reminded by: kris
Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Feb 4 04:36:04 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Jan 23 18:11:58 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
Now gettext 0.12.1 is gettext-old.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Jan 22 12:18:29 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +0 -2 lines
Use the CPIO macro defined in bsd.port.mk.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Jan 22 11:05:57 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +0 -1 lines
Use the SORT macro from bsd.port.mk.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Jan 20 19:53:55 2004 UTC (8 years ago) by glewis
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +8 -3 lines
. Add ${LOCALBASE}/lib to the default search path for JNI libraries for
HotSpot as well.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Jan 19 19:28:40 2004 UTC (8 years ago) by glewis
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -2 lines
. Add ${LOCALBASE}/lib to the default search path for libraries when using
JNI.
XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
be added? /lib is part of the default search path on Linux.
Requested by: marcus
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Jan 19 19:22:31 2004 UTC (8 years ago) by glewis
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +8 -8 lines
. Convert spaces to tabs.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Jan 14 19:44:47 2004 UTC (8 years ago) by glewis
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -0 lines
. Install the cacerts file from Sun's 1.3.1_10 release to avoid some problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Dec 19 19:00:06 2003 UTC (8 years, 1 month ago) by glewis
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +6 -23 lines
. Update to 1.3.1 patchset 9.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Oct 28 18:15:01 2003 UTC (8 years, 3 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -1 lines
. Fix the plugin build when LOCALBASE is not /usr/local. PR: 58618 Submitted by: harti
Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Oct 16 23:06:29 2003 UTC (8 years, 3 months ago) by glewis
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
. Fix pre-everything target. PR: 58148 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Oct 8 00:45:01 2003 UTC (8 years, 4 months ago) by glewis
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +17 -1 lines
. Use ${PTHREAD_LIBS} rather than -pthread.
Suggested by: mi
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Aug 31 22:43:08 2003 UTC (8 years, 5 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -0 lines
. Remove native_threads directories when native threads are not specified during the compile. The native threads java_vm binaries are compiled regardless of the settings and were causing problems with the packing list. . Fix packing list so that native_threads versions of java_vm are conditionalised. PR: 56007
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Aug 30 15:33:23 2003 UTC (8 years, 5 months ago) by glewis
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +9 -2 lines
. Check for a setting of "-mcpu=k6" in CFLAGS and error if so. This setting will cause an internal compiler error in gcc 2.95.x when compiling the JDK. PR: 46269 Submitted by: Simon Barner <barner@in.tum.de>
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Aug 29 21:12:18 2003 UTC (8 years, 5 months ago) by glewis
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +6 -3 lines
. Add support for bootstrapping with the Diablo Caffe JDK. The bootstrap order is now: . linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set. . A previous installation of this port, if it exists. . The Diablo Caffe JDK. That is, the Diablo Caffe JDK is now the default bootstrapper in the absence of a previous installation of this port.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Aug 22 17:07:07 2003 UTC (8 years, 5 months ago) by glewis
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -4 lines
. Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
previously used, as it handles indirections which cause the same
problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
detects a link.
PR: 43602
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Aug 2 17:28:31 2003 UTC (8 years, 6 months ago) by glewis
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +12 -20 lines
1. Autodetect a previous jdk13 install and use that to bootstrap by default if it exists. This can be overidden either using JDK13DIR or setting WITH_LINUX_BOOTSTRAP. 2. Don't create directories for new files, invoke patch with -p0. PR: 52195 [1] Submitted by: David Yeske <dyeske@yahoo.com> [1 - based on]
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jul 21 17:21:49 2003 UTC (8 years, 6 months ago) by glewis
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
. Switch to using the appropriate Blackdown JDK for bootstrapping since it doesn't require user intervention to download and install. PR: 30576
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Jun 15 05:55:36 2003 UTC (8 years, 7 months ago) by glewis
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
. In the cases where we need gtar, its an EXTRACT_DEPENDS, not a BUILD_DEPENDS.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Jun 15 05:53:02 2003 UTC (8 years, 7 months ago) by glewis
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +11 -11 lines
. Reorder the check for the source and patchset so that the failure messages are produced in the order that they were intended.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue May 6 14:55:19 2003 UTC (8 years, 9 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
. Bump PORTREVISION for the recent fixes. Reminded by: lioux
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Apr 22 20:05:21 2003 UTC (8 years, 9 months ago) by glewis
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +0 -2 lines
. Fix the shell wrapper to cope with HotSpot and as a result remove the warning that the Classic VM is unusable with HotSpot. Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Apr 7 18:23:31 2003 UTC (8 years, 10 months ago) by glewis
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +4 -0 lines
1. Clean up demo/jfc/SwingSet2/resources before the install. This should not be installed, but appears to be on rare occasions for reasons unknown. 2. Add handling of share/doc/java, previously only done in pkg-plist. PR: 50092 (2) Submitted by: Munehiro Matsuda <haro@kgt.co.jp> (2)
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Mar 4 03:07:17 2003 UTC (8 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Don't set IGNORE when PACKAGE_BUILDING
Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Feb 28 17:56:43 2003 UTC (8 years, 11 months ago) by glewis
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -0 lines
de-pkg-comment
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Feb 28 17:54:40 2003 UTC (8 years, 11 months ago) by glewis
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +82 -1 lines
1. Bump PORTREVISION for this and previous changes. 2. Enable compiling the HotSpot JVM. This is experimental and there are a number of caveats with its use that are reported by the port. The flag to enable this is WITH_HOTSPOT. 3. Try to pick some OSVERSION settings appropriate for the current native threads implementation. PR: 47397 (2) Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> (2)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Feb 12 19:00:41 2003 UTC (8 years, 11 months ago) by glewis
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2 lines
. Update to patchset 8.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jan 30 11:10:10 2003 UTC (9 years ago) by glewis
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Be consistent. If we're going to explicitly use /sbin/sysctl to check the value, then tell the user to use that to set the value too.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jan 30 08:23:52 2003 UTC (9 years ago) by kris
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Use the full path to /sbin/sysctl Noticed by: 'make index' in crontab
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Oct 31 20:20:37 2002 UTC (9 years, 3 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +10 -0 lines
. Add optional (default: off) runtime dependencies for the font packages necessary to support the different font.properties that are installed.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Oct 31 17:56:56 2002 UTC (9 years, 3 months ago) by glewis
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
. Fix UDP packet broadcasting. . Bump PORTREVISION. Submitted by: daichi, Tetsuo Suzuki <tetsuo@ss-lab.net>
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Oct 29 05:17:59 2002 UTC (9 years, 3 months ago) by glewis
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
. Check for open-motif with libXm.so, which we actually use, instead of libMrm.a, which isn't.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Oct 29 05:16:16 2002 UTC (9 years, 3 months ago) by glewis
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
. In the informative message regarding downloading the necessary files,
use ${DISTDIR} rather than /usr/ports/distfiles.
Submitted by: Mike Meyer <mwm@mired.org>
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Oct 25 05:54:09 2002 UTC (9 years, 3 months ago) by glewis
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +8 -8 lines
. echo -> ${ECHO_MSG}
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Oct 18 21:45:45 2002 UTC (9 years, 3 months ago) by glewis
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
. More XIM fixes for Japanese users (and presumably others with similar character sets). . Bump PORTREVISION. Submitted by: daichi
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Oct 17 16:30:53 2002 UTC (9 years, 3 months ago) by glewis
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +26 -6 lines
. Make the instructions for downloading the various source bits clearer. The instructions are based on text submitted in the PR (by grog). PR: 42942
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Oct 10 08:38:38 2002 UTC (9 years, 4 months ago) by znerd
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -5 lines
Not using IGNORE anymore to avoid package building. .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= "You can not legally distribute binaries" .endif This was superfluous and inhibiting package builds of things that depend on the port. Having RESTRICTED and NO_CDROM is enough to ensure that a package will not appear on the FTP site or a CDROM (it will be built and used as a basis for other packages to build with, but will be deleted at the end of the build run). Requested by: kris Reviewed by: portmgr (silence) PR: 42758
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Aug 10 10:31:01 2002 UTC (9 years, 6 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Changed the installation directory of the Sun JDK 1.3.x for Linux to linux-sun-jdk1.3.1. PR: 41424
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Aug 8 18:41:44 2002 UTC (9 years, 6 months ago) by glewis
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
. Fix a typo in a message printed out to the user.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Aug 6 16:36:21 2002 UTC (9 years, 6 months ago) by glewis
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +9 -0 lines
Add a check in pre-build for a sysctl which will cause an error during bootstrapping with the Linux JDK.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Aug 5 18:19:58 2002 UTC (9 years, 6 months ago) by glewis
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -2 lines
Now that sobomax has updated the system version of tar don't redefine TAR and add gtar to BUILD_DEPENDS unless the OSVERSION is old enough. Small tweak by me to note that sobomax has MFC'ed the tar update. Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jul 25 18:31:26 2002 UTC (9 years, 6 months ago) by glewis
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -2 lines
Update to patchset 7.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jul 15 07:17:24 2002 UTC (9 years, 6 months ago) by glewis
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Remove unintentional dependency on readlink by replacing the call to it with a piece of sh+awk based on a recent post to freebsd-arch by Cyrille Lefevre <cyrille.lefevre@laposte.net>.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jul 7 21:38:45 2002 UTC (9 years, 7 months ago) by glewis
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -1 lines
Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jun 27 05:34:39 2002 UTC (9 years, 7 months ago) by glewis
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +13 -0 lines
Add a pre-build target to check for a setting of WRKDIRPREFIX which will result in the InvokerGen.java target failing. The bootstrapping Linux JDK will confuse itself if WRKDIRPREFIX also exists in /compat/linux as a symbolic link to the directory in the standard FreeBSD hierarchy. Much appreciated sleuth work by: dillon
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jun 26 05:10:24 2002 UTC (9 years, 7 months ago) by glewis
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0 lines
Add open-motif to RUN_DEPENDS temporarily until we teach the JDK to statically link with the Motif libraries. Submitted by: "Alexander Zagrebin" <alexz@visp.ru>
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jun 13 16:01:25 2002 UTC (9 years, 8 months ago) by glewis
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +19 -16 lines
. Fix dependencies after recent JDK ports repo copy. PR: 39231 . Don't use -p with ${MKDIR}, its the default. . Define (if necessary) and use ${SORT}, ${CPIO} and ${FIND} rather than hardwiring them as /usr/bin/sort, etc. Apologies to sobomax for not asking for a review, I thought it important to unbreak the port as quickly as possible. Submitted by: alane (dependencies), znerd
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue May 28 01:47:45 2002 UTC (9 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -2 lines
Use correct Open Motif.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri May 3 05:36:11 2002 UTC (9 years, 9 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -0 lines
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
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri May 3 05:32:22 2002 UTC (9 years, 9 months ago) by glewis
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
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
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Apr 16 18:24:41 2002 UTC (9 years, 9 months ago) by glewis
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
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
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Apr 16 06:08:42 2002 UTC (9 years, 9 months ago) by glewis
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Bump PORTREVISION due to the last two changes to the port. Approved by: sobomax
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Apr 15 19:26:24 2002 UTC (9 years, 9 months ago) by glewis
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Start my bid for world domination by taking maintainership of the jdk13 port. Reviewed by: sobomax Approved by: sobomax
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Apr 12 04:34:41 2002 UTC (9 years, 10 months ago) by glewis
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
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
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Apr 6 20:41:28 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Now creating an 'ext' directory as a subdirectory of the application home directory. Prompted by: Marc Recht <recht@contentmedia.de>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 13 15:06:15 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +9 -2 lines
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.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Mar 11 17:21:05 2002 UTC (9 years, 11 months ago) by znerd
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
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
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Mar 6 10:26:47 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
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>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 20 08:12:38 2002 UTC (9 years, 11 months ago) by davidc
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Corrected the gtk version number at the request of Greg Lewis. Submitted by: Greg Lewis
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Feb 19 18:19:30 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Use correct LIB_DEPENDS. PR: 35120 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 14 16:01:23 2002 UTC (9 years, 11 months ago) by patrick
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -7 lines
Fix ampersand entities... Submitted by: Remco van't Veer
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 14 12:52:08 2002 UTC (9 years, 11 months ago) by patrick
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +47 -1 lines
Update to patch set 6 PR: 34923 Submitted by: Greg Lewis
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Dec 14 08:26:44 2001 UTC (10 years, 1 month ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriate place.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 16 12:43:07 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -3 lines
Update to patchlevel 5. PR: 31257 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Sep 12 11:18:38 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Fix a potential crash on 5-CURRENT. Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 10 11:43:08 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Update to patchlevel 4. This release contains many critical bug fixes, so please make sure that you have upgraded before reporting a bug or problem. PR: 30481 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 27 18:58:45 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +30 -62 lines
Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied from jdk12-beta). PR: 29949 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 3 14:25:51 2001 UTC (10 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update link to the place where distfile can be downloaded. PR: 27058 Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 14 21:12:54 2001 UTC (10 years, 11 months ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
fix typo: - the previous replacement of \s+# -> \t\t# triggered error "Unassociated shell command #" Submitted by: Dan Langille <dan@langille.org>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 14 20:19:37 2001 UTC (10 years, 11 months ago) by lioux
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
typo clean up police: \s -> \t
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 3 16:06:41 2000 UTC (11 years, 3 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2 lines
Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing. Reported by: Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 14 11:58:04 2000 UTC (11 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
This port is i386 only for the moment. We need some assembler code written to make the Alpha work. Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 13 12:41:25 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code from Sun and patchset from FreeBSD Java Project.
