Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: profile.bashrc
Date: Tue, 29 May 2012 13:43:01
Message-Id: 20120529134241.DAB9B2004C@flycatcher.gentoo.org
1 aballier 12/05/29 13:42:41
2
3 Modified: profile.bashrc
4 Log:
5 Remove bash as CONFIG_SHELL: we should rather fix the bugs, and it makes other packages fail
6
7 Revision Changes Path
8 1.12 profiles/default/bsd/fbsd/profile.bashrc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc?r1=1.11&r2=1.12
13
14 Index: profile.bashrc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- profile.bashrc 9 Jul 2011 21:04:44 -0000 1.11
21 +++ profile.bashrc 29 May 2012 13:42:41 -0000 1.12
22 @@ -1,6 +1,6 @@
23 #!/bin/bash
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v 1.11 2011/07/09 21:04:44 aballier Exp $
26 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v 1.12 2012/05/29 13:42:41 aballier Exp $
28
29 alias make=gmake
30 alias patch=gpatch
31 @@ -13,7 +13,9 @@
32 # Attempt to point the default SHELL used by configure scripts to bash.
33 # while most should work with BSD's bourne just fine, the extra scripts
34 # used by some applications (specially test scripts) use way too many bashisms.
35 -export CONFIG_SHELL="/bin/bash"
36 +# Alexis Ballier <29 May 2012>: Disable this, we should rather fix bugs and it
37 +# seems to confuse libtool a couple of packages (dev-libs/libtar, net-dns/hesiod)
38 +# export CONFIG_SHELL="/bin/bash"
39
40 # Hack to avoid every package that uses libiconv/gettext
41 # install a charset.alias that will collide with libiconv's one