aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2001-07-02 22:15:05 +0800
committersanpei <sanpei@FreeBSD.org>2001-07-02 22:15:05 +0800
commit5f5bcbb67cce66a291408af0c2011d7e63fc6c98 (patch)
tree617334869828baa3f19cbfef6b075e8957f2e1b8 /graphics
parent282d8f7b81dde6ebab1b5da9b3cc3a766e89d0f8 (diff)
downloadfreebsd-ports-gnome-5f5bcbb67cce66a291408af0c2011d7e63fc6c98.tar.gz
freebsd-ports-gnome-5f5bcbb67cce66a291408af0c2011d7e63fc6c98.tar.zst
freebsd-ports-gnome-5f5bcbb67cce66a291408af0c2011d7e63fc6c98.zip
Add tips:
- linuxproc - new option format Submitted by: Yoshihiko SARUMARU <mistral@imasy.or.jp>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xmovie/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/xmovie/pkg-descr b/graphics/xmovie/pkg-descr
index 651f0ee7bec6..52896d5b9bec 100644
--- a/graphics/xmovie/pkg-descr
+++ b/graphics/xmovie/pkg-descr
@@ -12,14 +12,26 @@ WWW: http://heroines.sourceforge.net/xmovie.php3
it need to update /module/linux.ko file.
- Below options for kernel are useful for xmovie.
+ (SEE ALSO NOTES or LINT file in you source tree)
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
+or
+
+options P1003_1B
+options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_VERSION=199309L
+
- If you use with 4.x-RELEASE, it need to add ``options USER_LDT''
in your kernel config.
+ - If you had ``failed to open /proc/cpuinfo',
+ add below line into your /etc/fstab file.
+
+linproc /compat/linux/proc linprocfs rw 0 0
+
---
Yoshiro MIHIRA
(sanpei@FreeBSD.org)