Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/wine wine: Update to the actual most recent ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d86fcecdac24
branches:  trunk
changeset: 432495:d86fcecdac24
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 22 19:48:34 2020 +0000

description:
wine: Update to the actual most recent stable release that works

(I misunderstood how wine stable branches work, sorry!)

diffstat:

 emulators/wine/Makefile                       |   5 +++--
 emulators/wine/distinfo                       |  10 +++++-----
 emulators/wine/patches/patch-include_bcrypt.h |  16 ----------------
 3 files changed, 8 insertions(+), 23 deletions(-)

diffs (58 lines):

diff -r d293b8572ca5 -r d86fcecdac24 emulators/wine/Makefile
--- a/emulators/wine/Makefile   Fri May 22 19:46:34 2020 +0000
+++ b/emulators/wine/Makefile   Fri May 22 19:48:34 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.213 2020/05/22 17:44:41 nia Exp $
+# $NetBSD: Makefile,v 1.214 2020/05/22 19:48:34 nia Exp $
 
-DISTNAME=      wine-4.0
+DISTNAME=      wine-4.0.3
 CATEGORIES=    emulators
 MASTER_SITES=  https://dl.winehq.org/wine/source/4.0/
 MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/4.0/
@@ -22,6 +22,7 @@
 
 UNLIMIT_RESOURCES=     datasize
 
+CONFIGURE_ARGS+=       --disable-tests
 CONFIGURE_ARGS+=       --without-capi
 CONFIGURE_ARGS+=       --without-gphoto
 CONFIGURE_ARGS+=       --without-gssapi
diff -r d293b8572ca5 -r d86fcecdac24 emulators/wine/distinfo
--- a/emulators/wine/distinfo   Fri May 22 19:46:34 2020 +0000
+++ b/emulators/wine/distinfo   Fri May 22 19:48:34 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.93 2020/05/22 17:44:41 nia Exp $
+$NetBSD: distinfo,v 1.94 2020/05/22 19:48:34 nia Exp $
 
-SHA1 (wine-4.0.tar.xz) = c3ebc9a01ee45036067742e56efb9c25db3fc815
-RMD160 (wine-4.0.tar.xz) = 617a42ed4719e6ea06b48866811c30629d8b2a0e
-SHA512 (wine-4.0.tar.xz) = 7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
-Size (wine-4.0.tar.xz) = 21644692 bytes
+SHA1 (wine-4.0.3.tar.xz) = c8d19a0ee0cb7b5f9b45ef4b8441990b8976dcf8
+RMD160 (wine-4.0.3.tar.xz) = 347dab2714272e4ef36f397cdbc52c5b95ea211a
+SHA512 (wine-4.0.3.tar.xz) = a8fde0bcf600eaec56c3ce58c9aa992386784c85cf1c93aa84d50aff4c842b12a6b099c23391d3ad9a0059f3dc9069c0f8e00fad293305ba8a33afc70bf26e14
+Size (wine-4.0.3.tar.xz) = 21680420 bytes
 SHA1 (patch-configure) = 5dda8249ec5533b4bbe5d735df33491452acc078
 SHA1 (patch-dlls_ntdll_thread.c) = 8a13e956e6622cc215fbe6e9943a704b3a926168
 SHA1 (patch-dlls_wininet_http.c) = 9e539ed70a5bf010e50c7beb1c3b3c877ed5e5d8
diff -r d293b8572ca5 -r d86fcecdac24 emulators/wine/patches/patch-include_bcrypt.h
--- a/emulators/wine/patches/patch-include_bcrypt.h     Fri May 22 19:46:34 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-include_bcrypt.h,v 1.1 2020/05/22 17:44:42 nia Exp $
-
-Use parantheses around expression to prevent gcc from complaining
-when using -D_FORTIFY_SOURCE=2 flag
-
---- include/bcrypt.h.orig      2019-08-14 15:05:32.929387224 +0000
-+++ include/bcrypt.h
-@@ -91,7 +91,7 @@ typedef LONG NTSTATUS;
- #define BCRYPT_CHAIN_MODE_ECB       (const WCHAR []){'C','h','a','i','n','i','n','g','M','o','d','e','E','C','B',0}
- #define BCRYPT_CHAIN_MODE_CFB       (const WCHAR []){'C','h','a','i','n','i','n','g','M','o','d','e','C','F','B',0}
- #define BCRYPT_CHAIN_MODE_CCM       (const WCHAR []){'C','h','a','i','n','i','n','g','M','o','d','e','C','C','M',0}
--#define BCRYPT_CHAIN_MODE_GCM       (const WCHAR []){'C','h','a','i','n','i','n','g','M','o','d','e','G','C','M',0}
-+#define BCRYPT_CHAIN_MODE_GCM       ((const WCHAR []){'C','h','a','i','n','i','n','g','M','o','d','e','G','C','M',0})
- 
- #define BCRYPT_ECDSA_PUBLIC_P256_MAGIC  0x31534345
- #define BCRYPT_ECDSA_PRIVATE_P256_MAGIC 0x32534345



Home | Main Index | Thread Index | Old Index