CFT: pkgng support for tinderbox

Beat Gätzi beat at chruetertee.ch
Mon Feb 27 18:51:04 UTC 2012


On Feb 21, 2012, at 9:51 PM, Andrey Zonov wrote:
> 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

Thanks! I've updated the patch with your fixes and the hook to create a pkg
repo:
http://tmp.chruetertee.ch/tinderbox-pkgng-v2.patch

Beat


More information about the freebsd-ports mailing list