summaryrefslogtreecommitdiff
path: root/emulators/wine/files/README.patch
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-03-17 13:50:04 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-03-17 13:50:04 +0000
commitb3012f7ceefdf3c08df88fba7babcc8259bf09a2 (patch)
tree73584580e86fe25e4d539f3c971f38c4a92a9cef /emulators/wine/files/README.patch
parentfrom maintainer: (diff)
This updates the Wine port to 2001.03.05 and removes an obsolete
patch to the FreeBSD kernel from the port. PR: 25825 Submitted by: pfeifer@dbai.tuwien.ac.at
Notes
Notes: svn path=/head/; revision=39970
Diffstat (limited to 'emulators/wine/files/README.patch')
-rw-r--r--emulators/wine/files/README.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/wine/files/README.patch b/emulators/wine/files/README.patch
deleted file mode 100644
index bfa3c615057e..000000000000
--- a/emulators/wine/files/README.patch
+++ /dev/null
@@ -1,20 +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-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.)
-
-Apply as follows:
-
- (cd /usr/src/sys && patch ) <patch-3.3-sys-sigtrap
-
-and build a new kernel. (Don't forget to include the options USER_LDT,
-SYSVSHM, SYSVSEM, and SYSVMSG which are required by Wine.)
-
-4.x users: The sigtrap patch looks like it could also apply to 4.x but I
-haven't tried.