pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Updated the man pages.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4006a10e7360
branches: trunk
changeset: 494307:4006a10e7360
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 22 22:53:13 2005 +0000
description:
Updated the man pages.
diffstat:
pkgtools/pkglint/files/pkglint.0 | 4 +++-
pkgtools/pkglint/files/pkglint.1 | 6 ++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r 6fa938a0cf3a -r 4006a10e7360 pkgtools/pkglint/files/pkglint.0
--- a/pkgtools/pkglint/files/pkglint.0 Sun May 22 22:50:41 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.0 Sun May 22 22:53:13 2005 +0000
@@ -87,6 +87,8 @@
[no-]exec Warn if a file in the package directory is executable. Most
files should not be executable until they are installed.
+ [no-]order Warn if Makefile variables are not in the preferred order.
+
[no-]paren Warn if variables are used like $(VAR) in Makefiles. They
should always be used like ${VAR}.
@@ -143,4 +145,4 @@
ings concerning Makefiles do not print the file and line number where the
warning originated.
- May 15, 2005 3
+ May 23, 2005 3
diff -r 6fa938a0cf3a -r 4006a10e7360 pkgtools/pkglint/files/pkglint.1
--- a/pkgtools/pkglint/files/pkglint.1 Sun May 22 22:50:41 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.1 Sun May 22 22:53:13 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkglint.1,v 1.11 2005/05/15 02:38:56 rillig Exp $
+.\" $NetBSD: pkglint.1,v 1.12 2005/05/22 22:53:13 rillig Exp $
.\" From FreeBSD: portlint.1,v 1.8 1997/11/25 14:53:14 itojun Exp
.\"
.\" Copyright (c) 1997 by Jun-ichiro Itoh <itojun%itojun.org@localhost>.
@@ -6,7 +6,7 @@
.\"
.\" Roland Illig <roland.illig%gmx.de@localhost>, 2004.
.\"
-.Dd May 15, 2005
+.Dd May 23, 2005
.Dt PKGLINT 1
.Sh NAME
.Nm pkglint
@@ -107,6 +107,8 @@
.It [no-]exec
Warn if a file in the package directory is executable.
Most files should not be executable until they are installed.
+.It [no-]order
+Warn if Makefile variables are not in the preferred order.
.It [no-]paren
Warn if variables are used like $(VAR) in Makefiles.
They should always be used like ${VAR}.
Home |
Main Index |
Thread Index |
Old Index