summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-19 15:05:34 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-19 15:05:34 +0000
commit7633711ecd0c6c13405cea43cf225e1f9d7d2308 (patch)
treea62e50e0a1d0c1f71f9679681fcc9c7b3e2e2550 /pkgtools
parent3fa128cd0c660babde4926ba3cdbc2ca0a8ba353 (diff)
downloadpkgsrc-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')
-rw-r--r--pkgtools/pkglint/TODO5
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.