Re: CFT: pkgng support for tinderbox

2012-02-21 Thread Andrey Zonov
:17.0 +0400 +++ lib/buildscript 2012-02-22 00:17:24.0 +0400 @@ -146,7 +146,7 @@ RD=$7 TD=$8 PKGD=$9 -PLISTCHECK=$10 +PLISTCHECK=${10} use_pkgng=no Thanks to vim. It's highlighted me 0 as separated character. -- Andrey Zonov

Re: CFT: pkgng support for tinderbox

2012-02-21 Thread Andrey Zonov
On 22.02.2012 0:24, Andrey Zonov wrote: On 16.02.2012 1:07, Beat Gätzi wrote: Hi, pkgng support for tinderbox (written by bapt@) is ready and is looking for some review and testers. The patch is against tinderbox HEAD: http://tmp.chruetertee.ch/tinderbox-pkgng.patch One more fix

Re: CFT: pkgng support for tinderbox

2012-02-20 Thread Andrey Zonov
On Mon, Feb 20, 2012 at 1:52 PM, Beat Gätzi b...@chruetertee.ch wrote: 2012/2/19 Andrey Zonov and...@zonov.org: On 16.02.2012 1:07, Beat Gätzi wrote: Hi, pkgng support for tinderbox (written by bapt@) is ready and is looking for some review and testers. The patch is against

Re: CFT: pkgng support for tinderbox

2012-02-19 Thread Andrey Zonov
building. Is this intention behaviour? -- Andrey Zonov ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: [HEADSUP][CFT] pkgng beta1 is out

2012-01-31 Thread Andrey Zonov
On 30.01.2012 16:39, Baptiste Daroussin wrote: Hi, pkgng has just reached the beta phase, and has now found its way to the ports tree (disabled by default). 1/ Why pkgng? Hi, What about pkgng support in tinderbox? -- Andrey Zonov

[patch] always install python's eggs as unpacked files

2011-08-07 Thread Andrey Zonov
as nobody. The second problem with that behaviour is when you're installing some python module from packages you need the Internet connection to get an egg from site and build it on-the-fly. Please, inspect my patch. I think that's a good solution for that problems. -- Andrey Zonov --- /usr

Re: [patch] always install python's eggs as unpacked files

2011-08-07 Thread Andrey Zonov
Hi, Thank you for you feedback. I've fixed that problem easier. My point is that I don't want to fix all bad ports. I want to fix them all at once, completely. Tomorrow I want to try to build all 400 python modules that use `easy_install' in my tinderbox with this patch. -- Andrey Zonov