pkgsrc-WIP-cvs archive

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

CVS commit: wip/cdrtools-devel



Module name:    wip
Committed by:   thomasklausner
Date:           Mon Oct 30 18:24:55 UTC 2006

Modified Files:
        wip/cdrtools-devel: Makefile distinfo
        wip/cdrtools-devel/patches: patch-bb patch-cf patch-cg

Log Message:
Update to 2.01.01a19:

All:

-       A small restructuring of the include file structure:
        new file include/schily/xconfig.h
        include/schily/xmconfig.h now only contains manual static configuration 
2       for VMS

-       The Makefilesystem now inclucdes links for sparc64 (Fujitsu-Siemens)

Libschily:

-       Fixed a typo in fconv.c that caused problems on IBM AIX5.

Libfind:

-       -perm now correctly recognises argument parsing errors by 
        dealing with the fact that mode_t is unsigned.

Cdrecord:

-       Renamed getdelim() to getworddelim() to avoid a name clash in Cygwin.

        Note that there is still a name clash on Cygwin with getline(). As this
        is a hard POSIX violation caused by Cygwin, you need to edit Cygwin's
        /usr/include/stdio.h and remove the non-conforming Cygwin getline()
        if you like to compile cdrtools. Please also make a bug report against 
        Cygwin. Tell the Cygwin people that libschily's getline() is compilant
        to a commercial interface published since 1982. Cygwin needs to use a 
        different name if they don't like to follow the official getline()
        prototype.

-       The manual layer break code has been modified to deal with the different
        GCC behavior with signed/unsigned comparison.



Cdda2wav (By Heiko Eißfeldt heiko%hexco.de@localhost):

-       New Option ts= # similar to cdrecord's and readcd's options.
        This allows to work around a Linux kernel bug that prevents
        cdda2wav to be usable with USB drives. To work around this
        Linux bug try cdda2wav ts=128k or less.

Mkisofs (By Jörg Schilling and James Pearson j.pearson%ge.ucl.ac.uk@localhost):

-       mkisofs -T & mkisofs -b boot_file now work correctly.
        This fixes a bug introduced with 2.01.01a18

-       Deep directory abortion now happens from the right place, so
        mkisofs will allow files but no sub-dirs inside the last
        permitted directory nesting level.

-       Mkisofs will now correctly ignore deep directory nesting
        in no Rock Ridge mode with mkisofs -find

-       mkisofs -find dir will now correctly deal with Rock Ridge deep
        directory relocation.

-       Some small compile problems on Cygwin (caused by a unsigned int
        vs. UInt32_t clash) have been fixed. Thanks to Uwe Büdel for reporting.

-       Symlinks now work in mkisofs -find mode too.

-       .. directory in rr_moved now gets the correct mode

-       graft dirs now work even if they cause Rock Ridge deep
        directory relocation.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.14 -r1.15 wip/cdrtools-devel/distinfo
cvs -z3 rdiff -u -r1.19 -r1.20 wip/cdrtools-devel/Makefile
cvs -z3 rdiff -u -r1.2 -r1.3 wip/cdrtools-devel/patches/patch-cf
cvs -z3 rdiff -u -r1.3 -r1.4 wip/cdrtools-devel/patches/patch-cg
cvs -z3 rdiff -u -r1.4 -r1.5 wip/cdrtools-devel/patches/patch-bb

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/distinfo?r1=1.14&r2=1.15
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/Makefile?r1=1.19&r2=1.20
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-cf?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-cg?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/patches/patch-bb?r1=1.4&r2=1.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index