summaryrefslogtreecommitdiffstats
path: root/java/jdk12
Commit message (Collapse)AuthorAgeFilesLines
* . Synchronise with jdk13 Makefile as much as possible to reduceglewis2002-08-191-9/+38
| | | | | | | | | | | | maintenance. The main changes are: . Use 'p' for the patchset version, not 'b' and refer to the patchset internally with JDK_PATCHSET_VERSION rather than JDK_BETALEVEL. . Add the NATIVE_BOOTSTRAP feature and synchronise DEPENDS lists as much as possible. . Add the extra pre-build checks to try and avoid build errors. . There is also a very minor amount of whitespace diff reduction (this should have gone in a separate commit). Last hunk of the diff.
* Unified one-line descriptions for JDK ports.znerd2002-08-121-1/+1
|
* . Fix the dependencies for this port following the renaming of the JDKglewis2002-06-141-8/+10
| | | | | | | | ports. . Use (and define if necessary) ${FIND} and ${CPIO}, rather than /usr/bin/find and /usr/bin/cpio, respectively. Reviewed by: znerd
* Switch dependency from open-motif-devel to open-motif, since the formerkris2002-06-041-1/+1
| | | | | | was removed. Pointy hat to: obrien
* Fix user and group ownership of the installed files when they have beenglewis2002-04-131-4/+4
| | | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. This leaves 11 of the ports listed in the PR still to go. PR: 36411 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
* Hand over maintainership to Java Boy (glewis). :)))sobomax2002-04-121-1/+1
|
* 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-141-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-141-1/+1
|
* Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing.sobomax2000-11-031-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.
OpenPOWER on IntegriCloud