FreeBSD Bugzilla – Attachment 172093 Details for
Bug 210809
ports-mgmt/portlint: Fix with recent Perl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
a (text/plain), 961 bytes, created by
Mathieu Arnold
on 2016-07-04 09:43:19 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2016-07-04 09:43:19 UTC
Size:
961 bytes
patch
obsolete
>diff --git ports-mgmt/portlint/Makefile ports-mgmt/portlint/Makefile >index 2bdad54..6a89e7b 100644 >--- ports-mgmt/portlint/Makefile >+++ ports-mgmt/portlint/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= portlint > PORTVERSION= 2.17.2 >+PORTREVISION= 1 > CATEGORIES= ports-mgmt > MASTER_SITES= # none > DISTFILES= # none >diff --git ports-mgmt/portlint/src/portlint.pl ports-mgmt/portlint/src/portlint.pl >index 67ed295..08efde3 100644 >--- ports-mgmt/portlint/src/portlint.pl >+++ ports-mgmt/portlint/src/portlint.pl >@@ -2005,8 +2005,8 @@ xargs xmkmf > my %pathnames = (); > print "OK: checking for paths that have macro replacements.\n" > if ($verbose); >- $pathnames{'${PREFIX}/share/java/classes'} = 'JAVADIR'; >- $pathnames{'${PREFIX}/share/java'} = 'JAVASHAREDIR'; >+ $pathnames{'$\{PREFIX\}/share/java/classes'} = 'JAVADIR'; >+ $pathnames{'$\{PREFIX\}/share/java'} = 'JAVASHAREDIR'; > foreach my $i (keys %pathnames) { > my $lineno = &linenumber($`); > if ($j =~ m|$i|gm) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210809
: 172093