summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortnn <tnn>2008-03-05 21:14:05 +0000
committertnn <tnn>2008-03-05 21:14:05 +0000
commit24fac6492d85d06c2699aa1b17d11389b4a8cb97 (patch)
tree8baedbc4b4c8918d8e92c756b9686c47a3560260 /pkgtools
parentefe5cfb6b94698654d302c323c208448b7bf0462 (diff)
downloadpkgsrc-24fac6492d85d06c2699aa1b17d11389b4a8cb97.tar.gz
Add TODO item from PR pkg/38178.
Diffstat (limited to 'pkgtools')
-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.