aboutsummaryrefslogtreecommitdiff
path: root/java/jdk16/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0cvs2svn2003-03-291-199/+0
| | | | | Notes: svn path=/head/; revision=77676 svn path=/tags/RELEASE_4_8_0/; revision=77677; tag=release/4.8.0
* Fix checking of libc_r capabilities at FreeBSD version whichAlexey Zelkin2003-03-151-6/+22
| | | | | | | | | | don't have pthread_attr_get_np() at all (early 4.7-STABLE and previous versions). Reported by: Phillip Oleson <poleson@verio.net> Notes: svn path=/head/; revision=77130
* Add runtime test to check of required libc_r functionality. I.e. warnAlexey Zelkin2003-03-131-8/+13
| | | | | | | | | | | people about requirement of libc_r updates as early as possible. Bump PORTREVISION Approved by: portmgr (kris) (implicitly) Notes: svn path=/head/; revision=77122
* Add notice about amount of disk space requiredAlexey Zelkin2003-03-131-0/+9
| | | | Notes: svn path=/head/; revision=77121
* Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,Alexey Zelkin2003-03-131-0/+2
| | | | | | | but sometimes leaves in) Notes: svn path=/head/; revision=77119
* Bump PORTREVISIONAlexey Zelkin2003-03-111-0/+1
| | | | Notes: svn path=/head/; revision=77091
* I am pleased to announce first public -beta patchset of FreeBSD/Java portAlexey Zelkin2003-03-061-166/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr Notes: svn path=/head/; revision=77039
* 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