Subject: CVS commit: [pkgviews-mk] pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/24/2003 23:45:11
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jul 24 23:45:10 UTC 2003

Modified Files:
	pkgsrc/mk [pkgviews-mk]: bsd.pkg.install.mk bsd.pkg.mk
	pkgsrc/mk/install [pkgviews-mk]: deinstall header install install-info

Log Message:
Teach the bsd.pkg.install.mk framework about the VIEW-INSTALL and
VIEW-DEINSTALL actions.  Info file handling and shell registration now
occur at VIEW-{INSTALL,DEINSTALL} time.  Config file handling continues to
be done at POST-INSTALL and at DEINSTALL time.

For non-depoted packages (packages that have PKG_INSTALLATION_TYPE set to
"overwrite"), the DEINSTALL action is automatically preceded by the
VIEW-DEINSTALL action, and the POST-INSTALL action is automatically
succeeded by the VIEW-INSTALL action.  This allows the new scripts to work
with "overwrite" packages.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.40.4.1 pkgsrc/mk/bsd.pkg.install.mk
cvs rdiff -r1.1216.2.4 -r1.1216.2.5 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.17 -r1.17.2.1 pkgsrc/mk/install/deinstall
cvs rdiff -r1.17 -r1.17.4.1 pkgsrc/mk/install/header
cvs rdiff -r1.20 -r1.20.2.1 pkgsrc/mk/install/install
cvs rdiff -r1.3 -r1.3.4.1 pkgsrc/mk/install/install-info

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