Subject: Re: CVS commit: pkgsrc/pkgtools/pkg_install
To: None <pkgsrc-changes@netbsd.org>
From: Amitai Schlair <schmonz@schmonz.com>
List: pkgsrc-changes
Date: 01/09/2003 11:22:09
Jan Schaumann wrote:

> Amitai Schlair <schmonz@netbsd.org> wrote:
>  
> > Modified Files:
> > 	pkgsrc/pkgtools/pkg_install: Makefile
> > 	pkgsrc/pkgtools/pkg_install/files/lib: version.h
> > 
> > Log Message:
> > Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment.
> > 
> > Rather than override LOCALBASE, set PREFIX (after including bsd.pkg.mk).
> > 
> > Bump PKGTOOLS_VERSION (many changes since 20021123).
> 
> When making changes to pkgsrc/pkgtools/pkg_install, could you make sure
> to also apply them to othersrc/bootstrap-pkgsrc/pkg_install as well?
> Until we have replaced one with the other, weshould try to keep them in
> synch as much as possible, I think.

Agreed and done.

For my part, I request that people not be shy about bumping
PKGTOOLS_VERSION in lib/version.h when modifying pkg_install (in
both bootstrap-pkgsrc and pkgsrc), as we do with PKGREVISION in
other packages.

Of course, as before, one should bump PKGTOOLS_REQD in bsd.pkg.mk
only if nothing less than the latest PKGTOOLS_VERSION will do.

- Amitai