diff options
author | rillig <rillig@pkgsrc.org> | 2014-10-08 19:19:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2014-10-08 19:19:43 +0000 |
commit | 1028b2da4be48f5706b33b258959517420d73e7e (patch) | |
tree | 3d12280b0c1554ade5042a8c56e1740a1c3c5f11 /pkgtools | |
parent | e72650b322d95f0dbe3602918b2a92bb7d0c5ec5 (diff) | |
download | pkgsrc-1028b2da4be48f5706b33b258959517420d73e7e.tar.gz |
Cleaned up the TODO list; the license check has been implemented.
Diffstat (limited to 'pkgtools')
-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. |