summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/TODO
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-03-10 22:01:04 +0000
committertnn <tnn@pkgsrc.org>2008-03-10 22:01:04 +0000
commitf6d2ec23a6df65f4bb90285f29d9db7cfba876a3 (patch)
tree27820e00bf06ca325d1412ebed95c9270713509c /pkgtools/pkglint/TODO
parent053f4aa0ea8d32c17684cf9308073a63bcce6ec3 (diff)
downloadpkgsrc-f6d2ec23a6df65f4bb90285f29d9db7cfba876a3.tar.gz
Add a suggestion from Aleksej Saushev.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r--pkgtools/pkglint/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index b233dd3027d..3b345ddfd10 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.64 2008/03/06 09:34:41 rillig Exp $
+$NetBSD: TODO,v 1.65 2008/03/10 22:01:04 tnn Exp $
Please add your own entries at the bottom of this file. If possible,
include the name of an example package where a warning should occur.
@@ -45,3 +45,6 @@ PLIST regexes to sets of required packages, or something.
* don't complain about "procedure calls", like for pkg-build-options in
the various buildlink3.mk files.
+* To push DESTDIR support forward, it would be useful it pkglint warned
+ like this if PKG_DESTDIR_SUPPORT is not defined:
+ "WARN: Please consider adding DESTDIR support to the package."