summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-02 17:41:57 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-02 17:41:57 +0000
commit41ad43f789511239a056121f3fb521b6a471725e (patch)
tree0b2387424a02f7747d31628259f813f4c46932d9 /pkgtools
parent1079b2b3b1889857b978e03eea9dcfe21f31c9a8 (diff)
downloadpkgsrc-41ad43f789511239a056121f3fb521b6a471725e.tar.gz
Wish for warning about BUILD_USES_MSGFMT being used without
devel/gettext-lib/buildlink3.mk being included. This is often, but not always incorrect.
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 65664229646..2c57d201dca 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.39 2006/01/06 17:24:38 rillig Exp $
+$NetBSD: TODO,v 1.40 2006/02/02 17:41:57 joerg 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.
@@ -22,3 +22,5 @@ include the name of an example package where a warning should occur.
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
+* warn about BUILD_USES_MSGFMT and related defines being used when
+ devel/gettext-lib/buildlink3.mk is not explicitly included?