svn commit: r357236 - head/java/openjdk7

Greg Lewis glewis at FreeBSD.org
Tue Jun 10 01:33:48 UTC 2014


Author: glewis
Date: Tue Jun 10 01:33:48 2014
New Revision: 357236
URL: http://svnweb.freebsd.org/changeset/ports/357236
QAT: https://qat.redports.org/buildarchive/r357236/

Log:
  . Add a pkg-message explaining that procfs and fdescfs may be required.
  
  PR:		177779
  Submitted by:	navymaker at rambler-co.ru

Added:
  head/java/openjdk7/pkg-message   (contents, props changed)

Added: head/java/openjdk7/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/openjdk7/pkg-message	Tue Jun 10 01:33:48 2014	(r357236)
@@ -0,0 +1,16 @@
+======================================================================
+
+This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
+procfs(5) mounted on /proc for some functionality.
+
+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
+
+======================================================================


More information about the svn-ports-head mailing list