pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools/patches Sync with pkgsrc-wip version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/561552e73d72
branches:  trunk
changeset: 529673:561552e73d72
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 08 23:04:35 2007 +0000

description:
Sync with pkgsrc-wip version of the patch.

diffstat:

 sysutils/cdrtools/patches/patch-cg |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r e62fbfe058fc -r 561552e73d72 sysutils/cdrtools/patches/patch-cg
--- a/sysutils/cdrtools/patches/patch-cg        Fri Jun 08 22:50:31 2007 +0000
+++ b/sysutils/cdrtools/patches/patch-cg        Fri Jun 08 23:04:35 2007 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-cg,v 1.2 2007/03/16 22:04:54 bad Exp $
+$NetBSD: patch-cg,v 1.3 2007/06/08 23:04:35 wiz Exp $
 
---- mkisofs/write.c.orig       2007-02-17 16:48:16.000000000 +0100
+--- mkisofs/write.c.orig       2006-10-08 13:49:17.000000000 +0000
 +++ mkisofs/write.c
+@@ -362,7 +362,7 @@ write_one_file(filename, size, outfile)
+ static        char            buffer[SECTOR_SIZE * NSECT];
+       FILE            *infile;
+       off_t           remain;
+-      int     use;
++      off_t   use;
+ 
+ 
+       if ((infile = fopen(filename, "rb")) == NULL) {
 @@ -428,7 +428,10 @@ static    char            buffer[SECTOR_SIZE * NSECT]
                        fflush(stderr);
                }



Home | Main Index | Thread Index | Old Index