FreeBSD Bugzilla – Attachment 157160 Details for
Bug 200464
devel/automake14: fix for perl5.20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
automake14.patch
automake14.patch (text/plain), 1.48 KB, created by
Christian Weisgerber
on 2015-05-26 14:57:59 UTC
(
hide
)
Description:
automake14.patch
Filename:
MIME Type:
Creator:
Christian Weisgerber
Created:
2015-05-26 14:57:59 UTC
Size:
1.48 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 387177) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= automake > PORTVERSION= 1.4.6 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= devel > MASTER_SITES= GNU > PKGNAMESUFFIX= 14 >Index: files/patch-automake.in >=================================================================== >--- files/patch-automake.in (revision 0) >+++ files/patch-automake.in (working copy) >@@ -0,0 +1,20 @@ >+--- automake.in.orig 2002-07-27 20:55:58 UTC >++++ automake.in >+@@ -983,7 +983,7 @@ sub finish_languages >+ >+ # Compute the function name of the finisher and then call it. >+ $name = 'lang_' . $lang . '_finish'; >+- do $name (); >++ &$name (); >+ } >+ >+ # If the project is entirely C++ or entirely Fortran 77, don't >+@@ -1144,7 +1144,7 @@ sub handle_single_transform_list >+ # Found the language, so see what it says. >+ local ($subr) = 'lang_' . $lang . '_rewrite'; >+ # Note: computed subr call. >+- local ($r) = do $subr ($base, $extension); >++ local ($r) = &$subr ($base, $extension); >+ # Skip this entry if we were asked not to process it. >+ next if ! $r; >+ > >Property changes on: files/patch-automake.in >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 200464
: 157160