pkgsrc-WIP-changes archive

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

wine-devel: add missing patch



Module Name:	pkgsrc-wip
Committed By:	Youri Mouton <youri%netbsd.org@localhost>
Pushed By:	youri
Date:		Wed Jun 15 14:44:55 2016 +0000
Changeset:	955bd030f94460d3b27694e91d5fbfa5556f3a26

Modified Files:
	lximage-qt/Makefile
	lxqt/Makefile
	wine-devel/distinfo
Added Files:
	wine-devel/patches/patch-dlls_wininet_http.c

Log Message:
wine-devel: add missing patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=955bd030f94460d3b27694e91d5fbfa5556f3a26

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lximage-qt/Makefile                          |  3 ++-
 lxqt/Makefile                                |  2 +-
 wine-devel/distinfo                          |  4 +---
 wine-devel/patches/patch-dlls_wininet_http.c | 29 ++++++++++++++++++++++++++++
 4 files changed, 33 insertions(+), 5 deletions(-)

diffs:
diff --git a/lximage-qt/Makefile b/lximage-qt/Makefile
index 5f0b57e..a597562 100644
--- a/lximage-qt/Makefile
+++ b/lximage-qt/Makefile
@@ -2,7 +2,7 @@
 
 .include "../../wip/liblxqt/Makefile.common"
 
-DISTNAME=	lximage-qt-0.4.0
+DISTNAME=	lximage-qt-0.5.0
 CATEGORIES=	graphics
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -11,5 +11,6 @@ LICENSE=	gnu-gpl-v2
 
 .include "../../wip/pcmanfm-qt/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../graphics/libexif/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/lxqt/Makefile b/lxqt/Makefile
index e461610..0397e76 100644
--- a/lxqt/Makefile
+++ b/lxqt/Makefile
@@ -16,7 +16,7 @@ META_PACKAGE=   yes
 
 # Set of packages from http://downloads.lxqt.org/lxqt/0.9.0/
 DEPENDS+=       liblxqt>=0.9.0:../../wip/liblxqt
-DEPENDS+=       lximage-qt>=0.4.0:../../wip/lximage-qt
+#DEPENDS+=       lximage-qt>=0.4.0:../../wip/lximage-qt
 DEPENDS+=       lxmenu-data>=0.1.4:../../sysutils/lxmenu-data
 DEPENDS+=       lxqt-about>=0.9.0:../../wip/lxqt-about
 DEPENDS+=       lxqt-admin>=0.9.0:../../wip/lxqt-admin
diff --git a/wine-devel/distinfo b/wine-devel/distinfo
index b2c2dcf..2ad4067 100644
--- a/wine-devel/distinfo
+++ b/wine-devel/distinfo
@@ -4,8 +4,6 @@ SHA1 (wine-1.9.12.tar.bz2) = 4b186865f8152aee69799786bd94d027900f0fb5
 RMD160 (wine-1.9.12.tar.bz2) = 2fadbac17353834a4886c9265f67c5cdaf44fbca
 SHA512 (wine-1.9.12.tar.bz2) = 056156260cd71c23f03deff35f97ce9ed0d1b3b153887e9af13ca97c27caebc87d5272fcc27566595feecd65ada3fdba96ea0f58afea566dbd34f7d240519d10
 Size (wine-1.9.12.tar.bz2) = 23240036 bytes
-#SHA1 (patch-configure) = 77b5259dfe3644ca17bb9af8aa1be045b5f88c7f
-#SHA1 (patch-dlls_ntdll_signal__x86__64.c) = 92ad434b5d8de9d4dcca5004d2fadede58cfeea8
 SHA1 (patch-dlls_wineoss.drv_mmdevdrv.c) = 89f9d1c08dbfbed3eac971ee534944f7403246a4
-#SHA1 (patch-dlls_ws2__32_socket.c) = 98ebaa7b0831e558f49a484ffb3a1b28adb9bcf2
+SHA1 (patch-dlls_wininet_http.c) = f186d88e93c00deb7b885fa97f903f4e444669bf
 SHA1 (patch-include_wine_test.h) = af33ec675c67e2fc56cf52e9c6634cab3e6fdfd2
diff --git a/wine-devel/patches/patch-dlls_wininet_http.c b/wine-devel/patches/patch-dlls_wininet_http.c
new file mode 100644
index 0000000..679c60f
--- /dev/null
+++ b/wine-devel/patches/patch-dlls_wininet_http.c
@@ -0,0 +1,29 @@
+$NetBSD$
+
+--- dlls/wininet/http.c.orig	2016-06-10 14:04:01.000000000 +0000
++++ dlls/wininet/http.c
+@@ -29,6 +29,12 @@
+ 
+ #include "config.h"
+ 
++#include <stdarg.h>
++#include <stdio.h>
++#include <stdlib.h>
++#include <time.h>
++#include <assert.h>
++
+ #ifdef HAVE_ZLIB
+ #  include <zlib.h>
+ #endif
+@@ -36,11 +42,6 @@
+ #include "winsock2.h"
+ #include "ws2ipdef.h"
+ 
+-#include <stdarg.h>
+-#include <stdio.h>
+-#include <stdlib.h>
+-#include <time.h>
+-#include <assert.h>
+ #include "windef.h"
+ #include "winbase.h"
+ #include "wininet.h"


Home | Main Index | Thread Index | Old Index