Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams/files: wvstreams-4.6.1-openssl-1.0.0.patch wvstreams-4.6.1-parallel-make.patch
Date: Wed, 06 Jun 2012 20:13:15
Message-Id: 20120606201301.667092004B@flycatcher.gentoo.org
1 ssuominen 12/06/06 20:13:01
2
3 Modified: wvstreams-4.6.1-openssl-1.0.0.patch
4 wvstreams-4.6.1-parallel-make.patch
5 Log:
6 tidy
7
8 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.2 net-libs/wvstreams/files/wvstreams-4.6.1-openssl-1.0.0.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.6.1-openssl-1.0.0.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.6.1-openssl-1.0.0.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.6.1-openssl-1.0.0.patch?r1=1.1&r2=1.2
16
17 Index: wvstreams-4.6.1-openssl-1.0.0.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.6.1-openssl-1.0.0.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- wvstreams-4.6.1-openssl-1.0.0.patch 4 Jun 2010 12:54:18 -0000 1.1
24 +++ wvstreams-4.6.1-openssl-1.0.0.patch 6 Jun 2012 20:13:01 -0000 1.2
25 @@ -1,5 +1,7 @@
26 ---- wvstreams-4.6.1/crypto/wvx509.cc 2008-10-23 22:23:49.000000000 +0200
27 -+++ wvstreams-4.6.1-1/crypto/wvx509.cc 2010-01-27 11:09:06.000000000 +0100
28 +http://bugs.gentoo.org/304283
29 +
30 +--- crypto/wvx509.cc
31 ++++ crypto/wvx509.cc
32 @@ -1157,7 +1157,11 @@
33
34 if (ext)
35
36
37
38 1.2 net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch?r1=1.1&r2=1.2
43
44 Index: wvstreams-4.6.1-parallel-make.patch
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.6.1-parallel-make.patch,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- wvstreams-4.6.1-parallel-make.patch 4 Jan 2010 16:07:37 -0000 1.1
51 +++ wvstreams-4.6.1-parallel-make.patch 6 Jun 2012 20:13:01 -0000 1.2
52 @@ -1,6 +1,5 @@
53 -diff -ur wvstreams-4.6.1.orig/Makefile wvstreams-4.6.1/Makefile
54 ---- wvstreams-4.6.1.orig/Makefile 2009-09-16 00:26:50.000000000 +0300
55 -+++ wvstreams-4.6.1/Makefile 2010-01-04 18:06:15.000000000 +0200
56 +--- Makefile
57 ++++ Makefile
58 @@ -131,12 +131,19 @@
59 # libwvstreams: stream/event handling library
60 #
61 @@ -35,9 +34,8 @@
62 TESTS += $(call tests_cc,dbus/tests)
63 libwvdbus_OBJS += $(call objects,dbus)
64 libwvdbus.so: $(libwvdbus_OBJS) $(LIBWVSTREAMS)
65 -diff -ur wvstreams-4.6.1.orig/wvrules-posix.mk wvstreams-4.6.1/wvrules-posix.mk
66 ---- wvstreams-4.6.1.orig/wvrules-posix.mk 2008-10-21 18:31:58.000000000 +0300
67 -+++ wvstreams-4.6.1/wvrules-posix.mk 2010-01-04 18:04:00.000000000 +0200
68 +--- wvrules-posix.mk
69 ++++ wvrules-posix.mk
70 @@ -85,12 +85,15 @@
71 $(AR) s $1
72 endef