Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2018 08:17:11 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        marcus@freebsd.org
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r476593 - head/ports-mgmt/portlint/src
Message-ID:  <CAP7rwch9o6oq1pZDkxb-9qo-Zjh_BzMxGOHNmvYFgJTbEW6iCQ@mail.gmail.com>
In-Reply-To: <201808071249.w77CnLN3006642@repo.freebsd.org>
References:  <201808071249.w77CnLN3006642@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 7, 2018 at 6:49 AM Joe Marcus Clarke <marcus@freebsd.org> wrote:
>
> Author: marcus
> Date: Tue Aug  7 12:49:20 2018
> New Revision: 476593
> URL: https://svnweb.freebsd.org/changeset/ports/476593
>
> Log:
>   Fix breakage introduced in previous commits.
>
>   PR:           230427
>
> Modified:
>   head/ports-mgmt/portlint/src/portlint.pl
>
> Modified: head/ports-mgmt/portlint/src/portlint.pl
> ==============================================================================
> --- head/ports-mgmt/portlint/src/portlint.pl    Tue Aug  7 12:41:26 2018        (r476592)
> +++ head/ports-mgmt/portlint/src/portlint.pl    Tue Aug  7 12:49:20 2018        (r476593)
> @@ -1714,7 +1714,6 @@ sub checkmakefile {
>                 next if ($i eq 'DOCS' or $i eq 'NLS' or $i eq 'EXAMPLES' or $i eq 'IPV6' or $i eq 'X11' or $i eq 'DEBUG');
>                 if (!grep(/^$i$/, (@mopt, @popt))) {
>                         if ($whole !~ /\n${i}_($m)(_\w+)?(.)?=[^\n]+/) {
> -     +\n/) {
>                                 if (!$slaveport) {
>                                         &perror("WARN", $file, -1, "$i is listed in ".
>                                                 "OPTIONS_DEFINE, but no PORT_OPTIONS:M$i appears.");
>

Ugh, I don't know how I missed that. I'm sorry for these breakages, Joe.

# Adam


-- 
Adam Weinberger
adamw@adamw.org
https://www.adamw.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwch9o6oq1pZDkxb-9qo-Zjh_BzMxGOHNmvYFgJTbEW6iCQ>