Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: ChangeLog samba-3.5.21.ebuild
Date: Thu, 28 Feb 2013 19:57:13
Message-Id: 20130228195709.EEC112171D@flycatcher.gentoo.org
1 vostorga 13/02/28 19:57:09
2
3 Modified: ChangeLog samba-3.5.21.ebuild
4 Log:
5 Fixing up build on alpha/s390/sh bug #459278
6
7 (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 0xE25EE336)
8
9 Revision Changes Path
10 1.570 net-fs/samba/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.570&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.570&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.569&r2=1.570
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
19 retrieving revision 1.569
20 retrieving revision 1.570
21 diff -u -r1.569 -r1.570
22 --- ChangeLog 25 Feb 2013 08:17:30 -0000 1.569
23 +++ ChangeLog 28 Feb 2013 19:57:09 -0000 1.570
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-fs/samba
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.569 2013/02/25 08:17:30 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.570 2013/02/28 19:57:09 vostorga Exp $
29 +
30 + 28 Feb 2013; VĂ­ctor Ostorga <vostorga@g.o> samba-3.5.21.ebuild:
31 + Fixing up build on alpha/s390/sh bug #459278
32
33 25 Feb 2013; Zac Medico <zmedico@g.o> samba-3.6.12.ebuild:
34 Fix for prefix and add ~arm-linux and ~x86-linux keywords.
35
36
37
38 1.11 net-fs/samba/samba-3.5.21.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild?r1=1.10&r2=1.11
43
44 Index: samba-3.5.21.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- samba-3.5.21.ebuild 22 Feb 2013 18:40:35 -0000 1.10
51 +++ samba-3.5.21.ebuild 28 Feb 2013 19:57:09 -0000 1.11
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild,v 1.10 2013/02/22 18:40:35 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild,v 1.11 2013/02/28 19:57:09 vostorga Exp $
57
58 EAPI=4
59
60 -inherit pam versionator multilib eutils
61 +inherit pam versionator multilib eutils flag-o-matic
62
63 MY_PV=${PV/_/}
64 MY_P="${PN}-${MY_PV}"
65 @@ -132,6 +132,11 @@
66 # Filter out -fPIE
67 [[ ${CHOST} == *-*bsd* ]] && myconf+=" --disable-pie"
68
69 + #Allowing alpha/s390/sh to build
70 + if use alpha || use s390 || use sh; then
71 + replace-flags -O? -O1
72 + fi
73 +
74 # Upstream refuses to make this configurable
75 use caps && export ac_cv_header_sys_capability_h=yes || export ac_cv_header_sys_capability_h=no