summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-22 19:48:34 +0000
committernia <nia@pkgsrc.org>2020-05-22 19:48:34 +0000
commit0390550cf8da4d28799e414fa7a94e3e99f30a6d (patch)
tree45efc23aa8d6255a24eb1b774f4b485b6f9354e0 /emulators/wine
parenteb4869c7ab725ee43e78ec25ca2f15996549b9d2 (diff)
downloadpkgsrc-0390550cf8da4d28799e414fa7a94e3e99f30a6d.tar.gz
wine: Update to the actual most recent stable release that works
(I misunderstood how wine stable branches work, sorry!)
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile5
-rw-r--r--emulators/wine/distinfo10
-rw-r--r--emulators/wine/patches/patch-include_bcrypt.h16
3 files changed, 8 insertions, 23 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index c5d6560de9f..abb424faa23 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -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 @@ ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64
UNLIMIT_RESOURCES= datasize
+CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-capi
CONFIGURE_ARGS+= --without-gphoto
CONFIGURE_ARGS+= --without-gssapi
diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo
index 7cadbdb1d07..feb317bc884 100644
--- a/emulators/wine/distinfo
+++ b/emulators/wine/distinfo
@@ -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 --git a/emulators/wine/patches/patch-include_bcrypt.h b/emulators/wine/patches/patch-include_bcrypt.h
deleted file mode 100644
index 553dfd403ea..00000000000
--- a/emulators/wine/patches/patch-include_bcrypt.h
+++ /dev/null
@@ -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