Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files/lib
To: None <pkgsrc-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 02/11/2003 16:40:56
Module Name: pkgsrc
Committed By: grant
Date: Tue Feb 11 14:40:56 UTC 2003
Modified Files:
pkgsrc/pkgtools/pkg_install/files/lib: pkgdb.c
Log Message:
belatedly sync with src:
In pkgdb_remove_pkg, only perform DB functions if HAVE_DBOPEN is defined,
else return EXIT_SUCCESS unconditionally (as in other functions dealing with
db functionality).
fixes build problem on Solaris when no libdb is available.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/pkgtools/pkg_install/files/lib/pkgdb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.