From owner-svn-ports-head@freebsd.org Sun Sep 13 10:25:51 2020 Return-Path: Delivered-To: svn-ports-head@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 4B5B33D41CB; Sun, 13 Sep 2020 10:25:51 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4Bq5HM1Gmsz4155; Sun, 13 Sep 2020 10:25:51 +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 0EEAD246C9; Sun, 13 Sep 2020 10:25:51 +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 08DAPoEa039420; Sun, 13 Sep 2020 10:25:50 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08DAPo4Q039417; Sun, 13 Sep 2020 10:25:50 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202009131025.08DAPo4Q039417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 13 Sep 2020 10:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548471 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 548471 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2020 10:25:51 -0000 Author: gerald Date: Sun Sep 13 10:25:50 2020 New Revision: 548471 URL: https://svnweb.freebsd.org/changeset/ports/548471 Log: Update to Wine 5.17. This includes the following changes: - ADVAPI32 library converted to PE. - Beginnings of an NDIS network driver. - Still more restructuration of the console support. - Various bug fixes. The Wine Staging patchset for this release is broken on FreeBSD and/or with GCC 9, so mark this option as broken: file.c:237:37: error: 'EXTATTR_NAMESPACE_USER' undeclared (first use in this fun ction) 237 | return extattr_get_fd( filedes, EXTATTR_NAMESPACE_USER, &name[XATTR_ USER_PREFIX_LEN], file.c:237:67: error: 'XATTR_USER_PREFIX_LEN' undeclared (first use in this func tion); did you mean 'XATTR_USER_PREFIX'? 237 | return extattr_get_fd( filedes, EXTATTR_NAMESPACE_USER, &name[XATTR_ USER_PREFIX_LEN], Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Sep 13 10:09:48 2020 (r548470) +++ head/emulators/wine-devel/Makefile Sun Sep 13 10:25:50 2020 (r548471) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 5.16 +DISTVERSION= 5.17 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -109,6 +109,7 @@ STAGING_EXTRACT_DEPENDS= bash:shells/bash \ git:devel/git \ autoconf>0:devel/autoconf STAGING_LIB_DEPENDS= libtxc_dxtn.so:graphics/s2tc +STAGING_BROKEN= fails to compile: file.c:237:37: error: 'EXTATTR_NAMESPACE_USER' undeclared V4L_CONFIGURE_WITH= v4l2 V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Sep 13 10:09:48 2020 (r548470) +++ head/emulators/wine-devel/distinfo Sun Sep 13 10:25:50 2020 (r548471) @@ -1,5 +1,5 @@ -TIMESTAMP = 1598805458 -SHA256 (wine-5.16.tar.xz) = 98d9a62f89e20a8f1321aadd4183229aab47ca5b2f12c7e0968cf81634322249 -SIZE (wine-5.16.tar.xz) = 24025256 -SHA256 (v5.16.tar.gz) = 241dde851ff04fffa08f9f1c37fd9d30d5ca1e27c1ee31913ff74ac412445dd5 -SIZE (v5.16.tar.gz) = 9830408 +TIMESTAMP = 1599901008 +SHA256 (wine-5.17.tar.xz) = f6438bd01314838131010b0a6e8c04f413bdd890cd10e69ba3e199d0090a1e4f +SIZE (wine-5.17.tar.xz) = 24064512 +SHA256 (v5.17.tar.gz) = 75fda21f97b8548033aac4432fb163b5653c8924cea053679edb012ebdd6e34f +SIZE (v5.17.tar.gz) = 10342408 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Sep 13 10:09:48 2020 (r548470) +++ head/emulators/wine-devel/pkg-plist Sun Sep 13 10:25:50 2020 (r548471) @@ -27,7 +27,6 @@ include/wine/debug.h include/wine/exception.h include/wine/itss.h include/wine/itss.idl -include/wine/library.h include/wine/svcctl.h include/wine/svcctl.idl include/wine/msvcrt/assert.h @@ -2768,7 +2767,6 @@ lib/wine/libvulkan-1.def lib/wine/libwbemuuid.a lib/wine/libwebservices.def lib/wine/libwer.def -%%STAGING%%lib/wine/windows.gaming.input.dll.so lib/wine/libwindowscodecs.a lib/wine/libwindowscodecsext.def lib/wine/libwinecrt0.a @@ -3138,6 +3136,7 @@ lib/wine/wimgapi.dll.so %%WINE32%%lib/wine/win87em.dll16.so %%WINE32%%lib/wine/winaspi.dll16.so %%WINE32%%lib/wine/windebug.dll16.so +%%STAGING%%lib/wine/windows.gaming.input.dll.so lib/wine/windowscodecs.dll.so lib/wine/windowscodecsext.dll.so lib/wine/wineboot.exe.so