Subject: Re: devel/zlib question - exclusion
To: Joerg Sonnenberger <joerg@britannica.bec.de>
From: Johnny Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 09/07/2005 17:25:00
Joerg Sonnenberger wrote:
> 
> To reiterate this. Both zlib and libiconv are builtins on DragonFly. For
> both, the system libraries (libz and libc) are used. A build of any
> package depending on them still wants to install them as dependency,
> without actually needing them as binary package. Let me write it the
> other way around, the binary package *doesn't* depend on devel/zlib or
> converters/libiconv, but they are still installed, when building.

Can you show me a log of where this happens?  This isn't happening on 
NetBSD, so zlib/builtin.mk and libiconv/builtin.mk must be setting 
USE_BUILTIN.zlib and USE_BUILTIN.iconv to "no" on DragonFly for some reason.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>