From owner-svn-ports-branches@freebsd.org Sun Aug 25 07:13:25 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E234DD7D57; Sun, 25 Aug 2019 07:13:25 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46GRF15WB3z4dj7; Sun, 25 Aug 2019 07:13:25 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F8E519F8A; Sun, 25 Aug 2019 07:13:25 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7P7DP6A088252; Sun, 25 Aug 2019 07:13:25 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7P7DOgX088248; Sun, 25 Aug 2019 07:13:24 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201908250713.x7P7DOgX088248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 25 Aug 2019 07:13:24 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in branches/2019Q3/emulators: wine wine-devel X-SVN-Commit-Revision: 509773 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 07:13:25 -0000 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 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