NetBSD/usr.sbin/pkg_install
agc ef020cc402 Re-work the code which checks the recorded build versions of a binary
package to make pkg_add work properly when no +BUILD_INFO file exists.

Modify the return value from read_buildinfo() to return 1 for success
and 0 for failure.

Use symbolic constants, rather than integers.

If we can't read the build information, always tell of this fact.

Bump version to 20040730

Addresses PR 26429; a different version of these mods were verified to
allow a +BUILD_INFO-less binary package to be added by Martin Husemann.
2004-07-30 11:35:46 +00:00
..
add Re-work the code which checks the recorded build versions of a binary 2004-07-30 11:35:46 +00:00
admin Ensure readlink(2) result termination within buffer bounds. 2004-05-10 19:59:59 +00:00
bpm s/netbsd.org/NetBSD.org/g 2004-03-16 14:31:15 +00:00
create Ensure readlink(2) result termination within buffer bounds. 2004-05-10 19:59:59 +00:00
delete Changes to make these work on Interix: remove nonroot warnings if on 2004-03-29 21:41:39 +00:00
info Bump date of manpage after addition of -Q flag to pkg_info(1). 2004-05-08 21:05:02 +00:00
lib Re-work the code which checks the recorded build versions of a binary 2004-07-30 11:35:46 +00:00
view Flags need Fl, not Ar. 2004-06-03 15:54:09 +00:00
Makefile Add a simple text menu-based binary package manager, bpm(1). 2003-12-21 11:31:46 +00:00
Makefile.inc
README Make pkg_add recognise binary packages built with ignored recommendations 2004-04-11 06:13:46 +00:00
tkpkg

README

# $NetBSD: README,v 1.11 2004/04/11 06:13:46 rh Exp $
# Original from FreeBSD, no rcs id.

This is the pkg_install suite of tools for doing maintainance of
software "packages".  More documentation is available in the man pages
for each individual command.

This code was written by Jordan Hubbard for FreeBSD, snatched and
mildly reshaped by John Kohl in NetBSD and the changes taken back into
FreeBSD again by Jordan, who then proceeded to add another couple
of dozen features on top.  Whee! :-)

In another round of enhancements, NetBSD changes were added by
Alistair Crooks, Hubert Feyrer, Thorsten Frueauf, Rene Hexel,
Christian E. Hopps, Thomas Klausner, Johnny Lam, and Matthias Scheler.

When making snapshots, please modify PKGTOOLS_VERSION in lib/version.h
to that day's date.