NetBSD/usr.sbin/pkg_install/lib
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
..
defs.h Pull in a much simplified version of the vtest functionality. This new 2002-01-09 16:17:08 +00:00
fexec.c reset values when malloc fails. 2003-09-23 15:07:43 +00:00
file.c avoid uninitialized variable. noted by wiz. 2003-12-20 10:09:20 +00:00
ftpio.c use the --use-compress-program argument to tar and do away with 2003-12-20 03:31:56 +00:00
global.c Bring closer to /usr/share/misc/style with the aid of indent(1). 1999-08-24 00:48:37 +00:00
lib.h Make pkg_add recognise binary packages built with ignored recommendations 2004-04-11 06:13:46 +00:00
lpkg.c Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by 2003-09-02 07:34:47 +00:00
Makefile Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and 2004-05-23 02:24:50 +00:00
path.c Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by 2003-09-02 07:34:47 +00:00
path.h Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by 2003-09-02 07:34:47 +00:00
pen.c Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
pkgdb.c Output the name of the pkgdb file from which we are removing entries 2003-09-08 22:19:25 +00:00
plist.c If symlink integrity check fails, try the target of the symlink. This 2004-06-01 16:15:31 +00:00
str.c Replace strnncpy calls with strlcpy calls. Remove strnncpy. 2003-10-04 00:50:34 +00:00
version.c Add -V option to all pkgtools, which reports the version of the pkgtools. 2001-03-05 16:53:12 +00:00
version.h Re-work the code which checks the recorded build versions of a binary 2004-07-30 11:35:46 +00:00