aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-01-19 10:25:49 +0800
committerhoek <hoek@FreeBSD.org>1999-01-19 10:25:49 +0800
commit4a8f287e6012f830e20b78fc94e1458452e8091a (patch)
treeb045f43c415c3dd1e4b058bde6fef5f21df4b657 /emulators
parent1dd3ba113213641de611087faaff562bc82a4bf1 (diff)
downloadfreebsd-ports-gnome-4a8f287e6012f830e20b78fc94e1458452e8091a.tar.gz
freebsd-ports-gnome-4a8f287e6012f830e20b78fc94e1458452e8091a.tar.zst
freebsd-ports-gnome-4a8f287e6012f830e20b78fc94e1458452e8091a.zip
Homepage. Requires SYSVSHEM, SEM, and MSG in the kernel.
Obtained from: Mary Robertson Kilgore <ynop@acm.org>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/pkg-descr9
-rw-r--r--emulators/wine/pkg-descr9
2 files changed, 14 insertions, 4 deletions
diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr
index ed800df3a1cf..26d43c47eb87 100644
--- a/emulators/wine-devel/pkg-descr
+++ b/emulators/wine-devel/pkg-descr
@@ -1,13 +1,18 @@
Wine is a Windows emulator running under Unix on i386 (and higher) CPUs.
-It is still Alpha quality, i.e. don't expect it to run your typical large
+It is still Alpha quality; i.e. don't expect it to run your typical large
MS-Windows application package, but it is definitely on its way ...
-To use Wine, your kernel must be rebuilt with the following line added
+To use Wine, your kernel must be rebuilt with the following lines added
to your kernel config file (/sys/i386/conf/<YourMachine>):
options USER_LDT
+options SYSVSHM
+options SYSVSEM
+options SYSVMSG
Wine relies on the configuration file /usr/local/etc/wine.conf to
contain valid assignments of Unix directories to DOS drive letters,
and for certain other options (see "man wine" for details).
You will most probably have to to edit it, after the install ...
+
+http://www.winehq.com/
diff --git a/emulators/wine/pkg-descr b/emulators/wine/pkg-descr
index ed800df3a1cf..26d43c47eb87 100644
--- a/emulators/wine/pkg-descr
+++ b/emulators/wine/pkg-descr
@@ -1,13 +1,18 @@
Wine is a Windows emulator running under Unix on i386 (and higher) CPUs.
-It is still Alpha quality, i.e. don't expect it to run your typical large
+It is still Alpha quality; i.e. don't expect it to run your typical large
MS-Windows application package, but it is definitely on its way ...
-To use Wine, your kernel must be rebuilt with the following line added
+To use Wine, your kernel must be rebuilt with the following lines added
to your kernel config file (/sys/i386/conf/<YourMachine>):
options USER_LDT
+options SYSVSHM
+options SYSVSEM
+options SYSVMSG
Wine relies on the configuration file /usr/local/etc/wine.conf to
contain valid assignments of Unix directories to DOS drive letters,
and for certain other options (see "man wine" for details).
You will most probably have to to edit it, after the install ...
+
+http://www.winehq.com/