FreeBSD Bugzilla – Attachment 192914 Details for
Bug 227856
print/muttprint: Unbreak with recent version of perl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix
muttprint.diff (text/plain), 921 bytes, created by
Romain Tartière
on 2018-04-29 18:00:08 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Romain Tartière
Created:
2018-04-29 18:00:08 UTC
Size:
921 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 468634) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= muttprint > PORTVERSION= 0.73 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= print mail > MASTER_SITES= SF/muttprint/muttprint/muttprint-${PORTVERSION} > >Index: files/patch-muttprint >=================================================================== >--- files/patch-muttprint (revision 468634) >+++ files/patch-muttprint (working copy) >@@ -37,6 +37,15 @@ > : "off"; > } > >+@@ -1633,7 +1633,7 @@ sub getNumberOfPages ($) { >+ open (AUX, "$auxfile") or fatalError "Could not open $auxfile:\n$!"; >+ >+ while (<AUX>) { >+- ($numberOfPages) = /\\newlabel{LastPage}{{}{(\d+)}}/; >++ ($numberOfPages) = /\\newlabel\{LastPage\}\{\{\}\{(\d+)\}\}/; >+ } >+ >+ close AUX or fatalError "Could not close $auxfile:\n$!"; > @@ -2027,7 +2027,7 @@ > Options: >
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 227856
: 192914