diff options
author | gerald <gerald@FreeBSD.org> | 2002-05-22 15:34:37 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2002-05-22 15:34:37 +0800 |
commit | 67c1a918a5ddbb6a6f89d492d946ec8458731e68 (patch) | |
tree | c91e67824d171122b7dd73b8c8daf9d78bc46687 /emulators | |
parent | e31c9b5f262119f1a4697fc636116b0980e311a9 (diff) | |
download | freebsd-ports-gnome-67c1a918a5ddbb6a6f89d492d946ec8458731e68.tar.gz freebsd-ports-gnome-67c1a918a5ddbb6a6f89d492d946ec8458731e68.tar.zst freebsd-ports-gnome-67c1a918a5ddbb6a6f89d492d946ec8458731e68.zip |
Take into account that Wine now requires a configuration file in the home
directory of every user instead of a global $PREFIX/etc/wine.conf. Remove
redundant information from pkg-descr on the way.
Approved by: obrien (mentor)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/pkg-descr | 8 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-message | 7 | ||||
-rw-r--r-- | emulators/wine/pkg-descr | 8 | ||||
-rw-r--r-- | emulators/wine/pkg-message | 7 |
4 files changed, 20 insertions, 10 deletions
diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr index 38e354fd7be5..aabe9264c5c0 100644 --- a/emulators/wine-devel/pkg-descr +++ b/emulators/wine-devel/pkg-descr @@ -12,9 +12,7 @@ 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 edit it, after the install... - WWW: http://www.winehq.com/ + +- Gerald Pfeifer +pfeifer@dbai.tuwien.ac.at diff --git a/emulators/wine-devel/pkg-message b/emulators/wine-devel/pkg-message index 6ddffe78323d..3548409113cb 100644 --- a/emulators/wine-devel/pkg-message +++ b/emulators/wine-devel/pkg-message @@ -1,6 +1,13 @@ In order to use Wine you need to build and install a new kernel with options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. +Wine requires a configuration file .wine/config in the home directory of +every user, where assignments of Unix directories to DOS drive letters and +other options can be set (see "man wine" for details). You may want to copy + %%PREFIX%%/etc/wine.conf +and tweak it accordingly or edit this file and make .wine/config a symlink +there. + The port also installs some of Wine's doc files which describe additional things that are not in the manual pages, see: %%PREFIX%%/share/doc/wine diff --git a/emulators/wine/pkg-descr b/emulators/wine/pkg-descr index 38e354fd7be5..aabe9264c5c0 100644 --- a/emulators/wine/pkg-descr +++ b/emulators/wine/pkg-descr @@ -12,9 +12,7 @@ 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 edit it, after the install... - WWW: http://www.winehq.com/ + +- Gerald Pfeifer +pfeifer@dbai.tuwien.ac.at diff --git a/emulators/wine/pkg-message b/emulators/wine/pkg-message index 6ddffe78323d..3548409113cb 100644 --- a/emulators/wine/pkg-message +++ b/emulators/wine/pkg-message @@ -1,6 +1,13 @@ In order to use Wine you need to build and install a new kernel with options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. +Wine requires a configuration file .wine/config in the home directory of +every user, where assignments of Unix directories to DOS drive letters and +other options can be set (see "man wine" for details). You may want to copy + %%PREFIX%%/etc/wine.conf +and tweak it accordingly or edit this file and make .wine/config a symlink +there. + The port also installs some of Wine's doc files which describe additional things that are not in the manual pages, see: %%PREFIX%%/share/doc/wine |