aboutsummaryrefslogtreecommitdiff
path: root/java/jdk13/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 1. Autodetect a previous jdk13 install and use that to bootstrap byGreg Lewis2003-08-021-20/+12
| | | | | | | | | | | | 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] Notes: svn path=/head/; revision=86195
* . Switch to using the appropriate Blackdown JDK for bootstrapping sinceGreg Lewis2003-07-211-2/+2
| | | | | | | | | it doesn't require user intervention to download and install. PR: 30576 Notes: svn path=/head/; revision=85308
* . In the cases where we need gtar, its an EXTRACT_DEPENDS, not aGreg Lewis2003-06-151-2/+2
| | | | | | | BUILD_DEPENDS. Notes: svn path=/head/; revision=83001
* . Reorder the check for the source and patchset so that the failureGreg Lewis2003-06-151-11/+11
| | | | | | | messages are produced in the order that they were intended. Notes: svn path=/head/; revision=83000
* . Bump PORTREVISION for the recent fixes.Greg Lewis2003-05-061-1/+1
| | | | | | | Reminded by: lioux Notes: svn path=/head/; revision=80268
* . Fix the shell wrapper to cope with HotSpot and as a result remove theGreg Lewis2003-04-221-2/+0
| | | | | | | | | warning that the Classic VM is unusable with HotSpot. Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> Notes: svn path=/head/; revision=79471
* 1. Clean up demo/jfc/SwingSet2/resources before the install. This shouldGreg Lewis2003-04-071-0/+4
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=78534
* Don't set IGNORE when PACKAGE_BUILDINGKris Kennaway2003-03-041-2/+2
| | | | Notes: svn path=/head/; revision=76825
* de-pkg-commentGreg Lewis2003-02-281-0/+1
| | | | Notes: svn path=/head/; revision=76665
* 1. Bump PORTREVISION for this and previous changes.Greg Lewis2003-02-281-1/+82
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=76664
* . Update to patchset 8.Greg Lewis2003-02-121-2/+1
| | | | Notes: svn path=/head/; revision=75384
* Be consistent. If we're going to explicitly use /sbin/sysctl to checkGreg Lewis2003-01-301-1/+1
| | | | | | | the value, then tell the user to use that to set the value too. Notes: svn path=/head/; revision=74272
* Use the full path to /sbin/sysctlKris Kennaway2003-01-301-1/+1
| | | | | | | Noticed by: 'make index' in crontab Notes: svn path=/head/; revision=74251
* . Add optional (default: off) runtime dependencies for the font packagesGreg Lewis2002-10-311-0/+10
| | | | | | | necessary to support the different font.properties that are installed. Notes: svn path=/head/; revision=69210
* . Fix UDP packet broadcasting.Greg Lewis2002-10-311-1/+1
| | | | | | | | | . Bump PORTREVISION. Submitted by: daichi, Tetsuo Suzuki <tetsuo@ss-lab.net> Notes: svn path=/head/; revision=69202
* . Check for open-motif with libXm.so, which we actually use, instead ofGreg Lewis2002-10-291-2/+2
| | | | | | | libMrm.a, which isn't. Notes: svn path=/head/; revision=69076
* . In the informative message regarding downloading the necessary files,Greg Lewis2002-10-291-3/+3
| | | | | | | | | use ${DISTDIR} rather than /usr/ports/distfiles. Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=69074
* . echo -> ${ECHO_MSG}Greg Lewis2002-10-251-8/+8
| | | | Notes: svn path=/head/; revision=68769
* . More XIM fixes for Japanese users (and presumably others with similarGreg Lewis2002-10-181-0/+1
| | | | | | | | | | character sets). . Bump PORTREVISION. Submitted by: daichi Notes: svn path=/head/; revision=68294
* . Make the instructions for downloading the various source bits clearer.Greg Lewis2002-10-171-6/+26
| | | | | | | | | The instructions are based on text submitted in the PR (by grog). PR: 42942 Notes: svn path=/head/; revision=68216
* Not using IGNORE anymore to avoid package building.Ernst de Haan2002-10-101-5/+2
| | | | | | | | | | | | | | | | | | | .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 Notes: svn path=/head/; revision=67730
* Changed the installation directory of the Sun JDK 1.3.x for Linux toErnst de Haan2002-08-101-1/+1
| | | | | | | | | linux-sun-jdk1.3.1. PR: 41424 Notes: svn path=/head/; revision=64324
* . Fix a typo in a message printed out to the user.Greg Lewis2002-08-081-1/+1
| | | | Notes: svn path=/head/; revision=64246
* Add a check in pre-build for a sysctl which will cause an error duringGreg Lewis2002-08-061-0/+9
| | | | | | | bootstrapping with the Linux JDK. Notes: svn path=/head/; revision=64108
* Now that sobomax has updated the system version of tar don't redefineGreg Lewis2002-08-051-2/+5
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=64060
* Update to patchset 7.Greg Lewis2002-07-251-2/+1
| | | | Notes: svn path=/head/; revision=63554
* Remove unintentional dependency on readlink by replacing the call to itGreg Lewis2002-07-151-1/+1
| | | | | | | | with a piece of sh+awk based on a recent post to freebsd-arch by Cyrille Lefevre <cyrille.lefevre@laposte.net>. Notes: svn path=/head/; revision=62964
* Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.Greg Lewis2002-07-071-1/+3
| | | | Notes: svn path=/head/; revision=62611
* Add a pre-build target to check for a setting of WRKDIRPREFIX which willGreg Lewis2002-06-271-0/+13
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=62075
* Add open-motif to RUN_DEPENDS temporarily until we teach the JDK toGreg Lewis2002-06-261-0/+1
| | | | | | | | | statically link with the Motif libraries. Submitted by: "Alexander Zagrebin" <alexz@visp.ru> Notes: svn path=/head/; revision=61980
* . Fix dependencies after recent JDK ports repo copy.Greg Lewis2002-06-131-16/+19
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=61223
* Use correct Open Motif.David E. O'Brien2002-05-281-2/+1
| | | | Notes: svn path=/head/; revision=60158
* Add a NATIVE_BOOTSTRAP knob which allows people to bootstrap withGreg Lewis2002-05-031-0/+4
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=58483
* Really fix the incompatibilities with gettext 0.11. The previousGreg Lewis2002-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=58482
* Add a temporary dependency on gettext-old and use msgfmt-old to processGreg Lewis2002-04-161-0/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=57767
* Bump PORTREVISION due to the last two changes to the port.Greg Lewis2002-04-161-1/+1
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=57744
* Start my bid for world domination by taking maintainershipGreg Lewis2002-04-151-1/+1
| | | | | | | | | | of the jdk13 port. Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57729
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-04-121-4/+4
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=57602
* Now creating an 'ext' directory as a subdirectory ofErnst de Haan2002-04-061-1/+2
| | | | | | | | | the application home directory. Prompted by: Marc Recht <recht@contentmedia.de> Notes: svn path=/head/; revision=57390
* Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. ThisMaxim Sobolev2002-03-131-2/+9
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=56006
* Bumped PORTREVISION. Added a patch earlier today, and theErnst de Haan2002-03-111-0/+1
| | | | | | | | | | port should be rebuilt for the patch to be applied. Now portupgrade should work as expected. PR: ports/35658 Notes: svn path=/head/; revision=55872
* Add urwfonts into RUN_DEPENDS to prevent lot of "missed font" warnings whenMaxim Sobolev2002-03-061-1/+2
| | | | | | | | | | starting any Swing app. PR: 31364 Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz> Notes: svn path=/head/; revision=55626
* Corrected the gtk version number at the request of Greg Lewis.Chad David2002-02-201-1/+1
| | | | | | | Submitted by: Greg Lewis Notes: svn path=/head/; revision=54961
* Use correct LIB_DEPENDS.Maxim Sobolev2002-02-191-1/+1
| | | | | | | | PR: 35120 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=54920
* Fix ampersand entities...Patrick S. Gardella2002-02-141-7/+7
| | | | | | | Submitted by: Remco van't Veer Notes: svn path=/head/; revision=54708
* Update to patch set 6Patrick S. Gardella2002-02-141-1/+47
| | | | | | | | PR: 34923 Submitted by: Greg Lewis Notes: svn path=/head/; revision=54694
* Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriateMaxim Sobolev2001-12-141-1/+1
| | | | | | | place. Notes: svn path=/head/; revision=51523
* Update to patchlevel 5.Maxim Sobolev2001-10-161-3/+6
| | | | | | | | PR: 31257 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=48838
* Fix a potential crash on 5-CURRENT.Maxim Sobolev2001-09-121-0/+1
| | | | | | | Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> Notes: svn path=/head/; revision=47744
* Update to patchlevel 4. This release contains many critical bug fixes, soMaxim Sobolev2001-09-101-3/+3
| | | | | | | | | | please make sure that you have upgraded before reporting a bug or problem. PR: 30481 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=47603