summaryrefslogtreecommitdiff
path: root/java/jdk13 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unified one-line descriptions for JDK ports.Ernst de Haan2002-08-121-1/+1
| | | | Notes: svn path=/head/; revision=64418
* 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
* Improved font.properties.ja based on the Kochi fonts rather than theGreg Lewis2002-08-051-0/+308
| | | | | | | | | Watanabe/Wadalab fonts. Submitted by: daichi <daichi@ongs.co.jp> Notes: svn path=/head/; revision=64061
* 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
* Add in a patch from the porting repository that allows people to buildGreg Lewis2002-08-051-0/+62
| | | | | | | HotSpot if they wish (by hand, not via the port yet). Notes: svn path=/head/; revision=64059
* Update to patchset 7.Greg Lewis2002-07-2517-554/+2
| | | | 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
* . Fix compilation on FreeBSD 4.2 by including <sys/param.h>Greg Lewis2002-06-111-0/+20
| | | | | | | | | | | | | | | PR: 36871 . Fix compilation on -CURRENT using gcc 3.1 by including <string.h> (for strlen(3)) Reported and tested by: John Angelmo <john@veidit.net> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=61131
* Rename monstrously long patch filenames that were causing tar to exceedKris Kennaway2002-06-0512-11/+11
| | | | | | | length limitations (100 characters) and fail. Notes: svn path=/head/; revision=60663
* 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-039-10/+176
| | | | | | | | | | | | | | | | | | | | | | 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
* Correct pkg-plist.Maxim Sobolev2002-04-231-1/+1
| | | | Notes: svn path=/head/; revision=58022
* Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>Greg Lewis2002-04-162-0/+32
| | | | | | | | | | | | | rather than <machine/soundcard.h>. This doesn't affect the build on 4-STABLE. PR: 36988 Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57770
* Add a temporary dependency on gettext-old and use msgfmt-old to processGreg Lewis2002-04-162-0/+10
| | | | | | | | | | | | | | | 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
* Fix some crash bugs in the browser plugin code by usingGreg Lewis2002-04-161-0/+31
| | | | | | | | | | | the correct functions to call static Java methods. Submitted by: Richard Tobin <richard@cogsci.ed.ac.uk> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57742
* Add Taiwan Chinese font properties support (if I understandGreg Lewis2002-04-163-0/+255
| | | | | | | | | | | the locale correctly). Submitted by: Zhenbang Wei <forth@zbwei.net> (via clive) Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57741
* 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
* A better fix for creating src.jar. Using tar by itself fails because theGreg Lewis2002-04-121-5/+4
| | | | | | | | | | | | | | argument list is too long. Hence the first patch invoked tar once for each file. This works, but is inefficient. This version of the patch uses cpio in pass through mode to copy all the files at once. PR: 35658 Submitted by: "Remco van 't Veer" <rwvtveer@xs4all.nl> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57603
* 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-062-1/+3
| | | | | | | | | the application home directory. Prompted by: Marc Recht <recht@contentmedia.de> Notes: svn path=/head/; revision=57390
* Correct when WITHOUT_PLUGIN is defined.Maxim Sobolev2002-03-151-5/+5
| | | | | | | | PR: 35899 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=56129
* Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. ThisMaxim Sobolev2002-03-133-4/+23
| | | | | | | | | | | | | | | | | 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
* Fixes the problem that the source JAR is too small.Ernst de Haan2002-03-111-0/+26
| | | | | | | | Submitted by: Greg Lewis PR: ports/35658 Notes: svn path=/head/; revision=55855
* 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
* Correct pkg-plist in the default and NODEBUG cases.Maxim Sobolev2002-02-181-6/+6
| | | | Notes: svn path=/head/; revision=54872
* 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-143-2/+207
| | | | | | | | 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-165-73/+7
| | | | | | | | 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-122-0/+29
| | | | | | | 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-106-300/+55
| | | | | | | | | | 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
* Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied fromMaxim Sobolev2001-08-279-480/+1564
| | | | | | | | | | jdk12-beta). PR: 29949 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=46988
* Update link to the place where distfile can be downloaded.Maxim Sobolev2001-05-031-2/+2
| | | | | | | | PR: 27058 Submitted by: Ernst de Haan <ernst@heinz.jollem.com> Notes: svn path=/head/; revision=42219
* fix typo:Mario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | | | | | | | - the previous replacement of \s+# -> \t\t# triggered error "Unassociated shell command #" Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=38347
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38343
* Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing.Maxim Sobolev2000-11-031-1/+3
| | | | | | | Reported by: Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org> Notes: svn path=/head/; revision=34749
* Correct patch, so it will apply cleanly.Maxim Sobolev2000-10-161-2/+2
| | | | | | | Submitted by: Ed Sweeney <edwardsweeney@yahoo.com> Notes: svn path=/head/; revision=33886
* This port is i386 only for the moment. We need some assembler code writtenMaxim Sobolev2000-10-141-0/+1
| | | | | | | | | to make the Alpha work. Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au> Notes: svn path=/head/; revision=33820
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromMaxim Sobolev2000-10-137-0/+1206
Sun and patchset from FreeBSD Java Project. Notes: svn path=/head/; revision=33771