Subject: Re: identify packages that were custom built?
To: None <tech-pkg@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 09/20/2007 15:20:14
On Wed, Sep 19, 2007 at 02:16:46PM -0400, Johnny C. Lam wrote:
> It would be nice if a "make update" or "make replace" would try to grab the 
> PKG_OPTIONS of the currently installed package and use those as the package 
> options for the new build.

I think this violates the principle of reproducable builds more than it
helps. Now a normal build followed by pkg_add -u becomes different to
make replace, which feels very wrong.

Joerg