summaryrefslogtreecommitdiff
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
commita8b4811adb031c67c739daf50995eb7586200ea1 (patch)
treea62e50e0a1d0c1f71f9679681fcc9c7b3e2e2550
parent6f8f9fa8bc56f9995b5133d493b09f38966fb5e8 (diff)
downloadpkgsrc-a8b4811adb031c67c739daf50995eb7586200ea1.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.
-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.