pkgsrc-WIP-changes archive

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

qemu-git: Reduce local patch for configure



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Jun 5 17:50:44 2017 +0200
Changeset:	39942dc4768536ccbfbcfa2f683da59e4fe74110

Modified Files:
	qemu-git/distinfo
	qemu-git/patches/patch-configure

Log Message:
qemu-git: Reduce local patch for configure

Partly merged upstream.

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

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

diffstat:
 qemu-git/distinfo                |  2 +-
 qemu-git/patches/patch-configure | 16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

diffs:
diff --git a/qemu-git/distinfo b/qemu-git/distinfo
index 586b7ca7bd..fe64d53510 100644
--- a/qemu-git/distinfo
+++ b/qemu-git/distinfo
@@ -4,7 +4,7 @@ SHA1 (qemu-2.8.1.tar.bz2) = 224289c5e568e400920363820a0647e2aca569e7
 RMD160 (qemu-2.8.1.tar.bz2) = 93f71138d19c871195c9e0b1a7ba66275773f93a
 SHA512 (qemu-2.8.1.tar.bz2) = 0397b4029cdcb77ed053c44b3579a3f34894038e6fc6b4aa88de14515f5a78bf2f41c5e865f37111529f567c85d2f1c4deefae47dde54f76eac79410e5b2bdda
 Size (qemu-2.8.1.tar.bz2) = 28366270 bytes
-SHA1 (patch-configure) = 9a36da2b276df7231821291520b2617959c30e93
+SHA1 (patch-configure) = cf9e3c45ab229da2766c7216999b07e3d9353232
 SHA1 (patch-contrib_ivshmem-client_Makefile.objs) = 84c86619bba6ff1b6ca3875e176c5e0b084ed853
 SHA1 (patch-contrib_ivshmem-server_Makefile.objs) = 146a59da648864ff43d6e5807e8e3f94c2242338
 SHA1 (patch-qemu-nbd.c) = 191b4082aedd0e5b8cc03aa20bc13b415a9df5b4
diff --git a/qemu-git/patches/patch-configure b/qemu-git/patches/patch-configure
index 82e20c6e79..12bdf8336e 100644
--- a/qemu-git/patches/patch-configure
+++ b/qemu-git/patches/patch-configure
@@ -2,22 +2,6 @@ $NetBSD$
 
 --- configure.orig	2017-05-26 04:41:16.000000000 +0000
 +++ configure
-@@ -3041,14 +3041,13 @@ if test "$curses" != "no" ; then
- #include <curses.h>
- #include <wchar.h>
- int main(void) {
--  const char *s = curses_version();
-   wchar_t wch = L'w';
-   setlocale(LC_ALL, "");
-   resize_term(0, 0);
-   addwstr(L"wide chars\n");
-   addnwstr(&wch, 1);
-   add_wch(WACS_DEGREE);
--  return s != 0;
-+  return 0;
- }
- EOF
-   IFS=:
 @@ -4928,6 +4927,8 @@ if test "$want_tools" = "yes" ; then
    tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
    if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then


Home | Main Index | Thread Index | Old Index