user, so it's not nice to try to use an option that will try to chown if
the repository isn't owned by the builder.
(Some OS's do in fact cause an error when the chown in "cp -p" fails.)
Fix problem with the check for the file belonging to older (previous)
package. And also change verbose message about this.
(Note: it doesn't delete the file yet for some more testing.)
Don't use db's R_NOOVERWRITE flag when storing a value. Just default
to overwrite the data. This was required so we could easily see
if files from old/previous package should be removed or not.
Bump PKGREVISION.
This includes:
- setting umask to default setting
- show build information per variable (new -Q option for pkg_info)
- check IGNORE_RECOMMENDED setting
The version is now 20040508
Also obey additional bits of CONFIGURE_ENV when configuring libnbcompat.
*** It includes DB functionality on different platforms. ***
*** It includes a new pkg_add -u switch (and -r is old -u). ***
*** This package can be registered as a package. ***
This is a custom pkg_install:
1) configures for more db versions.
2) integrates a new package upgrade routine where it overwrites
instead of pkg_delete'ing first (see pkg_add man page)
3) pkg_add -r is the replace mechanism -- it is the old -u switch
4) pkg_add -u is the new overwriting upgrade option
5) currently the part to delete files no longer included after
upgrade is disabled (for now for testing)