Mon Mar 10 22:01:04 2008 UTC ()
Add a suggestion from Aleksej Saushev.


(tnn)
diff -r1.64 -r1.65 pkgsrc/pkgtools/pkglint/TODO

cvs diff -r1.64 -r1.65 pkgsrc/pkgtools/pkglint/Attic/TODO (expand / switch to context diff)
--- pkgsrc/pkgtools/pkglint/Attic/TODO 2008/03/06 09:34:41 1.64
+++ pkgsrc/pkgtools/pkglint/Attic/TODO 2008/03/10 22:01:04 1.65
@@ -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 @@
 
 * 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."