> 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.
But I don't want MAKE_JOBS=2 being always active. E.g. when updating a
package (let's name it math/pari) and want to see the compile errors.
So you want to set MAKE_JOBS=2 when doing testing of packages, but turn
it off when doing rebuilds?
> Then set USE_DESTDIR=no ...
I've seen that pkg_rr doesn't transports environment variables to
${MAKE}. And there's a difference for me between developing on pkgsrc
and using pkgsrc. During developing, I'm present and act on
errors. During using (e.g. update X11& Co.), I'm not present and
simply want it working.
I can certainly see why you have that as a goal. I wouldn't object to a
generic "set this in the make environment" option, but I am wondering if
my suggestion of a pkg_rr-specific variable always defined would make
that unnecessary.