Re: [gobolinux-devel] [gobolinux-commits] r3153 - trunk/ChrootCompile/bin

2008-04-07 Thread Jonas Karlsson
On Mon, 07 Apr 2008 23:22:56 +0200, Hisham <[EMAIL PROTECTED]> wrote: > On Mon, Apr 7, 2008 at 10:46 AM, <[EMAIL PROTECTED]> wrote: >> Author: mohjive >> Date: 2008-04-07 06:46:33 -0700 (Mon, 07 Apr 2008) >> New Revision: 3153 >> >> Modified: >>trunk/ChrootCompile/bin/ChrootCompile >> Log

Re: [gobolinux-devel] Compile "variants"

2008-04-07 Thread Michael Homer
On Tue, Apr 8, 2008 at 12:13 AM, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > What about the concept of Compile "variants" like MacPorts 'port' > command uses? > > Their portfiles (like compile receipt) can contain stuff like this: > > configure.args --mandir=${prefix}/share/man --disable-fla

Re: [gobolinux-devel] [gobolinux-commits] r3153 - trunk/ChrootCompile/bin

2008-04-07 Thread Nick Matteo
On Mon, Apr 7, 2008 at 5:22 PM, Hisham <[EMAIL PROTECTED]> wrote: > On Mon, Apr 7, 2008 at 10:46 AM, <[EMAIL PROTECTED]> wrote: > > Author: mohjive > > Date: 2008-04-07 06:46:33 -0700 (Mon, 07 Apr 2008) > > New Revision: 3153 > > > > Modified: > >trunk/ChrootCompile/bin/ChrootCompile

Re: [gobolinux-devel] [gobolinux-commits] r3153 - trunk/ChrootCompile/bin

2008-04-07 Thread Hisham
On Mon, Apr 7, 2008 at 10:46 AM, <[EMAIL PROTECTED]> wrote: > Author: mohjive > Date: 2008-04-07 06:46:33 -0700 (Mon, 07 Apr 2008) > New Revision: 3153 > > Modified: >trunk/ChrootCompile/bin/ChrootCompile > Log: > We no longer need Atool but we need LZMA-Utils. Why do we need LZMA-Utils?

Re: [gobolinux-devel] [gobolinux-commits] r3153 - trunk/ChrootCompile/bin

2008-04-07 Thread Hisham
On Mon, Apr 7, 2008 at 12:34 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > On 07/04/2008, André Detsch <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 7, 2008 at 10:46 AM, <[EMAIL PROTECTED]> wrote: > > > +"Perl" # needed by Scripts > > > > Do we still need perl? > > > > The only

Re: [gobolinux-devel] [gobolinux-commits] r3153 - trunk/ChrootCompile/bin

2008-04-07 Thread Jonas Karlsson
On 07/04/2008, André Detsch <[EMAIL PROTECTED]> wrote: > On Mon, Apr 7, 2008 at 10:46 AM, <[EMAIL PROTECTED]> wrote: > > +"Perl" # needed by Scripts > > Do we still need perl? > > The only occurrence right now is mkinitrd.pl. But this script is not > used in ChrootCompile. > > Mayb

Re: [gobolinux-devel] [gobolinux-commits] r3153 - trunk/ChrootCompile/bin

2008-04-07 Thread André Detsch
On Mon, Apr 7, 2008 at 10:46 AM, <[EMAIL PROTECTED]> wrote: > +"Perl" # needed by Scripts Do we still need perl? The only occurrence right now is mkinitrd.pl. But this script is not used in ChrootCompile. Maybe some applications build require Perl, but that would be the case to start

[gobolinux-devel] Compile "variants"

2008-04-07 Thread Jonatan Liljedahl
What about the concept of Compile "variants" like MacPorts 'port' command uses? Their portfiles (like compile receipt) can contain stuff like this: configure.args --mandir=${prefix}/share/man --disable-flac variant flac { depends_lib port:flac configure.args-delete --disable-flac con