summaryrefslogtreecommitdiff
path: root/java/openjdk12/files
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-03-21 17:31:47 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-03-21 17:31:47 +0000
commit2f1232fbff166441aa30ca2bafe457cad395dca7 (patch)
tree1a3198adde235444bc9e16727fd936d1e2bba92c /java/openjdk12/files
parentSupport i386 (diff)
Remove openjdk12 to try a repo copy again.
Notes
Notes: svn path=/head/; revision=496479
Diffstat (limited to 'java/openjdk12/files')
-rw-r--r--java/openjdk12/files/cacertsbin102225 -> 0 bytes
-rw-r--r--java/openjdk12/files/patch-configure14
2 files changed, 0 insertions, 14 deletions
diff --git a/java/openjdk12/files/cacerts b/java/openjdk12/files/cacerts
deleted file mode 100644
index 02181bef7e36..000000000000
--- a/java/openjdk12/files/cacerts
+++ /dev/null
Binary files differ
diff --git a/java/openjdk12/files/patch-configure b/java/openjdk12/files/patch-configure
deleted file mode 100644
index 59daa4ff854f..000000000000
--- a/java/openjdk12/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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 "$@"