Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 06:56:02 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544025 - in head/emulators/wine-devel: . files
Message-ID:  <202008030656.0736u2A4033598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Aug  3 06:56:02 2020
New Revision: 544025
URL: https://svnweb.freebsd.org/changeset/ports/544025

Log:
  Update to Wine 5.14.  This includes the following changes:
   - More restructuration of the console support.
   - Initial version of the Webdings font.
   - Beginnings of PE conversion of the MSVCRT libraries.
   - Various bug fixes.
  
  My patch files/extrapatch-dlls-ntdll-unix-registry.c is now upstream,
  so remove it here.

Deleted:
  head/emulators/wine-devel/files/extrapatch-dlls-ntdll-unix-registry.c
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	Mon Aug  3 06:13:13 2020	(r544024)
+++ head/emulators/wine-devel/Makefile	Mon Aug  3 06:56:02 2020	(r544025)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	5.13
+DISTVERSION=	5.14
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -134,10 +134,6 @@ X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
 # i386-wine-devel slave port.
 .ifndef WINE_SLAVE_BUILD
 .include <bsd.port.pre.mk>
-
-.if !${PORT_OPTIONS:MSTAGING}
-EXTRA_PATCHES+=	${PATCHDIR}/extrapatch-dlls-ntdll-unix-registry.c
-.endif
 .endif
 
 .if ${ARCH} == amd64

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Mon Aug  3 06:13:13 2020	(r544024)
+++ head/emulators/wine-devel/distinfo	Mon Aug  3 06:56:02 2020	(r544025)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1595332764
-SHA256 (wine-5.13.tar.xz) = c46a5c1c2aaf41993de5a5e78b7780060e0e77066531d0ca672ae08e325e0152
-SIZE (wine-5.13.tar.xz) = 23955832
-SHA256 (v5.13.tar.gz) = 395c047d993cf8809727abecadacf2851f078d1f0e68d622a6e6c5284717cb68
-SIZE (v5.13.tar.gz) = 9807468
+TIMESTAMP = 1596359107
+SHA256 (wine-5.14.tar.xz) = f442613537e90e67dbe8a5c4968c8bdb9a101a267892bb9ff67317e0b67fc9ef
+SIZE (wine-5.14.tar.xz) = 23975804
+SHA256 (v5.14.tar.gz) = 16805879471e86a13c5c4f390f52ec7c8a353e69924f0698985bd3fd1d270b1b
+SIZE (v5.14.tar.gz) = 9780843

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Mon Aug  3 06:13:13 2020	(r544024)
+++ head/emulators/wine-devel/pkg-plist	Mon Aug  3 06:56:02 2020	(r544025)
@@ -2135,6 +2135,7 @@ lib/wine/fakedlls/msvcp110.dll
 lib/wine/fakedlls/msvcp120.dll
 lib/wine/fakedlls/msvcp120_app.dll
 lib/wine/fakedlls/msvcp140.dll
+lib/wine/fakedlls/msvcp140_1.dll
 lib/wine/fakedlls/msvcp60.dll
 lib/wine/fakedlls/msvcp70.dll
 lib/wine/fakedlls/msvcp71.dll
@@ -2590,6 +2591,7 @@ lib/wine/libcapi2032.def
 lib/wine/libcards.def
 lib/wine/libcfgmgr32.def
 lib/wine/libclusapi.def
+lib/wine/libcombase.def
 lib/wine/libcomctl32.def
 lib/wine/libcomdlg32.def
 lib/wine/libcompstui.def
@@ -2863,6 +2865,7 @@ lib/wine/msvcp110.dll.so
 lib/wine/msvcp120.dll.so
 lib/wine/msvcp120_app.dll.so
 lib/wine/msvcp140.dll.so
+lib/wine/msvcp140_1.dll.so
 lib/wine/msvcp60.dll.so
 lib/wine/msvcp70.dll.so
 lib/wine/msvcp71.dll.so
@@ -3402,4 +3405,5 @@ share/applications/wine.desktop
 %%X11%%%%DATADIR%%/fonts/vgasysg.fon
 %%X11%%%%DATADIR%%/fonts/vgasysr.fon
 %%X11%%%%DATADIR%%/fonts/vgasyst.fon
+%%X11%%%%DATADIR%%/fonts/webdings.ttf
 %%X11%%%%DATADIR%%/fonts/wingding.ttf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008030656.0736u2A4033598>