Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-19 Thread Matias Grana
On Tue, Oct 18, 2005 at 08:39:09PM -0400, Dave Nebinger wrote: On Tuesday 18 October 2005 07:00 pm, Holly Bostick wrote: are you saying that this line app-editors/vim:vim-with-x - Linking console vim against X11 libraries to enable title and clipboard features in xterm is not the same

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Matias Grana
On Mon, Oct 17, 2005 at 04:13:34PM +0100, Neil Bothwick wrote: On Mon, 17 Oct 2005 11:19:55 -0300, Matias Grana wrote: I'm trying to compile vim with +clipboard support. One can do this by passing --enable-clipboard to configure. There's no USE flag for this feature. After some

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Holly Bostick
Matias Grana schreef: On Mon, Oct 17, 2005 at 08:28:54PM +0100, Ciaran McCreesh wrote: On Mon, 17 Oct 2005 11:19:55 -0300 Matias Grana [EMAIL PROTECTED] wrote: | I'm trying to compile vim with +clipboard support. One can do this | by passing --enable-clipboard to configure. There's no

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Matias Grana
On Tue, Oct 18, 2005 at 03:41:24PM +0200, Holly Bostick wrote: motub- useflag vim-with-x /usr/portage/profiles/use.local.desc:app-editors/vim:vim-with-x - Linking console vim against X11 libraries to enable title and clipboard features in xterm Aha! Now it seems that I have an old (or not so

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Ciaran McCreesh
On Tue, 18 Oct 2005 16:44:54 -0300 Matias Grana [EMAIL PROTECTED] wrote: | This is why I neglected to see that clipboard and vim-with-x were | related. But what I find confusing now is why I have this difference. | How does one update the use.local.desc file? It seems not to belong | to any

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Dave Nebinger
On Tuesday 18 October 2005 03:44 pm, Matias Grana wrote: On Tue, Oct 18, 2005 at 03:41:24PM +0200, Holly Bostick wrote: motub- useflag vim-with-x /usr/portage/profiles/use.local.desc:app-editors/vim:vim-with-x - Linking console vim against X11 libraries to enable title and clipboard

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Renat Golubchyk
On Tue, 18 Oct 2005 16:44:54 -0300 Matias Grana [EMAIL PROTECTED] wrote: But what I find confusing now is why I have this difference. How does one update the use.local.desc file? It seems not to belong to any package (tried equery belongs /usr/portage/profiles/use.local.desc and didn't get

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Holly Bostick
Dave Nebinger schreef: On Tuesday 18 October 2005 03:44 pm, Matias Grana wrote: On Tue, Oct 18, 2005 at 03:41:24PM +0200, Holly Bostick wrote: motub- useflag vim-with-x /usr/portage/profiles/use.local.desc:app-editors/vim:vim-with-x - Linking console vim against X11 libraries to enable

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Dave Nebinger
On Tuesday 18 October 2005 04:34 pm, Holly Bostick wrote: For Holly's case, I'm wondering if she's syncing against a system that doesn't mirror that file from upstream? Just a guess. I sync against the Netherlands rsync pool, SYNC=rsync://rsync.nl.gentoo.org/gentoo-portage. I suppose

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Spider (D.m.D. Lj.)
On Tue, 2005-10-18 at 16:50 -0400, Dave Nebinger wrote: On Tuesday 18 October 2005 04:34 pm, Holly Bostick wrote: For Holly's case, I'm wondering if she's syncing against a system that doesn't mirror that file from upstream? Just a guess. I sync against the Netherlands rsync pool,

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Holly Bostick
Dave Nebinger schreef: On Tuesday 18 October 2005 04:34 pm, Holly Bostick wrote: I know mine comes out of CVS with the header $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1502 2005/10/18 00:03:00 vapier Exp $, so I'm guessing that I have the later file. So does mine: #

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Dave Nebinger
On Tuesday 18 October 2005 07:00 pm, Holly Bostick wrote: are you saying that this line app-editors/vim:vim-with-x - Linking console vim against X11 libraries to enable title and clipboard features in xterm is not the same on your file, despite the identical header? I mustbe getting old or

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Ciaran McCreesh
On Tue, 18 Oct 2005 20:39:09 -0400 Dave Nebinger [EMAIL PROTECTED] wrote: | I mustbe getting old or something. I swear when I looked at it | before it matched the other guys and not yours. Now mine matches | yours. I need to start drinking ;-) Wheee, another person successfully confused by

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Neil Bothwick
On Mon, 17 Oct 2005 11:19:55 -0300, Matias Grana wrote: I'm trying to compile vim with +clipboard support. One can do this by passing --enable-clipboard to configure. There's no USE flag for this feature. After some research, I've learned that the way to do this is to configure the

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Tom Martin
On Mon, Oct 17, 2005 at 11:19:55AM -0300, Matias Grana [EMAIL PROTECTED] wrote: Sure I can set it by hand for one emerge, but I'd like to set EXTRA_ECONF to --enable-clipboard forever. You could try using /etc/portage/bashrc, see portage(5). Use at your own risk. Hope that helps, Tom -- Tom

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Peter Gordon
Neil Bothwick said: mkdir -p /etc/portage/env.d/app-editors echo /etc/portage/env.d/app-editors/vim 'EXTRA_ECONF=--enable-clipboard' You can use this to set variables, or override default settings, for any package. Ooh that's quite nifty. I'll have to write that one down. Thanks, Neil. :)

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Holly Bostick
Neil Bothwick schreef: On Mon, 17 Oct 2005 11:19:55 -0300, Matias Grana wrote: I'm trying to compile vim with +clipboard support. One can do this by passing --enable-clipboard to configure. There's no USE flag for this feature. After some research, I've learned that the way to do this

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Paul Varner
On Mon, 2005-10-17 at 19:14 +0200, Holly Bostick wrote: But man 5 portage doesn't say anything about /etc/portage/env.d, and it doesn't say anything much about what precisely you can put in /etc/portage/bashrc either: The /etc/portage/bashrc file can be (ab)used to do all kinds of things with

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Neil Bothwick
On Mon, 17 Oct 2005 12:28:51 -0500, Paul Varner wrote: Finally, this doesn't mean that you shouldn't use Neil's suggestion. Just make sure that you are comfortable with the supplied bashrc before implementing. And don't blame me if it does go BOOM! :) -- Neil Bothwick Mr. Worf, scan that

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Ciaran McCreesh
On Mon, 17 Oct 2005 11:19:55 -0300 Matias Grana [EMAIL PROTECTED] wrote: | I'm trying to compile vim with +clipboard support. One can do this | by passing --enable-clipboard to configure. There's no USE flag for | this feature. Incorrect. USE=vim-with-x. -- Ciaran McCreesh : Gentoo

Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Neil Bothwick
On Mon, 17 Oct 2005 19:14:54 +0200, Holly Bostick wrote: But you're saying I could have just added echo /etc/portage/env.d/media-libs/libsdl 'FEATURES=nostrip' to /etc/portage/bashrc and I would have been done, all those times-- could have just emerged normally? No, you put the settings in