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)
This commit is contained in:
parent
94c93334f5
commit
958a666b72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59677
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user