Date: Thu, 1 Mar 2012 08:18:33 +0100 From: =?ISO-8859-1?Q?Beat_G=E4tzi?= <beat@chruetertee.ch> To: "Philip M. Gollucci" <pgollucci@gmail.com> Cc: Steve Wills <swills@freebsd.org>, tinderbox-list@marcuscom.com, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: CFT: pkgng support for tinderbox Message-ID: <CAJTLrNxu3Lg0OwZz23vga8mfgnxJt2EwOeyP5yiwS7fOpVh=Kw@mail.gmail.com> In-Reply-To: <4F4E97D0.7030201@p6m7g8.com> References: <29CEA923-4620-4982-B8EA-45F46C711DAD@chruetertee.ch> <4F4E692B.3050004@p6m7g8.com> <4F4E97D0.7030201@p6m7g8.com>
next in thread | previous in thread | raw e-mail | index | archive | help
2012/2/29 Philip M. Gollucci <pgollucci@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJTLrNxu3Lg0OwZz23vga8mfgnxJt2EwOeyP5yiwS7fOpVh=Kw>
