diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-02 17:41:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-02 17:41:57 +0000 |
commit | 061d0a87aff1f867a0069489e38c85976a712fbb (patch) | |
tree | 0b2387424a02f7747d31628259f813f4c46932d9 /pkgtools | |
parent | 264ad916168f894933fc0b393fa2cd7188ded0f6 (diff) | |
download | pkgsrc-061d0a87aff1f867a0069489e38c85976a712fbb.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/TODO | 4 |
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? |