diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-10-18 09:00:54 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-10-18 09:00:54 +0000 |
commit | 6be15c1fe92a009e2c3d088b54b6c017678fd51d (patch) | |
tree | 568b215fbfc5f2ee99556cdf4b76309d42caf4b6 /java/linux-oracle-jre9/pkg-message | |
parent | audio/twolame: update to 0.4.0 (diff) |
Remove expired ports:
2019-10-17 java/linux-oracle-jre9: No longer maintained upstream, please migrate to openjdk11
2019-10-17 java/linux-oracle-jre10: No longer maintained upstream, please migrate to openjdk11
Notes
Notes:
svn path=/head/; revision=514709
Diffstat (limited to 'java/linux-oracle-jre9/pkg-message')
-rw-r--r-- | java/linux-oracle-jre9/pkg-message | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/java/linux-oracle-jre9/pkg-message b/java/linux-oracle-jre9/pkg-message deleted file mode 100644 index 84187435394f..000000000000 --- a/java/linux-oracle-jre9/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -[ -{ type: install - message: <<EOM -Warning: This JRE 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 -} -] |