summaryrefslogtreecommitdiff
path: root/java/linux-oracle-jdk9/pkg-message
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-09-30 11:38:22 +0000
committerRene Ladan <rene@FreeBSD.org>2019-09-30 11:38:22 +0000
commit62d7ff248dc3351348c7d27beb2e4d87dde858c0 (patch)
treed3d723c9b2b743f5e8cee1d07a6f5ece06f6c6c0 /java/linux-oracle-jdk9/pkg-message
parentFix build with archivers/lzmalib installed (diff)
Remove expired ports:
2019-09-28 java/linux-oracle-jdk9: No longer maintained upstream, please migrate to openjdk11 2019-09-28 java/linux-oracle-jdk10: No longer maintained upstream, please migrate to openjdk11
Diffstat (limited to 'java/linux-oracle-jdk9/pkg-message')
-rw-r--r--java/linux-oracle-jdk9/pkg-message21
1 files changed, 0 insertions, 21 deletions
diff --git a/java/linux-oracle-jdk9/pkg-message b/java/linux-oracle-jdk9/pkg-message
deleted file mode 100644
index c1bbde5f92c5..000000000000
--- a/java/linux-oracle-jdk9/pkg-message
+++ /dev/null
@@ -1,21 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Warning: This JDK may be unstable. You are advised to use the native
-FreeBSD JDK 8, in ports/java/openjdk8.
-
-This Java VM will attempt to obtain some system information by
-accessing files in linux's procfs. You must install the Linux
-emulation procfs filesystem for this to work correctly. The JVM
-will exhibit various problems otherwise. This can be accomplished
-by adding the following line to your /etc/fstab file:
-
- linprocfs /compat/linux/proc linprocfs rw 0 0
-
-and then, as root, executing the commands:
-
-kldload linprocfs
-mount /compat/linux/proc
-EOM
-}
-]