Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: ChangeLog samba-3.5.12.ebuild samba-3.6.3.ebuild samba-3.5.11.ebuild
Date: Sun, 05 Feb 2012 01:56:34
Message-Id: 20120205015624.B4AE22004B@flycatcher.gentoo.org
1 ottxor 12/02/05 01:56:24
2
3 Modified: ChangeLog samba-3.5.12.ebuild samba-3.6.3.ebuild
4 samba-3.5.11.ebuild
5 Log:
6 fix bug #399141
7
8 (Portage version: 2.2.0_alpha85/cvs/Linux i686)
9
10 Revision Changes Path
11 1.498 net-fs/samba/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.498&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.498&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.497&r2=1.498
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
20 retrieving revision 1.497
21 retrieving revision 1.498
22 diff -u -r1.497 -r1.498
23 --- ChangeLog 31 Jan 2012 07:55:35 -0000 1.497
24 +++ ChangeLog 5 Feb 2012 01:56:24 -0000 1.498
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-fs/samba
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.497 2012/01/31 07:55:35 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.498 2012/02/05 01:56:24 ottxor Exp $
30 +
31 + 05 Feb 2012; Christoph Junghans <ottxor@g.o> samba-3.5.11.ebuild,
32 + samba-3.5.12.ebuild, samba-3.6.3.ebuild:
33 + fix bug #399141
34
35 31 Jan 2012; Tomáš Chvátal <scarabeus@g.o> samba-3.6.3.ebuild:
36 Fix the gcc check. Closes bug #392893.
37
38
39
40 1.2 net-fs/samba/samba-3.5.12.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.12.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.12.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.12.ebuild?r1=1.1&r2=1.2
45
46 Index: samba-3.5.12.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.12.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- samba-3.5.12.ebuild 30 Jan 2012 13:21:54 -0000 1.1
53 +++ samba-3.5.12.ebuild 5 Feb 2012 01:56:24 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.12.ebuild,v 1.1 2012/01/30 13:21:54 patrick Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.12.ebuild,v 1.2 2012/02/05 01:56:24 ottxor Exp $
59
60 EAPI=4
61
62 @@ -146,6 +146,10 @@
63 myconf+=" --without-cifsmount --without-cifsumount"
64 fi
65
66 + #bug #399141 wrap newer iniparser version
67 + has_version ">=dev-libs/iniparser-3.0.0" && \
68 + export CPPFLAGS+=" -Diniparser_getstr\(d,i\)=iniparser_getstring\(d,i,NULL\)"
69 +
70 # Notes:
71 # - automount is only needed in conjunction with NIS and we don't have that
72 # anymore => LDAP?
73
74
75
76 1.3 net-fs/samba/samba-3.6.3.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild?r1=1.2&r2=1.3
81
82 Index: samba-3.6.3.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- samba-3.6.3.ebuild 31 Jan 2012 07:55:35 -0000 1.2
89 +++ samba-3.6.3.ebuild 5 Feb 2012 01:56:24 -0000 1.3
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2012 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild,v 1.2 2012/01/31 07:55:35 scarabeus Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.3.ebuild,v 1.3 2012/02/05 01:56:24 ottxor Exp $
95
96 EAPI=4
97
98 @@ -133,6 +133,10 @@
99 # Upstream refuses to make this configurable
100 use caps && export ac_cv_header_sys_capability_h=yes || export ac_cv_header_sys_capability_h=no
101
102 + #bug #399141 wrap newer iniparser version
103 + has_version ">=dev-libs/iniparser-3.0.0" && \
104 + export CPPFLAGS+=" -Diniparser_getstr\(d,i\)=iniparser_getstring\(d,i,NULL\)"
105 +
106 # Notes:
107 # - automount is only needed in conjunction with NIS and we don't have that
108 # anymore => LDAP?
109
110
111
112 1.11 net-fs/samba/samba-3.5.11.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.11.ebuild?rev=1.11&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.11.ebuild?rev=1.11&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.11.ebuild?r1=1.10&r2=1.11
117
118 Index: samba-3.5.11.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.11.ebuild,v
121 retrieving revision 1.10
122 retrieving revision 1.11
123 diff -u -r1.10 -r1.11
124 --- samba-3.5.11.ebuild 3 Nov 2011 09:24:01 -0000 1.10
125 +++ samba-3.5.11.ebuild 5 Feb 2012 01:56:24 -0000 1.11
126 @@ -1,6 +1,6 @@
127 -# Copyright 1999-2011 Gentoo Foundation
128 +# Copyright 1999-2012 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.11.ebuild,v 1.10 2011/11/03 09:24:01 naota Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.11.ebuild,v 1.11 2012/02/05 01:56:24 ottxor Exp $
132
133 EAPI=4
134
135 @@ -146,6 +146,10 @@
136 myconf+=" --without-cifsmount --without-cifsumount"
137 fi
138
139 + #bug #399141 wrap newer iniparser version
140 + has_version ">=dev-libs/iniparser-3.0.0" && \
141 + export CPPFLAGS+=" -Diniparser_getstr\(d,i\)=iniparser_getstring\(d,i,NULL\)"
142 +
143 # Notes:
144 # - automount is only needed in conjunction with NIS and we don't have that
145 # anymore => LDAP?