svn commit: r512892 - head/emulators/i386-wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Thu Sep 26 12:17:07 UTC 2019


Author: gerald
Date: Thu Sep 26 12:17:06 2019
New Revision: 512892
URL: https://svnweb.freebsd.org/changeset/ports/512892

Log:
  Port r508499 | gerald | 2019-08-10 from emulators/wine-devel [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 r494365 | gerald | 2019-03-02 from
  emulators/wine-devel:
  
      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-devel/pkg-descr

Modified: head/emulators/i386-wine-devel/pkg-descr
==============================================================================
--- head/emulators/i386-wine-devel/pkg-descr	Thu Sep 26 11:20:26 2019	(r512891)
+++ head/emulators/i386-wine-devel/pkg-descr	Thu Sep 26 12:17:06 2019	(r512892)
@@ -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-all mailing list