aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2019-08-10 17:48:18 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2019-08-10 17:48:18 +0000
commitca7b4ef52d2e71009c85f87c59882e6c634de1c1 (patch)
tree48e27bcf2a47aa7d2759dce5bd61ddbb79dae78b /emulators/wine
parentb765708a661da3b0b52f072aaf9bc94efa004051 (diff)
downloadports-ca7b4ef52d2e71009c85f87c59882e6c634de1c1.tar.gz
ports-ca7b4ef52d2e71009c85f87c59882e6c634de1c1.zip
Add a note how to work around Wine issuing an error message of
i386_set_ldt: Invalid argument Did you reconfigure your kernel with "options USER_LDT"? PR: 224264 Submitted by: rozhuk.im@gmail.com Reviewed by: arrowd MFH: 2019Q3 (documentation to address crash)
Notes
Notes: svn path=/head/; revision=508499
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile2
-rw-r--r--emulators/wine/pkg-descr5
2 files changed, 6 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index fb4c33ff402f..a9067ee2f27a 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wine
DISTVERSION= 4.0.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
diff --git a/emulators/wine/pkg-descr b/emulators/wine/pkg-descr
index 84f4d4d2ab7c..fb8d877a30e9 100644
--- a/emulators/wine/pkg-descr
+++ b/emulators/wine/pkg-descr
@@ -11,6 +11,11 @@ Use this port for 32-bit Windows binaries in an i386 environment or
64-bit Windows binaries in an amd64 environment; use emulators/i386-wine
for 32-bit Windows binaries in an amd64 environment.
+If you receive a message of "Did you reconfigure your kernel with
+"options USER_LDT"?" add the line
+ machdep.max_ldt_segment="2048"
+to /boot/loader.conf and reboot.
+
WWW: http://www.winehq.org/
Gerald Pfeifer <gerald@FreeBSD.org>