Commit Graph

16 Commits

Author SHA1 Message Date
Greg Lewis
c68fd88a5b . Make the instructions for downloading the various source bits clearer.
The instructions are based on text submitted in the PR (by grog).

PR:	42942
2002-10-17 16:31:45 +00:00
Ernst de Haan
2c50b3e55f Not using IGNORE anymore to avoid package building.
.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
2002-10-10 08:38:39 +00:00
Greg Lewis
957134d737 Update to patchset 11. 2002-09-18 10:12:03 +00:00
Greg Lewis
11994ba6da . Synchronise with jdk13 Makefile as much as possible to reduce
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.
2002-08-19 20:47:04 +00:00
Ernst de Haan
c74d548b1e Unified one-line descriptions for JDK ports. 2002-08-12 11:49:59 +00:00
Greg Lewis
2f62ed9f9d . Fix the dependencies for this port following the renaming of the JDK
ports.
. Use (and define if necessary) ${FIND} and ${CPIO}, rather than
  /usr/bin/find and /usr/bin/cpio, respectively.

Reviewed by:	znerd
2002-06-14 19:08:49 +00:00
Kris Kennaway
36de601b52 Switch dependency from open-motif-devel to open-motif, since the former
was removed.

Pointy hat to:	obrien
2002-06-04 00:43:27 +00:00
Greg Lewis
251616adc1 Fix user and group ownership of the installed files when they have been
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
2002-04-13 01:04:08 +00:00
Maxim Sobolev
3d75734ef7 Hand over maintainership to Java Boy (glewis). :))) 2002-04-12 20:05:37 +00:00
Maxim Sobolev
f9d3d952da Update link to the place where distfile can be downloaded.
PR:		27058
Submitted by:	Ernst de Haan <ernst@heinz.jollem.com>
2001-05-03 14:25:51 +00:00
Mario Sergio Fujikawa Ferreira
2f5bb732d3 fix typo:
- the previous replacement of \s+# -> \t\t# triggered
error "Unassociated shell command #"

Submitted by:	Dan Langille <dan@langille.org>
2001-02-14 21:12:54 +00:00
Mario Sergio Fujikawa Ferreira
d124027c46 typo clean up police: \s -> \t 2001-02-14 20:19:44 +00:00
Maxim Sobolev
ee070a89d6 Forcefully set JAVA_COMPILER and CLASSPATH to "" to prevent build from failing.
Reported by:	Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org>
2000-11-03 16:06:41 +00:00
Maxim Sobolev
4f81079d73 Correct patch, so it will apply cleanly.
Submitted by:	Ed Sweeney <edwardsweeney@yahoo.com>
2000-10-16 07:50:21 +00:00
Maxim Sobolev
14f1f7fdbd This port is i386 only for the moment. We need some assembler code written
to make the Alpha work.

Submitted by:	Greg Lewis <glewis@trc.adelaide.edu.au>
2000-10-14 11:58:04 +00:00
Maxim Sobolev
a09d414989 Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code from
Sun and patchset from FreeBSD Java Project.
2000-10-13 12:41:25 +00:00