Subject: openoffice2-bin and /proc
To: None <tech-pkg@netbsd.org>
From: Geert Hendrickx <ghen@telenet.be>
List: tech-pkg
Date: 10/25/2005 18:30:36
The misc/openoffice2-bin package complains when neither /proc nor
/emul/linux/proc is mounted, although I found it to install and run 
fine without.  Is this really necessary?  

--- Makefile.NetBSD.i386        9 Oct 2005 13:39:53 -0000       1.1.1.1
+++ Makefile.NetBSD.i386        25 Oct 2005 16:29:03 -0000
@@ -4,8 +4,4 @@
 DEPENDS+=               suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
 DEPENDS+=               suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2
 
-.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline)
-PKG_FAIL_REASON=       "please mount /emul/linux/proc or /proc"
-.endif
-
 .include "../../emulators/suse_linux/Makefile.application"


	Geert