From 6c59170bca7b079bb699aa4fe6a5bf790e0dea6e Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 17 Mar 2000 02:18:05 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'. --- emulators/wine-devel/files/README.patch | 65 --------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 emulators/wine-devel/files/README.patch (limited to 'emulators/wine-devel/files/README.patch') diff --git a/emulators/wine-devel/files/README.patch b/emulators/wine-devel/files/README.patch deleted file mode 100644 index f404b7486cca..000000000000 --- a/emulators/wine-devel/files/README.patch +++ /dev/null @@ -1,65 +0,0 @@ -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-ldtshare: -make kernel threads (rfork(), which wine uses) share one LDT instead of -each having its own. this fixes the same problem that wine also had on -linux kernels before 2.2. - -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 -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 )