mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dbd0fab187
This breaks the port (hopefully temporarily) for CURRENT, but it is verified to work in both, RELENG_3 and RELENG_4. It also corrects problems with RELENG_3, which is more important than CURRENT. PR: 20951 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Furthermore: James McNaughton <jtm63@enteract.com> submitted PR 21147, which is solved with this commit, and tested this version on RELENG_3
14 lines
766 B
Plaintext
14 lines
766 B
Plaintext
In order to use wine you need to build and install a new kernel with
|
|
options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. Before you do that,
|
|
you may want to apply the patches in %%PREFIX%%/lib/wine to your
|
|
kernel sources, see the README.patch there.
|
|
|
|
And the port now also installs some of wine's doc files which
|
|
describe additional things that are not in the manual pages, see
|
|
%%PREFIX%%/lib/wine/documentation. There are more in the source tree
|
|
but the others are only useful in conjunction with the rest of the
|
|
source tree, and then you can as well look at them there. (If you
|
|
just installed this as a package and don't know how to use the ports
|
|
system to have it fetch and extract the source for you have a look at
|
|
<http://www.freebsd.org/handbook/ports.html>.)
|