net-libs/wvstreams: Fix patches.
authorJeroen Roovers <jer@gentoo.org>
Wed, 26 Jul 2017 14:10:05 +0000 (16:10 +0200)
committerJeroen Roovers <jer@gentoo.org>
Wed, 26 Jul 2017 19:10:39 +0000 (21:10 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-libs/wvstreams/files/wvstreams-4.6.1-gcc47.patch
net-libs/wvstreams/files/wvstreams-4.6.1-glibc212.patch
net-libs/wvstreams/files/wvstreams-4.6.1-openssl-1.0.0.patch
net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch

index b284da8f3e790a3dd8c22762686e6c80868c5ea1..a1ad888179320b00b694774ed63bd57afd09482f 100644 (file)
@@ -5,8 +5,8 @@ See -gcc47-patch and -magic.patch in Fedora git:
 
 http://pkgs.fedoraproject.org/gitweb/?p=libwvstreams.git;a=tree
 
---- include/wvtask.h
-+++ include/wvtask.h
+--- a/include/wvtask.h
++++ b/include/wvtask.h
 @@ -45,7 +45,8 @@
      typedef void TaskFunc(void *userdata);
      
@@ -26,8 +26,8 @@ http://pkgs.fedoraproject.org/gitweb/?p=libwvstreams.git;a=tree
      static WvTaskList all_tasks, free_tasks;
      
      static void get_stack(WvTask &task, size_t size);
---- include/wvuid.h
-+++ include/wvuid.h
+--- a/include/wvuid.h
++++ b/include/wvuid.h
 @@ -7,6 +7,7 @@
  #ifndef __WVUID_H
  #define __WVUID_H
@@ -36,8 +36,8 @@ http://pkgs.fedoraproject.org/gitweb/?p=libwvstreams.git;a=tree
  #include "wvstring.h"
  
  #if WIN32
---- utils/wvtask.cc
-+++ utils/wvtask.cc
+--- a/utils/wvtask.cc
++++ b/utils/wvtask.cc
 @@ -58,7 +58,8 @@
  int WvTask::taskcount, WvTask::numtasks, WvTask::numrunning;
  
index 473d3e8329332a93e9a50364f796c7e2e033f80b..38218d7213a9343ccc5975a028f5055d5422d76a 100644 (file)
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/333301
 
---- ipstreams/wvunixdgsocket.cc
-+++ ipstreams/wvunixdgsocket.cc
+--- a/ipstreams/wvunixdgsocket.cc
++++ b/ipstreams/wvunixdgsocket.cc
 @@ -1,5 +1,5 @@
  #include "wvunixdgsocket.h"
 -#ifdef MACOS
@@ -9,8 +9,8 @@ http://bugs.gentoo.org/333301
  #include <sys/types.h>
  #include <sys/stat.h>
  #endif
---- streams/wvatomicfile.cc
-+++ streams/wvatomicfile.cc
+--- a/streams/wvatomicfile.cc
++++ b/streams/wvatomicfile.cc
 @@ -11,7 +11,8 @@
  #include "wvfileutils.h"
  #include "wvstrutils.h"
index c27e7233627ffd6626738d3cd0177093d3bc5ccb..327e19a0c11b6d18cea6cb4012732a12275d6fc0 100644 (file)
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/304283
 
---- crypto/wvx509.cc
-+++ crypto/wvx509.cc
+--- a/crypto/wvx509.cc
++++ b/crypto/wvx509.cc
 @@ -1157,7 +1157,11 @@
          
          if (ext)
index d6f7d6e76174e15c677911160b7bd4c15bfa2470..688178c3a1bd3ce93c9f715df480a503ab56d2c2 100644 (file)
@@ -1,5 +1,5 @@
---- Makefile
-+++ Makefile
+--- a/Makefile
++++ b/Makefile
 @@ -131,12 +131,19 @@
  # libwvstreams: stream/event handling library
  #
@@ -34,8 +34,8 @@
    TESTS += $(call tests_cc,dbus/tests)
    libwvdbus_OBJS += $(call objects,dbus)
    libwvdbus.so: $(libwvdbus_OBJS) $(LIBWVSTREAMS)
---- wvrules-posix.mk
-+++ wvrules-posix.mk
+--- a/wvrules-posix.mk
++++ b/wvrules-posix.mk
 @@ -85,12 +85,15 @@
        $(AR) s $1
  endef