pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Removed all references to the -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e3182f2152a
branches:  trunk
changeset: 498528:6e3182f2152a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Aug 25 07:24:00 2005 +0000

description:
Removed all references to the -B/contblank command line option.

diffstat:

 pkgtools/pkglint/files/pkglint.1  |  13 +++----------
 pkgtools/pkglint/files/pkglint.pl |   3 +--
 2 files changed, 4 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 95850a66ce10 -r 6e3182f2152a pkgtools/pkglint/files/pkglint.1
--- a/pkgtools/pkglint/files/pkglint.1  Thu Aug 25 07:09:49 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.1  Thu Aug 25 07:24:00 2005 +0000
@@ -1,12 +1,13 @@
-.\"    $NetBSD: pkglint.1,v 1.16 2005/07/21 09:07:38 wiz Exp $
+.\"    $NetBSD: pkglint.1,v 1.17 2005/08/25 07:24:00 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>.
 .\" All Rights Reserved.  Absolutely no warranty.
 .\"
 .\" Roland Illig <roland.illig%gmx.de@localhost>, 2004, 2005.
+.\" Roland Illig <rillig%NetBSD.org@localhost>, 2005.
 .\"
-.Dd July 21, 2005
+.Dd August 24, 2005
 .Dt PKGLINT 1
 .Sh NAME
 .Nm pkglint
@@ -30,14 +31,6 @@
 .Pp
 .Sy Options
 .Bl -tag -width 18n -offset indent
-.It Fl B Ar n
-Set the number of contiguous blank lines allowed in
-.Pa Makefile
-to
-.Ar n
-(by default,
-.Ar n
-is 1.)
 .It Fl C{[no-]check,...}
 Enable or disable specific checks. For a list of checks, see below.
 .It Fl h Ns | Ns Fl -help
diff -r 95850a66ce10 -r 6e3182f2152a pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Thu Aug 25 07:09:49 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Thu Aug 25 07:24:00 2005 +0000
@@ -11,7 +11,7 @@
 # Freely redistributable.  Absolutely no warranty.
 #
 # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.258 2005/08/24 17:32:43 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.259 2005/08/25 07:24:00 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -306,7 +306,6 @@
 my $opt_dumpmakefile   = false;
 my $opt_quiet          = false;
 my (%options) = (
-       "-B#"           => "allow # contiguous blank lines in Makefiles",
        "-C{check,...}" => "enable or disable specific checks",
        "-F"            => "Try to automatically fix some errors (experimental)",
        "-I"            => "dump the Makefile after parsing",



Home | Main Index | Thread Index | Old Index