diff options
author | wiz <wiz> | 2012-09-15 10:55:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-09-15 10:55:15 +0000 |
commit | 6388c2810f33d4e259c2ea4b1a8a64b91db65635 (patch) | |
tree | d2a786e3c2ac1f837876e63f926664bedba6335c /pkgtools/pkglint/TODO | |
parent | 104e0824b4f8b9806750f59efb356d795ef59ab2 (diff) | |
download | pkgsrc-6388c2810f33d4e259c2ea4b1a8a64b91db65635.tar.gz |
Do not warn about setting PKG_DESTDIR_SUPPORT any longer, it is now
set by default by the infrastructure.
Remove highly obsolete TODO entry about destdir.
Bump version.
Diffstat (limited to 'pkgtools/pkglint/TODO')
-rw-r--r-- | pkgtools/pkglint/TODO | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index e2ff75403fa..0a14ece46fd 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.73 2010/03/11 20:54:19 rillig Exp $ +$NetBSD: TODO,v 1.74 2012/09/15 10:55:15 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. @@ -47,9 +47,6 @@ PLIST regexes to sets of required packages, or something. * don't complain about "procedure calls", like for pkg-build-options in the various buildlink3.mk files. -* To push DESTDIR support forward, it would be useful it pkglint warned - like this if PKG_DESTDIR_SUPPORT is not defined: - "WARN: Please consider adding DESTDIR support to the package." % |