NetBSD/usr.sbin/pkg_install/add
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
..
Makefile use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine. 2004-01-13 08:30:34 +00:00
add.h Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by 2003-09-02 07:34:47 +00:00
extract.c Add some free()s in error cases. 2003-09-23 09:47:20 +00:00
futil.c Cast the type of argument printed, for sparc and arm platforms. 2003-09-24 06:18:16 +00:00
main.c always print an error when package addition fails (rather than only 2003-12-20 02:19:21 +00:00
perform.c Re-work the code which checks the recorded build versions of a binary 2004-07-30 11:35:46 +00:00
pkg_add.1 Bump date for previous. 2004-04-11 13:31:17 +00:00
verify.c Fix signature verification after pkg_add and friends were changed to use 2004-04-06 05:56:07 +00:00
verify.h