pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint take case-insensitive filesystems int...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7581d43a6ab5
branches:  trunk
changeset: 556745:7581d43a6ab5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 05 13:05:16 2009 +0000

description:
take case-insensitive filesystems into account.

diffstat:

 pkgtools/pkglint/TODO |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c009bc07ba8a -r 7581d43a6ab5 pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Sun Apr 05 08:35:02 2009 +0000
+++ b/pkgtools/pkglint/TODO     Sun Apr 05 13:05:16 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.69 2008/11/25 19:11:39 rillig Exp $
+$NetBSD: TODO,v 1.70 2009/04/05 13:05:16 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.
@@ -53,3 +53,10 @@
 %
 
 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.



Home | Main Index | Thread Index | Old Index