From 847931245a69c4c8a74a4f649a4135c919967d79 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Thu, 21 Mar 2019 03:33:14 +0000 Subject: Add a port of OpenJDK 12 --- java/openjdk12/files/cacerts | Bin 0 -> 102225 bytes java/openjdk12/files/patch-configure | 14 ++++++++++++++ java/openjdk12/pkg-descr | 3 +++ java/openjdk12/pkg-message | 16 ++++++++++++++++ 4 files changed, 33 insertions(+) create mode 100644 java/openjdk12/files/cacerts create mode 100644 java/openjdk12/files/patch-configure create mode 100644 java/openjdk12/pkg-descr create mode 100644 java/openjdk12/pkg-message (limited to 'java/openjdk12') diff --git a/java/openjdk12/files/cacerts b/java/openjdk12/files/cacerts new file mode 100644 index 000000000000..02181bef7e36 Binary files /dev/null and b/java/openjdk12/files/cacerts 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 + +====================================================================== -- cgit v1.2.3