pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files {DE,}INSTALL_EXTRA_TMPL have be...
details: https://anonhg.NetBSD.org/pkgsrc/rev/db4b3a1795a7
branches: trunk
changeset: 509773:db4b3a1795a7
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Mar 14 14:18:55 2006 +0000
description:
{DE,}INSTALL_EXTRA_TMPL have been renamed to {DE,}INSTALL_TEMPLATE.
diffstat:
pkgtools/pkglint/files/deprecated.map | 6 +++++-
pkgtools/pkglint/files/makevars.map | 6 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 3d9086e568df -r db4b3a1795a7 pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map Tue Mar 14 14:11:53 2006 +0000
+++ b/pkgtools/pkglint/files/deprecated.map Tue Mar 14 14:18:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.30 2006/02/24 19:59:41 rillig Exp $
+# $NetBSD: deprecated.map,v 1.31 2006/03/14 14:18:55 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -69,3 +69,7 @@
MANDIR Please use ${PREFIX}/${PKGMANDIR} instead.
DOWNLOADED_DISTFILE Use the shell variable $$extract_file instead.
DECOMPRESS_CMD Use EXTRACT_CMD instead.
+
+# March 2006
+INSTALL_EXTRA_TMPL Use INSTALL_TEMPLATE instead.
+DEINSTALL_EXTRA_TMPL Use DEINSTALL_TEMPLATE instead.
diff -r 3d9086e568df -r db4b3a1795a7 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map Tue Mar 14 14:11:53 2006 +0000
+++ b/pkgtools/pkglint/files/makevars.map Tue Mar 14 14:18:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.77 2006/03/13 01:03:59 rillig Exp $
+# $NetBSD: makevars.map,v 1.78 2006/03/14 14:18:56 rillig Exp $
#
# This file contains the guessed type of some variables, according to
@@ -117,8 +117,8 @@
CXX Readonly
CXXFLAGS List+ of CFlag
DEINSTALL_FILE Pathname
-DEINSTALL_EXTRA_TMPL List of Pathname
DEINSTALL_SRC List of Pathname
+DEINSTALL_TEMPLATE List of Pathname
DEPENDS InternalList+ of DependencyWithPath
DESCR_SRC List of Pathname
DEVOSSAUDIO Pathname
@@ -197,7 +197,6 @@
INSTALL_DATA ShellCommand
INSTALL_DATA_DIR ShellCommand
INSTALL_DIRS List of WrksrcSubdirectory
-INSTALL_EXTRA_TMPL List of Pathname
INSTALL_FILE Pathname
INSTALL_GAME ShellCommand
INSTALL_GAME_DATA ShellCommand
@@ -213,6 +212,7 @@
INSTALL_SCRIPT_DIR ShellCommand
INSTALL_SRC List of Pathname
INSTALL_TARGET List of Identifier
+INSTALL_TEMPLATE List of Pathname
INSTALL_UNSTRIPPED YesNo
INTERACTIVE_STAGE List of { fetch extract configure build install }
IS_BUILTIN YesNoFromCommand
Home |
Main Index |
Thread Index |
Old Index