aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk13
Commit message (Collapse)AuthorAgeFilesLines
* Correct pkg-plist.sobomax2002-04-231-1/+1
|
* Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>glewis2002-04-172-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
* Add a temporary dependency on gettext-old and use msgfmt-old to processglewis2002-04-172-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
* Bump PORTREVISION due to the last two changes to the port.glewis2002-04-161-1/+1
| | | | Approved by: sobomax
* Fix some crash bugs in the browser plugin code by usingglewis2002-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
* Add Taiwan Chinese font properties support (if I understandglewis2002-04-163-0/+255
| | | | | | | | the locale correctly). Submitted by: Zhenbang Wei <forth@zbwei.net> (via clive) Reviewed by: sobomax Approved by: sobomax
* Start my bid for world domination by taking maintainershipglewis2002-04-161-1/+1
| | | | | | | of the jdk13 port. Reviewed by: sobomax Approved by: sobomax
* A better fix for creating src.jar. Using tar by itself fails because theglewis2002-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
* Fix user and group ownership of the installed files when they have beenglewis2002-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
* Now creating an 'ext' directory as a subdirectory ofznerd2002-04-072-1/+3
| | | | | | the application home directory. Prompted by: Marc Recht <recht@contentmedia.de>
* Correct when WITHOUT_PLUGIN is defined.sobomax2002-03-151-5/+5
| | | | | PR: 35899 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. Thissobomax2002-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.
* Bumped PORTREVISION. Added a patch earlier today, and theznerd2002-03-121-0/+1
| | | | | | | port should be rebuilt for the patch to be applied. Now portupgrade should work as expected. PR: ports/35658
* Fixes the problem that the source JAR is too small.znerd2002-03-111-0/+26
| | | | | Submitted by: Greg Lewis PR: ports/35658
* Add urwfonts into RUN_DEPENDS to prevent lot of "missed font" warnings whensobomax2002-03-061-1/+2
| | | | | | | starting any Swing app. PR: 31364 Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
* Corrected the gtk version number at the request of Greg Lewis.davidc2002-02-201-1/+1
| | | | Submitted by: Greg Lewis
* Use correct LIB_DEPENDS.sobomax2002-02-201-1/+1
| | | | | PR: 35120 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Correct pkg-plist in the default and NODEBUG cases.sobomax2002-02-191-6/+6
|
* Fix ampersand entities...patrick2002-02-151-7/+7
| | | | Submitted by: Remco van't Veer
* Update to patch set 6patrick2002-02-143-2/+207
| | | | | PR: 34923 Submitted by: Greg Lewis
* Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriatesobomax2001-12-141-1/+1
| | | | place.
* Update to patchlevel 5.sobomax2001-10-165-73/+7
| | | | | PR: 31257 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Fix a potential crash on 5-CURRENT.sobomax2001-09-122-0/+29
| | | | Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
* Update to patchlevel 4. This release contains many critical bug fixes, sosobomax2001-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>
* Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied fromsobomax2001-08-289-480/+1564
| | | | | | | jdk12-beta). PR: 29949 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Update link to the place where distfile can be downloaded.sobomax2001-05-031-2/+2
| | | | | PR: 27058 Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
* fix typo:lioux2001-02-151-1/+1
| | | | | | | - the previous replacement of \s+# -> \t\t# triggered error "Unassociated shell command #" Submitted by: Dan Langille <dan@langille.org>
* typo clean up police: \s -> \tlioux2001-02-151-1/+1
|
* Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing.sobomax2000-11-041-1/+3
| | | | Reported by: Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org>
* Correct patch, so it will apply cleanly.sobomax2000-10-161-2/+2
| | | | Submitted by: Ed Sweeney <edwardsweeney@yahoo.com>
* This port is i386 only for the moment. We need some assembler code writtensobomax2000-10-141-0/+1
| | | | | | to make the Alpha work. Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromsobomax2000-10-137-0/+1206
Sun and patchset from FreeBSD Java Project.