diff options
-rw-r--r-- | pkgtools/pkglint/TODO | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 74f0e5e192a..cc640b971db 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.78 2013/10/12 18:09:59 rillig Exp $ +$NetBSD: TODO,v 1.79 2014/10/08 19:19:43 rillig 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. @@ -29,21 +29,11 @@ include the name of an example package where a warning should occur. * If USE_TOOLS has autoconf213, and the package does stuff like cd ${WRKSRC} && autoconf, then an incorrect warning is issued. * LOCALBASE should not be used in normal Makefiles -* complain if LICENSE definition is missing * don't complain about "procedure calls", like for pkg-build-options in the various buildlink3.mk files. - -% - -if package A conflicts with B, then B should also conflict with A. - -% - +* if package A conflicts with B, then B should also conflict with A. * When pkglint runs on a case-insensitive filesystem, it should still point out problems that only occur on case-sensitive filesystems. For example, devel/p5-Net-LDAP and devel/p5-Net-ldap should be considered different paths. - -% - * Warn about using REPLACE_PYTHON without including application.mk. |