pkgsrc/pkgtools/pkg_install/files
hubertf fd107baf6b Pull over change from src/usr.sbin/pkg_install:
| Modified Files:
|         src/usr.sbin/pkg_install/add: perform.c
|
| Log Message:
| cleanup: preserve errno. Needed so err() functions ran after running
|          cleanup(0) print the correct error message.
|
|
| To generate a diff of this commit:
| cvs rdiff -r1.109 -r1.110 src/usr.sbin/pkg_install/add/perform.c
2005-07-25 13:13:00 +00:00
..
add Pull over change from src/usr.sbin/pkg_install: 2005-07-25 13:13:00 +00:00
admin Update to 20050530: 2005-05-30 13:23:31 +00:00
bpm regen pkg_info.cat1 after last update to man page source. 2004-08-26 09:34:58 +00:00
create Pull in portability changes from src, and bump version to 20041226: 2004-12-29 12:16:56 +00:00
delete Update to 20050530: 2005-05-30 13:23:31 +00:00
info Update to 20050530: 2005-05-30 13:23:31 +00:00
lib Sync over files from src/usr.sbin/pkg_install to fix PR pkg/30658: 2005-07-18 09:14:04 +00:00
view Update to 20050530: 2005-05-30 13:23:31 +00:00
config.guess update config.{sub,guess} for various bootstrap tools. fixes build on 2004-12-12 00:46:28 +00:00
config.sub update config.{sub,guess} for various bootstrap tools. fixes build on 2004-12-12 00:46:28 +00:00
configure add autoconf test for missing (like in openbsd-3.6) or broken (like 2005-06-10 01:37:21 +00:00
configure.ac add autoconf test for missing (like in openbsd-3.6) or broken (like 2005-06-10 01:37:21 +00:00
install-sh
Makefile.in Don't use .PHONY, which isn't understood by every make. Split out the 2004-08-31 17:40:41 +00:00
pkg_install2nbcompat s/pax/pkg_install/ in the usage message. 2005-02-03 23:53:23 +00:00
README Update to 20050530: 2005-05-30 13:23:31 +00:00
tkpkg

# $NetBSD: README,v 1.7 2005/05/30 13:23:31 wiz 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.

src/usr.sbin/pkg_install is the canonical location for these sources.
Any changes should be made here first, then merged over to pkgsrc.