View | Details | Raw Unified | Return to bug 165851
Collapse All | Expand All

(-)src/portlint.pl (+7 lines)
Lines 1330-1335 Link Here
1330
					"found in \${PORTSDIR}/Mk/bsd.apache.mk.");
1330
					"found in \${PORTSDIR}/Mk/bsd.apache.mk.");
1331
			}
1331
			}
1332
1332
1333
			# Check for over-specific shared library dependencies
1334
			if ( $j eq 'LIB_DEPENDS' && $m{'dep'} =~ m/(\.\d+$)/ ) {
1335
				&perror("WARN", $file, -1, "$j don't specify the " .
1336
					"ABI version number $1 in $m{dep} unless it is " .
1337
					"really necessary.");
1338
			}
1339
1333
			# check port dir existence
1340
			# check port dir existence
1334
			$k = $m{'dir'};
1341
			$k = $m{'dir'};
1335
			$k =~ s/\${PORTSDIR}/$ENV{'PORTSDIR'}/;
1342
			$k =~ s/\${PORTSDIR}/$ENV{'PORTSDIR'}/;

Return to bug 165851