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

Adam Weinberger adamw at FreeBSD.org
Wed Aug 1 18:13:40 UTC 2018


Author: adamw
Date: Wed Aug  1 18:13:39 2018
New Revision: 476188
URL: https://svnweb.freebsd.org/changeset/ports/476188

Log:
  Reevert change accidentally included in r476184

Modified:
  head/ports-mgmt/portlint/src/portlint.pl

Modified: head/ports-mgmt/portlint/src/portlint.pl
==============================================================================
--- head/ports-mgmt/portlint/src/portlint.pl	Wed Aug  1 18:04:33 2018	(r476187)
+++ head/ports-mgmt/portlint/src/portlint.pl	Wed Aug  1 18:13:39 2018	(r476188)
@@ -1713,7 +1713,7 @@ sub checkmakefile {
 		# skip global options
 		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]+/ and $whole !~ /\n[-\w]+-${i}-(on|off):
+			if ($whole !~ /\n${i}_($m)(_\w+)?(.)?=[^\n]+/) {
      +\n/) {
 				if (!$slaveport) {
 					&perror("WARN", $file, -1, "$i is listed in ".


More information about the svn-ports-all mailing list