Jens Rehsack<rehsack%googlemail.com@localhost> writes:
On 02/01/10 11:00, Tobias Nygren wrote:
On Mon, 1 Feb 2010 09:33:21 +0000
Jens Rehsack<sno%netbsd.org@localhost> wrote:
Log Message:
Updating pkg_rolling-replace (set new version 0.19):
- Add option '-D' to tune "USE_DESTDIR=" and set this defaultly to 'NO'
- Add option '-j' to tune "MAKE_JOBS=" (Default: unset)
I don't think it is a good idea to replicate mk.conf functionality.
This is not the idea behind. I use mk.conf for my default things as
pkgsrc developer. There I test with USE_DESTDIR, with and without
MAKE_JOBS etc., but as a NetBSD user - when wanting my pkg tree
updated, I'm not interested in breaking in the middle because of mk/
changes or packages without DESTDIR support. This is for the developer
part - and I separate between them.
I object to forcing DESTDIR off by default from pkg_rr. This is a
kludge that doesn't address the underlying issues (and at this point I'm
not sure there are any left). It also doesn't fix bare make replace;
people who are using pkg_rr can do individual make repalce operations,
and those people should just edit mk.conf.
I also don't understand the -j option. While I want pkg_rr to "just
work", I also leave PKG_DEVELOPER=YES and MAKE_JOBS=2 in mk.conf so I
can fix/notice underlying package problems.