summaryrefslogtreecommitdiffstats
path: root/java/jdk12
Commit message (Collapse)AuthorAgeFilesLines
* Allow the build to commence by changing the BUILD_DEPENDS on jfc tokris2003-04-071-2/+2
| | | | PATCH_DEPENDS, since it is required by pre-patch
* Add another check for !PACKAGE_BUILDING when setting IGNOREkris2003-03-101-1/+1
|
* . Allow package building on bento to bypass the distfile check.glewis2003-03-061-1/+1
| | | | Requested by: kris
* . Commit the version of these patches with the correct paths. Grrr.glewis2003-02-212-14/+8
|
* de-pkg-commentglewis2003-02-212-1/+1
|
* . Make portlint happier.glewis2003-02-201-5/+4
|
* . Use <sys/soundcard.h> on FreeBSD (fixes compilation on 5.x).glewis2003-02-202-0/+32
| | | | | | | | . Cope with gcc 3.x in a preprocessor conditional. PR: 47707, 47699 Submitted by: grog (PRs), "R. Lake" <rich@lakes.plus.com> (independently in email)
* Be consistent. If we're going to explicitly use /sbin/sysctl to checkglewis2003-01-301-1/+1
| | | | the value, then tell the user to use that to set the value too.
* Use the full path to /sbin/sysctlkris2003-01-301-1/+1
| | | | Noticed by: 'make index' in crontab
* Don't remove system directories share/java, share/java/classes, andkris2002-11-101-3/+0
| | | | share/doc
* . Make the instructions for downloading the various source bits clearer.glewis2002-10-171-6/+27
| | | | | | The instructions are based on text submitted in the PR (by grog). PR: 42942
* Not using IGNORE anymore to avoid package building.znerd2002-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
* Update to patchset 11.glewis2002-09-184-15/+21
|
* . 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