pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Possible warnings if the PLIST contai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7af150427a3
branches:  trunk
changeset: 511686:b7af150427a3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 19 15:05:34 2006 +0000

description:
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:

 pkgtools/pkglint/TODO |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 3479d3bea0cc -r b7af150427a3 pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Wed Apr 19 13:14:57 2006 +0000
+++ b/pkgtools/pkglint/TODO     Wed Apr 19 15:05:34 2006 +0000
@@ -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 @@
   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.



Home | Main Index | Thread Index | Old Index