CFT: pkgng support for tinderbox

Philip M. Gollucci pgollucci at gmail.com
Wed Feb 29 21:25:43 UTC 2012


On 02/29/12 18:06, Philip M. Gollucci wrote:
> 
>> 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
> All,
> 
> Building devel/otrs or any random port for that matter --
> (also attached)
> http://p6m7g8.com/~pgollucci/phase5.png
> 
> The TEST_DEPENDS are not cleaned up correctly in the use_pkgng case for
> phase5 of lib/buildscript.  It seems like its only the MAN* files in
> Makefile of these that are being orphaned.
> 
> I will attempt to debug this tonight(ish) but I'll probably distracted.

And the fix.  Wait for it...... a typo

line 326 of lib/buildscript (after the patch from beat)
326 -         pkg info -qa | sort > /tmp/pkgs_pre_test

That should clearly be s/pre/post/

  325   if [ "$use_pkgng" = "yes" ]; then
  326 -         pkg info -qa | sort > /tmp/pkgs_pre_test
  327   else
  328 -         pkg_info | awk '{print $1}' | sort > /tmp/pkgs_post_test
  329   fi



-- 
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci at p6m7g8.com) c: 703.336.9354
Member,                           Apache Software Foundation
Committer,                        FreeBSD Foundation
Consultant,                       P6M7G8 Inc.
Director Operations,              Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20120229/4ce0d2f0/signature.pgp


More information about the freebsd-ports mailing list