FreeBSD Bugzilla – Attachment 61801 Details for
Bug 92548
[PATCH] textproc/p5-xmltv: Fix 'bad makefile line' error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-xmltv-0.5.41_1.patch
p5-xmltv-0.5.41_1.patch (text/plain), 1.81 KB, created by
Lars Thegler
on 2006-01-30 14:20:02 UTC
(
hide
)
Description:
p5-xmltv-0.5.41_1.patch
Filename:
MIME Type:
Creator:
Lars Thegler
Created:
2006-01-30 14:20:02 UTC
Size:
1.81 KB
patch
obsolete
>Index: files/patch-MANIFEST >=================================================================== >RCS file: files/patch-MANIFEST >diff -N files/patch-MANIFEST >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-MANIFEST 30 Jan 2006 14:12:20 -0000 >@@ -0,0 +1,7 @@ >+--- MANIFEST.orig Mon Jan 30 14:54:45 2006 >++++ MANIFEST Mon Jan 30 14:54:59 2006 >+@@ -1246,4 +1246,3 @@ >+ t/data/tv_sort_test_remove_some_overlapping_xml.expected >+ t/data/tv_to_latex_test_remove_some_overlapping_xml.expected >+ t/data/tv_to_text_test_remove_some_overlapping_xml.expected >+-META.yml Module meta-data (added by MakeMaker) >Index: files/patch-Makefile.PL >=================================================================== >RCS file: /home/pcvs/ports/textproc/p5-xmltv/files/patch-Makefile.PL,v >retrieving revision 1.3 >diff -u -u -r1.3 patch-Makefile.PL >--- files/patch-Makefile.PL 28 Nov 2004 14:35:02 -0000 1.3 >+++ files/patch-Makefile.PL 30 Jan 2006 14:12:20 -0000 >@@ -1,6 +1,6 @@ >---- Makefile.PL.orig Mon Oct 25 02:33:47 2004 >-+++ Makefile.PL Fri Nov 26 15:29:30 2004 >-@@ -466,14 +466,14 @@ >+--- Makefile.PL.orig Mon Jan 30 14:53:32 2006 >++++ Makefile.PL Mon Jan 30 14:54:19 2006 >+@@ -537,14 +537,14 @@ > # Guess a default value for {install} based on whether > # prerequisites were found. > # >@@ -17,7 +17,7 @@ > # Need to set {install} for each component by prompting. > foreach my $info (@opt_components) { > my $missing = $info->{missing}; >-@@ -502,8 +502,8 @@ >+@@ -573,8 +573,8 @@ > die; > } > >@@ -28,3 +28,12 @@ > } > } > } >+@@ -1019,7 +1019,7 @@ >+ die "target $name seen twice" if defined $r{$name}; >+ $r{$name} = $curr_target = []; >+ } >+- elsif (/^\t/ and defined $curr_target) { >++ elsif (/^\s/ and defined $curr_target) { >+ # Commands for the target. >+ push @$curr_target, $_; >+ }
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 92548
: 61801