Subject: Re: pkgsrc-stable DragonFly 1.8.0-RELEASE/i386 from Mon Apr 23 09:25:56 2007
To: Bulk Builders <pkgsrc-bulk@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bulk
Date: 05/03/2007 01:15:36
On Wed, May 02, 2007 at 04:45:21PM +0200, Thomas Klausner wrote:
> > devel/qconf qconf-1.2 rillig@NetBSD.org
>
> src/qconf.cpp: In function `int main(int, char**)':
> src/qconf.cpp:1246: error: `usr' was not declared in this scope
> src/qconf.cpp:1246: error: `pkg' was not declared in this scope
> src/qconf.cpp:1246: error: `share' was not declared in this scope
> src/qconf.cpp:1246: error: expected primary-expression before '(' token
> src/qconf.cpp:1246: error: expected primary-expression before '/' token
> src/qconf.cpp:1248: error: expected primary-expression before '(' token
> src/qconf.cpp:1248: error: expected primary-expression before '/' token
Quoting bug. Not sure why it doesn't appear on NetBSD.
> > mail/libspf-alt libspf_alt-0.4.0nb3 manu@NetBSD.org
I had removed bind9's builtin.mk to try if it avoids such problems.
> > pkgtools/mtree mtree-20040722 grant@NetBSD.org
>
> The only error I can find is in deinstall.log:
> Package `mtree-20040722' is marked as not for deletion
>
> 110c119,120
> < pkgtools/pkg_install pkg_install-20070416 pkgsrc-users@NetBSD.org
> ---
> > pkgtools/pkg_install pkg_install-20070308 pkgsrc-users@NetBSD.org
> > pkgtools/tnftp tnftp-20050625 lukem@NetBSD.org
>
> Same as for mtree.
Post-branch I removed the explicit PKG_PRESERVE settings in those to
only set it during bootstrap.
Many of the rest have a pending pullup request.
Joerg