summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorrillig <rillig>2009-04-05 13:05:16 +0000
committerrillig <rillig>2009-04-05 13:05:16 +0000
commitb191d3905f82ed73e5a00ad2483c7d0e4db480c1 (patch)
tree0400a1c437f4616a16e58ec17f4cdf1fee3c5147 /pkgtools/pkglint
parent596100d43a9192f3563880315f7db212416af45c (diff)
downloadpkgsrc-b191d3905f82ed73e5a00ad2483c7d0e4db480c1.tar.gz
take case-insensitive filesystems into account.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 7fa45ea4858..2a57dbe466c 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -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 @@ PLIST regexes to sets of required packages, or something.
%
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.