Subject: CVS commit: pkgsrc/pkgtools/pkg_comp
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 12/19/2002 16:47:06
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Thu Dec 19 14:47:05 UTC 2002

Modified Files:
	pkgsrc/pkgtools/pkg_comp: Makefile
	pkgsrc/pkgtools/pkg_comp/files: pkg_comp.8 pkg_comp.sh

Log Message:
Update pkg_comp to 1.3:

- Added ability to tune LOCALBASE and PKG_SYSCONFBASE.
- Deprecated PTHREAD_TYPE variable, not useful any more.
- Multiple error checking (directory presence) added.
- Several bugfixes (specially in removepkgs target).
- Replaced "echo -n" with "printf" (more portable).
- Replaced "! -z" with "-n" when doing tests.
- Changed my email address to the NetBSD one.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/pkgtools/pkg_comp/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/pkgtools/pkg_comp/files/pkg_comp.8
cvs rdiff -r1.2 -r1.3 pkgsrc/pkgtools/pkg_comp/files/pkg_comp.sh

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