diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-19 15:05:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-19 15:05:34 +0000 |
commit | 7633711ecd0c6c13405cea43cf225e1f9d7d2308 (patch) | |
tree | a62e50e0a1d0c1f71f9679681fcc9c7b3e2e2550 /pkgtools/pkglint/TODO | |
parent | 3fa128cd0c660babde4926ba3cdbc2ca0a8ba353 (diff) | |
download | pkgsrc-7633711ecd0c6c13405cea43cf225e1f9d7d2308.tar.gz |
Possible warnings if the PLIST contains libtool archives, but the
package doesn't say it uses libtool. Warn for redundant libraries,
when the libtool archive is also included in the PLIST.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index b3a659e90c8..c8abdc48a3e 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.42 2006/03/01 22:11:15 rillig Exp $ +$NetBSD: TODO,v 1.43 2006/04/19 15:05:34 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. @@ -28,3 +28,6 @@ include the name of an example package where a warning should occur. warnings. For example, checkline_foo() may need to know what has happened in the file before that line. * Add checks for binary packages. See Debian/lintian for ideas. +* Check that USE_LIBTOOL=yes, when the PLIST contains *.la. +* Warn if the PLIST contains both libtool archives and the expanded version, + e.g. libfoo.la and libfoo.a. |