Gentoo Archives: gentoo-commits

From: "Fabio Erculiani (lxnay)" <lxnay@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/broadcom-sta: broadcom-sta-5.10.91.9.3-r3.ebuild ChangeLog
Date: Sun, 31 Jan 2010 18:12:48
Message-Id: E1NbeHu-0003n8-Gx@stork.gentoo.org
1 lxnay 10/01/31 18:12:46
2
3 Modified: broadcom-sta-5.10.91.9.3-r3.ebuild ChangeLog
4 Log:
5 make B43 and SSB config checks non-fatal, breaks binpkgs and it not the proper way to fix things (fix udev rules). Beside that, module builds anyway, so there is no need to block at that stage
6 (Portage version: 2.2_rc60/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-wireless/broadcom-sta/broadcom-sta-5.10.91.9.3-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.10.91.9.3-r3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.10.91.9.3-r3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.10.91.9.3-r3.ebuild?r1=1.2&r2=1.3
14
15 Index: broadcom-sta-5.10.91.9.3-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.10.91.9.3-r3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- broadcom-sta-5.10.91.9.3-r3.ebuild 23 Jan 2010 17:15:02 -0000 1.2
22 +++ broadcom-sta-5.10.91.9.3-r3.ebuild 31 Jan 2010 18:12:45 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.10.91.9.3-r3.ebuild,v 1.2 2010/01/23 17:15:02 lxnay Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-5.10.91.9.3-r3.ebuild,v 1.3 2010/01/31 18:12:45 lxnay Exp $
28
29 inherit eutils linux-mod
30
31 @@ -30,7 +30,10 @@
32 check_license
33
34 # bug #300570
35 - CONFIG_CHECK="!B43 !SSB"
36 + # NOTE<lxnay>: module builds correctly anyway with b43 and SSB enabled
37 + # make checks non-fatal. The correct fix is blackisting ssb and, perhaps
38 + # b43 via udev rules. Moreover, previous fix broke binpkgs support.
39 + CONFIG_CHECK="~!B43 ~!SSB"
40 if kernel_is ge 2 6 33; then
41 #CONFIG_CHECK="${CONFIG_CHECK} LIB80211 CFG80211_WEXT WEXT_PRIV ~!MAC80211"
42 CONFIG_CHECK="${CONFIG_CHECK} LIB80211 WIRELESS_EXT CFG80211_WEXT WEXT_PRIV ~!MAC80211"
43
44
45
46 1.20 net-wireless/broadcom-sta/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?rev=1.20&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?rev=1.20&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/broadcom-sta/ChangeLog?r1=1.19&r2=1.20
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v
55 retrieving revision 1.19
56 retrieving revision 1.20
57 diff -u -r1.19 -r1.20
58 --- ChangeLog 23 Jan 2010 17:15:02 -0000 1.19
59 +++ ChangeLog 31 Jan 2010 18:12:45 -0000 1.20
60 @@ -1,6 +1,12 @@
61 # ChangeLog for net-wireless/broadcom-sta
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.19 2010/01/23 17:15:02 lxnay Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/ChangeLog,v 1.20 2010/01/31 18:12:45 lxnay Exp $
65 +
66 + 31 Jan 2010; Fabio Erculiani <lxnay@g.o>
67 + broadcom-sta-5.10.91.9.3-r3.ebuild:
68 + make B43 and SSB config checks non-fatal, breaks binpkgs and it not the
69 + proper way to fix things (fix udev rules). Beside that, module builds
70 + anyway, so there is no need to block at that stage
71
72 23 Jan 2010; Fabio Erculiani <lxnay@g.o>
73 broadcom-sta-5.10.91.9.3-r1.ebuild, broadcom-sta-5.10.91.9.3-r2.ebuild,