2012/2/29 Philip M. Gollucci <pgollu...@gmail.com>: > 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.
Thanks for testing. I will take a look at it. > 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 This one is already fixed: http://tmp.chruetertee.ch/tinderbox-pkgng-v2.patch Beat _______________________________________________ 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"