Date: Sun, 25 Aug 2019 07:13:24 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509773 - in branches/2019Q3/emulators: wine wine-devel Message-ID: <201908250713.x7P7DOgX088248@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908250713.x7P7DOgX088248>