FreeBSD Bugzilla – Attachment 230806 Details for
Bug 260246
ports-mgmt/portlint: Suggests adding PY_FLAVOR when PY_FLAVOR exists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Split on @ first
portlint.patch (text/plain), 568 bytes, created by
Derek Schrock
on 2022-01-08 04:44:10 UTC
(
hide
)
Description:
Split on @ first
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2022-01-08 04:44:10 UTC
Size:
568 bytes
patch
obsolete
>--- /usr/home/dereks/portlint 2022-01-07 23:31:16.993503000 -0500 >+++ /usr/local/bin/portlint 2022-01-07 23:39:19.487920000 -0500 >@@ -1162,7 +1162,7 @@ > if ($k eq '') { > next; > } >- my $tmp_depends = $k; >+ my ($tmp_depends, $fl) = split(/\@/, $k); > $tmp_depends =~ s/\$\{[^}]+}//g; > my @l = split(':', $tmp_depends); > >@@ -1183,8 +1183,7 @@ > } > my %m = (); > $m{'dep'} = $l[0]; >- my ($di, $fl) = split(/\@/, $l[1]); >- $m{'dir'} = $di; >+ $m{'dir'} = $l[1]; > $m{'fla'} = $fl // ''; > $m{'tgt'} = $l[2] // ''; > my %depmvars = ();
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 260246
: 230806