summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/pkglint/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 7bc42adde3c..ec9df3792ee 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.62 2008/02/08 22:43:27 rillig Exp $
+$NetBSD: TODO,v 1.63 2008/03/05 21:14:05 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.
@@ -30,3 +30,5 @@ include the name of an example package where a warning should occur.
depend on the same option in the buildlink3.mk file.
* Complain about ${PKGSRC_COMPILER} == "sunpro", which should be
!empty(PKGSRC_COMPILER:Msunpro).
+* If USE_TOOLS has autoconf213, and the package does stuff like
+ cd ${WRKSRC} && autoconf, then an incorrect warning is issued.