FreeBSD Bugzilla – Attachment 94359 Details for
Bug 132494
port fix: archivers/par2cmdline - Fix offset update in quiet mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.04 KB, created by
Ganael LAPLANCHE
on 2009-03-10 11:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ganael LAPLANCHE
Created:
2009-03-10 11:20:00 UTC
Size:
1.04 KB
patch
obsolete
>diff -aurN par2cmdline.orig/Makefile par2cmdline/Makefile >--- par2cmdline.orig/Makefile 2009-03-10 07:06:19.791686373 +0000 >+++ par2cmdline/Makefile 2009-03-10 07:14:15.615040458 +0000 >@@ -7,7 +7,7 @@ > > PORTNAME= par2cmdline > PORTVERSION= 0.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= archivers > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= parchive >diff -aurN par2cmdline.orig/files/patch-par2creatorsourcefile.cpp par2cmdline/files/patch-par2creatorsourcefile.cpp >--- par2cmdline.orig/files/patch-par2creatorsourcefile.cpp 1970-01-01 00:00:00.000000000 +0000 >+++ par2cmdline/files/patch-par2creatorsourcefile.cpp 2009-03-10 07:13:58.985379985 +0000 >@@ -0,0 +1,13 @@ >+--- par2creatorsourcefile.cpp.orig 2009-03-10 07:10:35.860499029 +0000 >++++ par2creatorsourcefile.cpp 2009-03-10 07:12:53.111712521 +0000 >+@@ -224,6 +224,10 @@ >+ cout << newfraction/10 << '.' << newfraction%10 << "%\r" << flush; >+ } >+ } >++ else >++ { >++ offset += want; >++ } >+ } >+ >+ // Did we finish the last block
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 132494
: 94359