Date: Wed, 23 Aug 2017 21:49:57 +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: r448639 - head/emulators/wine-devel Message-ID: <201708232149.v7NLnvNi011898@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Wed Aug 23 21:49:57 2017 New Revision: 448639 URL: https://svnweb.freebsd.org/changeset/ports/448639 Log: Update to Wine 2.15. This includes the following changes: - Support for AES encryption. - Improved Bezier support in Direct2D. - Chunked transfer improvements in WinInet. - Various bug fixes. Move USES a bit up in the Makefile to respect desired order. 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 Wed Aug 23 21:32:40 2017 (r448638) +++ head/emulators/wine-devel/Makefile Wed Aug 23 21:49:57 2017 (r448639) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 2.14 +DISTVERSION= 2.15 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -38,11 +38,11 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --without-tiff CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib +USES= bison compiler:c11 desktop-file-utils gmake shebangfix tar:xz .if !defined(USE_LDCONFIG32) USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif ONLY_FOR_ARCHS= amd64 i386 -USES= bison compiler:c11 desktop-file-utils gmake shebangfix tar:xz SHEBANG_FILES= tools/make_requests tools/winemaker/winemaker \ tools/winedump/function_grep.pl Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Wed Aug 23 21:32:40 2017 (r448638) +++ head/emulators/wine-devel/distinfo Wed Aug 23 21:49:57 2017 (r448639) @@ -1,5 +1,5 @@ -TIMESTAMP = 1502172149 -SHA256 (wine-2.14.tar.xz) = 03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6 -SIZE (wine-2.14.tar.xz) = 19447812 -SHA256 (v2.14.tar.gz) = cd4c8e400a808cbfa5c5cf088ea874c761d09db897f25bc33eab840101020b19 -SIZE (v2.14.tar.gz) = 10179829 +TIMESTAMP = 1503499243 +SHA256 (wine-2.15.tar.xz) = d82d500cbf81fb08c711d3619bd52373138a05574d044f089af89707274868b3 +SIZE (wine-2.15.tar.xz) = 19463720 +SHA256 (v2.15.tar.gz) = f2b5c43fbc185a6fd6399f4c351b83a172737977b2ebb1cbdeddd1838d044bc2 +SIZE (v2.15.tar.gz) = 10190900 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Wed Aug 23 21:32:40 2017 (r448638) +++ head/emulators/wine-devel/pkg-plist Wed Aug 23 21:49:57 2017 (r448639) @@ -395,6 +395,8 @@ include/wine/windows/icftypes.idl include/wine/windows/icm.h include/wine/windows/icmpapi.h include/wine/windows/idispids.h +include/wine/windows/ieautomation.h +include/wine/windows/ieautomation.idl include/wine/windows/iextag.h include/wine/windows/iextag.idl include/wine/windows/ifdef.h @@ -599,6 +601,7 @@ include/wine/windows/opnrst.idl include/wine/windows/optary.h include/wine/windows/optary.idl include/wine/windows/patchapi.h +%%STAGING%%include/wine/windows/pathcch.h include/wine/windows/pdh.h include/wine/windows/pdhmsg.h include/wine/windows/perhist.h @@ -1715,6 +1718,7 @@ lib/wine/fakedlls/iccvid.dll lib/wine/fakedlls/icinfo.exe lib/wine/fakedlls/icmp.dll lib/wine/fakedlls/ieframe.dll +lib/wine/fakedlls/ieproxy.dll %%STAGING%%lib/wine/fakedlls/iertutil.dll lib/wine/fakedlls/iexplore.exe %%WINE32%%lib/wine/fakedlls/ifsmgr.vxd @@ -2189,6 +2193,7 @@ lib/wine/iccvid.dll.so lib/wine/icinfo.exe.so lib/wine/icmp.dll.so lib/wine/ieframe.dll.so +lib/wine/ieproxy.dll.so %%STAGING%%lib/wine/iertutil.dll.so lib/wine/iexplore.exe.so %%WINE32%%lib/wine/ifsmgr.vxd.so @@ -2289,6 +2294,7 @@ lib/wine/libiphlpapi.def lib/wine/libjsproxy.def %%WINE32%%lib/wine/libkernel.def lib/wine/libkernel32.def +%%STAGING%%lib/wine/libkernelbase.def lib/wine/libloadperf.def lib/wine/liblz32.def lib/wine/libmapi32.def
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708232149.v7NLnvNi011898>