diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-27 17:05:57 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-27 17:05:57 +0000 |
commit | ab91d3c0b31a79eb4688fa34e5b51d2d63aaac07 (patch) | |
tree | b0e37d074a1624983e79b641c8f5e487f58d8112 | |
parent | 73e8b9fb3c860becf1e79e7f389b4a5612884978 (diff) | |
download | pkgsrc-ab91d3c0b31a79eb4688fa34e5b51d2d63aaac07.tar.gz |
Suggestion for pkglint
-rw-r--r-- | doc/TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.504 2003/04/27 02:08:52 rh Exp $ +$NetBSD: TODO,v 1.505 2003/04/27 17:05:57 cjep Exp $ Suggested new packages ====================== @@ -279,6 +279,11 @@ Suggested pkgsrc enhancements o Add a sort check to pkglint for PLISTs. + o Allow tokens in Makefiles, etc to silence pkglint WARNS. + e.g. # ABS_PATH could silence an absolute path warning + such as + WARN: possible use of absolute pathname "/usr", in Makefile. + o Make pkgsrc work on more operating systems. o Permit cross-building of packages which are capable of @@ -306,7 +311,8 @@ Suggested cleanups in pkgsrc o Make packages install honour PKGLOCALEDIR by setting USE_PKGLOCALEDIR=YES where appropriate (for eg. Solaris). - o Deprecate LTCONFIG_OVERRIDE -- replace with appropriate LIBTOOL_OVERRIDE + o Deprecate LTCONFIG_OVERRIDE -- replace with appropriate + LIBTOOL_OVERRIDE o Fix remaining packages to install documentation into share/doc instead of share/gtk-doc (usually, |