svn commit: r509773 - in branches/2019Q3/emulators: wine wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sun Aug 25 07:13:25 UTC 2019


Author: gerald
Date: Sun Aug 25 07:13:24 2019
New Revision: 509773
URL: https://svnweb.freebsd.org/changeset/ports/509773

Log:
  MFH: r508499
  
  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 at gmail.com
  Reviewed by:	arrowd
  Approved by:	portmgr (blanket for MFHs, pkg-descr improvements)

Modified:
  branches/2019Q3/emulators/wine-devel/Makefile
  branches/2019Q3/emulators/wine-devel/pkg-descr
  branches/2019Q3/emulators/wine/Makefile
  branches/2019Q3/emulators/wine/pkg-descr
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/emulators/wine-devel/Makefile
==============================================================================
--- branches/2019Q3/emulators/wine-devel/Makefile	Sun Aug 25 04:46:05 2019	(r509772)
+++ branches/2019Q3/emulators/wine-devel/Makefile	Sun Aug 25 07:13:24 2019	(r509773)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	4.11
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: branches/2019Q3/emulators/wine-devel/pkg-descr
==============================================================================
--- branches/2019Q3/emulators/wine-devel/pkg-descr	Sun Aug 25 04:46:05 2019	(r509772)
+++ branches/2019Q3/emulators/wine-devel/pkg-descr	Sun Aug 25 07:13:24 2019	(r509773)
@@ -11,6 +11,11 @@ Use this port for 32-bit Windows binaries in an i386 e
 64-bit Windows binaries in an amd64 environment; emulators/i386-wine-devel
 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 at FreeBSD.org>

Modified: branches/2019Q3/emulators/wine/Makefile
==============================================================================
--- branches/2019Q3/emulators/wine/Makefile	Sun Aug 25 04:46:05 2019	(r509772)
+++ branches/2019Q3/emulators/wine/Makefile	Sun Aug 25 07:13:24 2019	(r509773)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	4.0.1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: branches/2019Q3/emulators/wine/pkg-descr
==============================================================================
--- branches/2019Q3/emulators/wine/pkg-descr	Sun Aug 25 04:46:05 2019	(r509772)
+++ branches/2019Q3/emulators/wine/pkg-descr	Sun Aug 25 07:13:24 2019	(r509773)
@@ -11,6 +11,11 @@ Use this port for 32-bit Windows binaries in an i386 e
 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 at FreeBSD.org>


More information about the svn-ports-branches mailing list