summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-02-08 22:43:27 +0000
committerrillig <rillig@pkgsrc.org>2008-02-08 22:43:27 +0000
commit4a2b7dfc86097c83a432d8fee76fb764e8c774cc (patch)
tree32fc1eb56138f5385c75c1d769c07838b4131628 /pkgtools/pkglint
parent72344ac21ec956efa309789161741cfc3acbd2a4 (diff)
downloadpkgsrc-4a2b7dfc86097c83a432d8fee76fb764e8c774cc.tar.gz
Added a suggestion from Tobias Nygren.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO
index a924702c0c4..7bc42adde3c 100644
--- a/pkgtools/pkglint/TODO
+++ b/pkgtools/pkglint/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.61 2008/02/05 02:10:38 rillig Exp $
+$NetBSD: TODO,v 1.62 2008/02/08 22:43:27 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.
@@ -28,3 +28,5 @@ include the name of an example package where a warning should occur.
* Check for license files that are completely unused.
* If a dependency depends on an option (in options.mk), it should also
depend on the same option in the buildlink3.mk file.
+* Complain about ${PKGSRC_COMPILER} == "sunpro", which should be
+ !empty(PKGSRC_COMPILER:Msunpro).