svn commit: r476593 - head/ports-mgmt/portlint/src

Adam Weinberger adamw at adamw.org
Tue Aug 7 14:17:29 UTC 2018


On Tue, Aug 7, 2018 at 6:49 AM Joe Marcus Clarke <marcus at 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 at adamw.org
https://www.adamw.org


More information about the svn-ports-head mailing list