diff options
author | rillig <rillig@pkgsrc.org> | 2009-04-05 13:05:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-04-05 13:05:16 +0000 |
commit | 195fbce98e907f682eec77a46fc3c7a42c1538ea (patch) | |
tree | 0400a1c437f4616a16e58ec17f4cdf1fee3c5147 /pkgtools | |
parent | edbc1e6fe13266ed9bd555eb62bf6651976cccce (diff) | |
download | pkgsrc-195fbce98e907f682eec77a46fc3c7a42c1538ea.tar.gz |
take case-insensitive filesystems into account.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/TODO | 9 |
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. |