Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost/files: 1.35-remove-hardlink-creation.patch buildid-fix.patch
Date: Tue, 07 Apr 2009 09:43:14
Message-Id: E1Lr7pp-0003Uq-8e@stork.gentoo.org
1 dev-zero 09/04/07 09:43:13
2
3 Added: 1.35-remove-hardlink-creation.patch
4 buildid-fix.patch
5 Log:
6 Slotting revisited: using profile files now. Solved bugs #259167, #258926.
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/boost/files/1.35-remove-hardlink-creation.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/files/1.35-remove-hardlink-creation.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/files/1.35-remove-hardlink-creation.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.35-remove-hardlink-creation.patch
16 ===================================================================
17 --- Jamroot.orig 2009-04-03 19:23:02.876426258 +0200
18 +++ Jamroot 2009-04-03 19:37:05.899697787 +0200
19 @@ -444,14 +444,10 @@
20 }
21 return $(result) ;
22 }
23 -
24 - generate stage-unversioned : stage-proper :
25 - <generating-rule>@make-unversioned-links ;
26 - explicit stage-unversioned ;
27 -
28 - generate install-unversioned : install-proper :
29 - <generating-rule>@make-unversioned-links ;
30 - explicit install-unversioned ;
31 +
32 +
33 + alias stage-unversioned ;
34 + alias install-unversioned ;
35 }
36 else
37 {
38
39
40
41 1.1 dev-libs/boost/files/buildid-fix.patch
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/files/buildid-fix.patch?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/files/buildid-fix.patch?rev=1.1&content-type=text/plain
45
46 Index: buildid-fix.patch
47 ===================================================================
48 --- Jamroot.orig 2009-02-10 17:36:25.000000000 +0100
49 +++ Jamroot 2009-02-10 17:37:09.000000000 +0100
50 @@ -442,15 +442,15 @@
51 local noversion-file ;
52 if $(nt)
53 {
54 - noversion-file = [ MATCH "(.*)-[0-9_]+([.]lib)" : $(name) ] ;
55 + noversion-file = [ MATCH "(.*)-[0-9_]+(.*[.]lib)" : $(name) ] ;
56 }
57 else
58 {
59 noversion-file =
60 - [ MATCH "(.*)-[0-9_]+([.]so)[.0-9]*" : $(name) ]
61 - [ MATCH "(.*)-[0-9_]+([.]dylib)" : $(name) ]
62 - [ MATCH "(.*)-[0-9_]+([.]a)" : $(name) ]
63 - [ MATCH "(.*)-[0-9_]+([.]dll[.]a)" : $(name) ] ;
64 + [ MATCH "(.*)-[0-9_]+(.*[.]so)[.0-9]*" : $(name) ]
65 + [ MATCH "(.*)-[0-9_]+(.*[.]dylib)" : $(name) ]
66 + [ MATCH "(.*)-[0-9_]+(.*[.]a)" : $(name) ]
67 + [ MATCH "(.*)-[0-9_]+(.*[.]dll[.]a)" : $(name) ] ;
68 }
69
70 local new-name =