summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-07-30 19:50:04 +0000
committerwiz <wiz@pkgsrc.org>2013-07-30 19:50:04 +0000
commit116560aa519e43bbd69634b8664d8c6e603a8b8e (patch)
tree9c0e9c980ff65cf806086d784b83d554b3816371 /pkgtools
parentc99d61d9645f381970bf38e7ddb7b5edc79959d5 (diff)
downloadpkgsrc-116560aa519e43bbd69634b8664d8c6e603a8b8e.tar.gz
+ Warn about using REPLACE_PYTHON without including application.mk.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index 67596066b45..5f5ec27a344 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.75 2013/03/26 15:08:53 schmonz Exp $
+$NetBSD: TODO,v 1.76 2013/07/30 19:50:04 wiz 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.
@@ -60,3 +60,7 @@ if package A conflicts with B, then B should also conflict with A.
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.
+
+%
+
+* Warn about using REPLACE_PYTHON without including application.mk.