aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk12
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-03-21 03:33:14 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-03-21 03:33:14 +0000
commit847931245a69c4c8a74a4f649a4135c919967d79 (patch)
tree18adb833a05677075473f4ea4c4fed4f720bde77 /java/openjdk12
parent0024744c3dfb2c374330afb91263464cfb62fd47 (diff)
downloadports-847931245a69c4c8a74a4f649a4135c919967d79.tar.gz
ports-847931245a69c4c8a74a4f649a4135c919967d79.zip
Add a port of OpenJDK 12
Notes
Notes: svn path=/head/; revision=496410
Diffstat (limited to 'java/openjdk12')
-rw-r--r--java/openjdk12/files/cacertsbin0 -> 102225 bytes
-rw-r--r--java/openjdk12/files/patch-configure14
-rw-r--r--java/openjdk12/pkg-descr3
-rw-r--r--java/openjdk12/pkg-message16
4 files changed, 33 insertions, 0 deletions
diff --git a/java/openjdk12/files/cacerts b/java/openjdk12/files/cacerts
new file mode 100644
index 000000000000..02181bef7e36
--- /dev/null
+++ b/java/openjdk12/files/cacerts
Binary files differ
diff --git a/java/openjdk12/files/patch-configure b/java/openjdk12/files/patch-configure
new file mode 100644
index 000000000000..59daa4ff854f
--- /dev/null
+++ b/java/openjdk12/files/patch-configure
@@ -0,0 +1,14 @@
+--- configure.orig 2019-03-12 12:38:39.648907000 -0700
++++ configure 2019-03-12 12:39:04.275572000 -0700
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!%%LOCALBASE%%/bin/bash
+ #
+ # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+ # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+@@ -32,4 +32,4 @@
+ # Delegate to wrapper, forcing wrapper to believe $0 is this script by using -c.
+ # This trick is needed to get autoconf to co-operate properly.
+ # The ${-:+-$-} construction passes on bash options.
+-bash ${-:+-$-} -c ". $this_script_dir/make/autoconf/configure" $this_script_dir/configure CHECKME $this_script_dir "$@"
++%%LOCALBASE%%/bin/bash ${-:+-$-} -c ". $this_script_dir/make/autoconf/configure" $this_script_dir/configure CHECKME $this_script_dir "$@"
diff --git a/java/openjdk12/pkg-descr b/java/openjdk12/pkg-descr
new file mode 100644
index 000000000000..7b9a9faf8549
--- /dev/null
+++ b/java/openjdk12/pkg-descr
@@ -0,0 +1,3 @@
+An open-source implementation of the Java Platform, Standard Edition,
+
+WWW: https://openjdk.java.net/
diff --git a/java/openjdk12/pkg-message b/java/openjdk12/pkg-message
new file mode 100644
index 000000000000..a651593720d1
--- /dev/null
+++ b/java/openjdk12/pkg-message
@@ -0,0 +1,16 @@
+======================================================================
+
+This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
+procfs(5) mounted on /proc.
+
+If you have not done it yet, please do the following:
+
+ mount -t fdescfs fdesc /dev/fd
+ mount -t procfs proc /proc
+
+To make it permanent, you need the following lines in /etc/fstab:
+
+ fdesc /dev/fd fdescfs rw 0 0
+ proc /proc procfs rw 0 0
+
+======================================================================