Gentoo Archives: gentoo-commits

From: "Alexys Jacob (ultrabug)" <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mongodb/files: mongodb-2.2-r2-boost-1.50.patch
Date: Sun, 04 Nov 2012 17:20:33
Message-Id: 20121104172015.ECEF2215FF@flycatcher.gentoo.org
1 ultrabug 12/11/04 17:20:15
2
3 Modified: mongodb-2.2-r2-boost-1.50.patch
4 Log:
5 fix patch for 2.2 series, thanks to Hank Leininger
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
8
9 Revision Changes Path
10 1.2 dev-db/mongodb/files/mongodb-2.2-r2-boost-1.50.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb-2.2-r2-boost-1.50.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb-2.2-r2-boost-1.50.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/files/mongodb-2.2-r2-boost-1.50.patch?r1=1.1&r2=1.2
15
16 Index: mongodb-2.2-r2-boost-1.50.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mongodb-2.2-r2-boost-1.50.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mongodb-2.2-r2-boost-1.50.patch 4 Nov 2012 14:23:24 -0000 1.1
23 +++ mongodb-2.2-r2-boost-1.50.patch 4 Nov 2012 17:20:15 -0000 1.2
24 @@ -173,7 +173,7 @@
25
26 // skip hidden files and directories
27 - if (root.leaf()[0] == '.' && root.leaf() != ".")
28 -+ if (root.leaf().string()[0] == '.' && root.leaf() != ".")
29 ++ if (root.leaf().string()[0] == '.' && root.leaf().string() != ".")
30 return;
31
32 if ( is_directory( root ) ) {
33 @@ -212,4 +212,4 @@
34 +// boost::filesystem::path::default_name_check( boost::filesystem::no_check );
35 +// #endif
36
37 - _name = argv[0];
38 \ No newline at end of file
39 + _name = argv[0];