NetBSD/usr.sbin/pkg_install/add
grant 99871d087e use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine.
the former represents the CPU architecture, which is what is recorded
in binary packages.

also allow the OS name to be overridden, as pkgsrc doesn't always use
the value of utsname.sysname.

bump version to 20030113.
2004-01-13 08:30:34 +00:00
..
Makefile use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine. 2004-01-13 08:30:34 +00:00
add.h
extract.c
futil.c
main.c always print an error when package addition fails (rather than only 2003-12-20 02:19:21 +00:00
perform.c use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine. 2004-01-13 08:30:34 +00:00
pkg_add.1 check the OS, architecture and version of a package against the host 2003-12-20 00:47:18 +00:00
verify.c
verify.h