svn commit: r512709 - head/emulators/i386-wine

Gerald Pfeifer gerald at FreeBSD.org
Tue Sep 24 10:59:28 UTC 2019


Author: gerald
Date: Tue Sep 24 10:59:27 2019
New Revision: 512709
URL: https://svnweb.freebsd.org/changeset/ports/512709

Log:
  Port r508499 | gerald | 2019-08-10 from emulators/wine [1]:
  
    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"?
  
  On the way port part of r442561 | gerald | 2017-06-04 from emulators/wine:
  
    Be more bold re games working.
  
  PR:             224264 [1]
  Submitted by:   rozhuk.im at gmail.com [1]
  Reviewed by:    arrowd [1]
  Approved by:	dbn (implicit)

Modified:
  head/emulators/i386-wine/pkg-descr

Modified: head/emulators/i386-wine/pkg-descr
==============================================================================
--- head/emulators/i386-wine/pkg-descr	Tue Sep 24 10:29:48 2019	(r512708)
+++ head/emulators/i386-wine/pkg-descr	Tue Sep 24 10:59:27 2019	(r512709)
@@ -5,6 +5,11 @@ without the performance or memory usage penalties of a
 a similar look and feel to other applications on your desktop.
 
 Many applications already work, more or less, including versions of
-Microsoft Office and several games.
+Microsoft Office and many games.
+
+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/


More information about the svn-ports-head mailing list