This patch fixes a missed offset update when using quiet mode with par2create. This bug has been referenced here : http://sourceforge.net/tracker/index.php?func=detail&aid=1802742&group_id=30568&atid=399698 http://sourceforge.net/tracker/index.php?func=detail&aid=1085638&group_id=30568&atid=399698 And here on Debian : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=299658 Reported by: Nicolas Rachinsky (thanks to him :)) Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
araujo 2009-03-15 18:27:46 UTC FreeBSD ports repository Modified files: archivers/par2cmdline Makefile Added files: archivers/par2cmdline/files patch-par2creatorsourcefile.cpp Log: - Fixes a missed offset update when using quiet mode with par2create. This bug has been referenced here: http://sourceforge.net/tracker/index.php?func=detail&aid=1802742&group_id=30568&atid=399698 http://sourceforge.net/tracker/index.php?func=detail&aid=1085638&group_id=30568&atid=399698 PR: ports/132494 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) Revision Changes Path 1.11 +2 -2 ports/archivers/par2cmdline/Makefile 1.1 +13 -0 ports/archivers/par2cmdline/files/patch-par2creatorsourcefile.cpp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!