pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nspluginwrapper Add MESSAGE explaining linux procf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51af270594be
branches:  trunk
changeset: 553742:51af270594be
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Thu Jan 29 09:36:36 2009 +0000

description:
Add MESSAGE explaining linux procfs requirement

diffstat:

 www/nspluginwrapper/MESSAGE  |  10 ++++++++++
 www/nspluginwrapper/Makefile |   3 ++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r d0f62d1cb64d -r 51af270594be www/nspluginwrapper/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nspluginwrapper/MESSAGE       Thu Jan 29 09:36:36 2009 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2009/01/29 09:36:36 sborrill Exp $
+
+On NetBSD, you must ensure you have procfs mounted on /emul/linux/proc with
+the linux compatibility option set. Adding the following to /etc/fstab
+should be sufficient:
+
+procfs /emul/linux/proc procfs ro,linux
+
+===========================================================================
diff -r d0f62d1cb64d -r 51af270594be www/nspluginwrapper/Makefile
--- a/www/nspluginwrapper/Makefile      Thu Jan 29 09:35:54 2009 +0000
+++ b/www/nspluginwrapper/Makefile      Thu Jan 29 09:36:36 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2009/01/05 19:11:24 jmcneill Exp $
+# $NetBSD: Makefile,v 1.13 2009/01/29 09:36:36 sborrill Exp $
 #
 
 DISTNAME=       nspluginwrapper-1.2.2
+PKGREVISION=   1
 CATEGORIES=     www
 MASTER_SITES=   http://gwenole.beauchesne.info/projects/nspluginwrapper/files/
 EXTRACT_SUFX=   .tar.bz2



Home | Main Index | Thread Index | Old Index