summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-03 20:52:27 +0000
committerjoerg <joerg>2006-01-03 20:52:27 +0000
commit02611d1858d26469624aef092bce42915a2f6e21 (patch)
tree3a394d7a178b36aa619f504eac631189e245e99b /pkgtools/pkglint
parent12238bb55f3525b4b48f530bc06bbd20bcc9c6a6 (diff)
downloadpkgsrc-02611d1858d26469624aef092bce42915a2f6e21.tar.gz
Ask for warnings so that e.g. CONFIGURE_DIRS has overrides for
config.guess and config.sub as well.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 4c1808a2bfa..dfe4a678f80 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -15,3 +15,5 @@
* check that Index: entries match the rest of the patch
* record with each substring its source location to be able to make
even more precise diagnostics
+* check wether CONFIG* override match, e.g. CONFIGURE_DIRS most likely
+ needs matching CNOFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE as well