CFT: pkgng support for tinderbox

Andrey Zonov andrey at zonov.org
Tue Feb 21 20:51:20 UTC 2012


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:
>

And more:

--- lib/buildscript.prev        2012-02-22 00:44:58.000000000 +0400
+++ lib/buildscript     2012-02-22 00:45:18.000000000 +0400
@@ -323,7 +323,7 @@
    fi
    add_pkg ${TD}
    if [ "$use_pkgng" = "yes" ]; then
-         pkg info -qa | sort > /tmp/pkgs_pre_test
+         pkg info -qa | sort > /tmp/pkgs_post_test
    else
           pkg_info | awk '{print $1}' | sort > /tmp/pkgs_post_test
    fi


-- 
Andrey Zonov


More information about the freebsd-ports mailing list