Subject: CVS commit: pkgsrc/pkgtools/pkg_install
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 09/23/2003 07:44:52
Module Name:	pkgsrc
Committed By:	grant
Date:		Tue Sep 23 07:44:52 UTC 2003

Modified Files:
	pkgsrc/pkgtools/pkg_install: Makefile
	pkgsrc/pkgtools/pkg_install/files: configure configure.ac
	pkgsrc/pkgtools/pkg_install/files/add: Makefile.in
	pkgsrc/pkgtools/pkg_install/files/create: Makefile.in
	pkgsrc/pkgtools/pkg_install/files/lib: Makefile.in
	pkgsrc/pkgtools/pkg_install/files/view: pkg_view.sh.in

Log Message:
add --with-{ftp,mtree,pax,tar} to allow overriding the commands that
pkg_install calls, and pass the full path for each from the pkg Makefile.

fixes issue with pkg_add and pkg_create calling non-existent or
less-than-functional tools since it relied on $PATH.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 pkgsrc/pkgtools/pkg_install/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/pkgtools/pkg_install/files/configure
cvs rdiff -r1.3 -r1.4 pkgsrc/pkgtools/pkg_install/files/configure.ac
cvs rdiff -r1.8 -r1.9 pkgsrc/pkgtools/pkg_install/files/add/Makefile.in
cvs rdiff -r1.9 -r1.10 pkgsrc/pkgtools/pkg_install/files/create/Makefile.in
cvs rdiff -r1.5 -r1.6 pkgsrc/pkgtools/pkg_install/files/lib/Makefile.in
cvs rdiff -r1.2 -r1.3 pkgsrc/pkgtools/pkg_install/files/view/pkg_view.sh.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.