summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-devel/files')
-rw-r--r--emulators/wine-devel/files/patch-partial-reservation13
-rw-r--r--emulators/wine-devel/files/pkg-message.in9
2 files changed, 0 insertions, 22 deletions
diff --git a/emulators/wine-devel/files/patch-partial-reservation b/emulators/wine-devel/files/patch-partial-reservation
deleted file mode 100644
index 35144fede910..000000000000
--- a/emulators/wine-devel/files/patch-partial-reservation
+++ /dev/null
@@ -1,13 +0,0 @@
---- libs/wine/mmap.c
-+++ libs/wine/mmap.c
-@@ -380,6 +380,9 @@
- reserve_area( base, end );
- }
- else reserve_area( user_space_limit, 0 );
-+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
-+ wine_mmap_remove_reserved_area( (char *)0x82000000, 0xffffffff - 0x82000000, 1 );
-+#endif
-
- /* reserve the DOS area if not already done */
-
- ptr = list_head( &reserved_areas );
diff --git a/emulators/wine-devel/files/pkg-message.in b/emulators/wine-devel/files/pkg-message.in
deleted file mode 100644
index ac9a492540d2..000000000000
--- a/emulators/wine-devel/files/pkg-message.in
+++ /dev/null
@@ -1,9 +0,0 @@
-Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
-configuration. This is incompatible with Wine. The maximum possible
-is KVA_PAGES=500, which should still be enough for ZFS.
-
-The port also installs some of Wine's documentation which describes
-additional programs that are not in the manual pages under
- %%PREFIX%%/share/doc/wine
-There is more in the source tree but the others are only useful in
-conjunction with the rest of the source tree.