svn commit: r527613 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Mon Mar 2 07:34:20 UTC 2020
Author: gerald
Date: Mon Mar 2 07:34:18 2020
New Revision: 527613
URL: https://svnweb.freebsd.org/changeset/ports/527613
Log:
Update to Wine 5.3. This includes the following changes:
- More work towards Ucrtbase runtime support.
- Full support for Unicode normalization.
- Improvements in Shell Folders handling.
- Various bug fixes.
Also allow for this port to be used as master port for i386-wine-devel,
which means we need to avoid duplicate inclusions of bsd.port.pre.mk and
bsd.port.post.mk. [1]
Submitted by: salvadore [1]
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 Mar 2 07:28:30 2020 (r527612)
+++ head/emulators/wine-devel/Makefile Mon Mar 2 07:34:18 2020 (r527613)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wine
-DISTVERSION= 5.2
+DISTVERSION= 5.3
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -128,7 +128,11 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
liblcms2.so:graphics/lcms2 \
libpng.so:graphics/png
+# Include this only if it has not already been included by the
+# i386-wine-devel slave port.
+.ifndef PKGNAMEPREFIX
.include <bsd.port.pre.mk>
+.endif
.if ${ARCH} == amd64
# Wine is composed of three parts:
@@ -181,4 +185,6 @@ check-wine-devel-vs-staging:
fi \
done
+.ifndef PKGNAMEPREFIX
.include <bsd.port.post.mk>
+.endif
Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo Mon Mar 2 07:28:30 2020 (r527612)
+++ head/emulators/wine-devel/distinfo Mon Mar 2 07:34:18 2020 (r527613)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1581930707
-SHA256 (wine-5.2.tar.xz) = c10c9c34f0eade1d1063ce983e6f1ad8904c9cb604d8fea4df5e1cefdba85d40
-SIZE (wine-5.2.tar.xz) = 22837712
-SHA256 (v5.2.tar.gz) = b0a477df57098cca41c78b18119a5172f6704587d8eae8816508ad70f46229e3
-SIZE (v5.2.tar.gz) = 9898002
+TIMESTAMP = 1583012717
+SHA256 (wine-5.3.tar.xz) = 9b1bc7228bad80a014b6dc55ef17ef532c5a88fd8e477658dda02953cc907fde
+SIZE (wine-5.3.tar.xz) = 22918612
+SHA256 (v5.3.tar.gz) = 2d50b5abb51d0a9eea60768a5e1ee50705b94a295cfa7671ce35f3406d4bbc06
+SIZE (v5.3.tar.gz) = 9904213
Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist Mon Mar 2 07:28:30 2020 (r527612)
+++ head/emulators/wine-devel/pkg-plist Mon Mar 2 07:34:18 2020 (r527613)
@@ -33,8 +33,14 @@ include/wine/svcctl.idl
include/wine/msvcrt/assert.h
include/wine/msvcrt/conio.h
include/wine/msvcrt/corecrt.h
+include/wine/msvcrt/corecrt_startup.h
include/wine/msvcrt/corecrt_stdio_config.h
+include/wine/msvcrt/corecrt_wctype.h
+include/wine/msvcrt/corecrt_wio.h
include/wine/msvcrt/corecrt_wstdio.h
+include/wine/msvcrt/corecrt_wstdlib.h
+include/wine/msvcrt/corecrt_wstring.h
+include/wine/msvcrt/corecrt_wtime.h
include/wine/msvcrt/crtdbg.h
include/wine/msvcrt/crtdefs.h
include/wine/msvcrt/ctype.h
@@ -318,6 +324,8 @@ include/wine/windows/dmdls.h
include/wine/windows/dmerror.h
include/wine/windows/dmksctrl.h
include/wine/windows/dmo.h
+include/wine/windows/dmodshow.h
+include/wine/windows/dmodshow.idl
include/wine/windows/dmoreg.h
include/wine/windows/dmort.h
include/wine/windows/dmplugin.h
@@ -1029,6 +1037,7 @@ lib/libwine.so.1
lib/wine/acledit.dll.so
lib/wine/aclui.dll.so
lib/wine/activeds.dll.so
+lib/wine/activeds.tlb.so
lib/wine/actxprxy.dll.so
lib/wine/adsldp.dll.so
lib/wine/adsldpc.dll.so
@@ -1482,6 +1491,7 @@ lib/wine/extrac32.exe.so
lib/wine/fakedlls/acledit.dll
lib/wine/fakedlls/aclui.dll
lib/wine/fakedlls/activeds.dll
+lib/wine/fakedlls/activeds.tlb
lib/wine/fakedlls/actxprxy.dll
lib/wine/fakedlls/adsldp.dll
lib/wine/fakedlls/adsldpc.dll
@@ -2175,6 +2185,7 @@ lib/wine/fakedlls/progman.exe
lib/wine/fakedlls/propsys.dll
lib/wine/fakedlls/psapi.dll
lib/wine/fakedlls/pstorec.dll
+lib/wine/fakedlls/qasf.dll
lib/wine/fakedlls/qcap.dll
lib/wine/fakedlls/qedit.dll
lib/wine/fakedlls/qmgr.dll
@@ -2880,6 +2891,7 @@ lib/wine/progman.exe.so
lib/wine/propsys.dll.so
lib/wine/psapi.dll.so
lib/wine/pstorec.dll.so
+lib/wine/qasf.dll.so
lib/wine/qcap.dll.so
lib/wine/qedit.dll.so
lib/wine/qmgr.dll.so
@@ -3237,6 +3249,11 @@ share/applications/wine.desktop
%%DATADIR%%/nls/c_949.nls
%%DATADIR%%/nls/c_950.nls
%%DATADIR%%/nls/l_intl.nls
+%%DATADIR%%/nls/normidna.nls
+%%DATADIR%%/nls/normnfc.nls
+%%DATADIR%%/nls/normnfd.nls
+%%DATADIR%%/nls/normnfkc.nls
+%%DATADIR%%/nls/normnfkd.nls
%%DATADIR%%/winebus.inf
%%DATADIR%%/winehid.inf
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
More information about the svn-ports-all
mailing list