diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-24 08:17:24 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-24 08:17:24 +0000 |
commit | 1f8d2883eee527efe50edf40939875c273e1be2e (patch) | |
tree | ee3583724437a213308ac0719fcf2ffa56ec4f73 /emulators/wine/files/README.patch | |
parent | WWW: change (diff) |
Remove the fsgs patch, which is no longer required.
PR: 11287
Reported by: Juergen Lock <nox@jelal.kn-bremen.de>
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Diffstat (limited to 'emulators/wine/files/README.patch')
-rw-r--r-- | emulators/wine/files/README.patch | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/emulators/wine/files/README.patch b/emulators/wine/files/README.patch index 4ed3bf47db79..bfa3c615057e 100644 --- a/emulators/wine/files/README.patch +++ b/emulators/wine/files/README.patch @@ -1,38 +1,20 @@ -Here are some patches for FreeBSD's kernel that are necessary for wine -(well not strictly _necessary_ but without them parts of it won't work.) +Here are some patches for FreeBSD's kernel that are necessary for Wine +(Well not strictly _necessary_ but without them parts of it won't work). They unfortunately didn't make it into the base distribution in time for the 3.3 release code freeze... patch-3.3-sys-sigtrap: stop wine's SIGTRAP handler from being called in the sigreturn syscall, -causing problems for wine's internal debugger. (it would still +causing problems for wine's internal debugger. (It would still correctly show a crash backtrace but all commands that use single- stepping failed.) -patch-3.3-sys-fsgs: -always set/use the sc_fs and sc_gs entries in the sigcontext struct, -making -stable behave the same as -current there. this should finally -allow signal handling of a wine that was built on -stable to correctly -run on -current too. The corresponding wine change is in the port in -patches/patch-af, it is also in wine's CVS tree now, so that file will -disappear when the port is updated after the next wine release. -(this one was MFC'd Nov 15 1999, so you only need it if you're running a -system from the -stable branch older than that, like a 3.3-RELEASE. If you -happen to try to apply it when its already there patch(1) should complain -`Reversed (or previously applied) patch detected! Assume -R? [y]', -just hit ^C then...) - Apply as follows: (cd /usr/src/sys && patch ) <patch-3.3-sys-sigtrap -And if you don't already have it: - - (cd /usr/src/sys && patch ) <patch-3.3-sys-fsgs - -then build a new kernel. (don't forget to include the options USER_LDT, -SYSVSHM, SYSVSEM, and SYSVMSG, wine needs these.) +and build a new kernel. (Don't forget to include the options USER_LDT, +SYSVSHM, SYSVSEM, and SYSVMSG which are required by Wine.) --current users: -The sigtrap patch looks like it could also apply to -current but i haven't -tried. And the fs/gs patch of course already is in -current. +4.x users: The sigtrap patch looks like it could also apply to 4.x but I +haven't tried. |