head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.26 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.24 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.18 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.1.1.0.8 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-2006Q3:1.1.1.1.0.6 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.4 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.2 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-20060105:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2007.06.08.23.05.58; author wiz; state dead; branches; next 1.3; 1.3 date 2007.05.29.15.32.17; author obache; state Exp; branches; next 1.2; 1.2 date 2007.03.16.22.04.54; author bad; state Exp; branches; next 1.1; 1.1 date 2006.01.05.23.27.59; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.01.05.23.27.59; author wiz; state Exp; branches; next ; desc @@ 1.4 log @Remove unnecessary patches. @ text @$NetBSD: patch-cd,v 1.3 2007/05/29 15:32:17 obache Exp $ --- include/schily/schily.h.orig 2007-04-03 18:41:25.000000000 +0200 +++ include/schily/schily.h 2007-05-28 14:07:47.000000000 +0200 @@@@ -116,7 +116,7 @@@@ extern int fspawnl __PR((FILE *, FILE *, extern int fspawnv_nowait __PR((FILE *, FILE *, FILE *, const char *, int, char *const*)); extern int fgetline __PR((FILE *, char *, int)); -extern int fgetstr __PR((FILE *, char *, int)); +extern int schily_fgetstr __PR((FILE *, char *, int)); extern int file_getraise __PR((FILE *)); extern void file_raise __PR((FILE *, int)); extern int fileclose __PR((FILE *)); @ 1.3 log @Update cdrtools to 2.01.01.27. Patch provided by Jukka Salmi in PR 36392. NEW features of cdrtools-2.01.01a25: All: Libschily: - __fjmalloc()/__jmalloc() now allow to specify JM_EXIT to exit() instead of callinf siglongjmp() - New function file_getraise() to get the current file raise value. Libparanoia (Ported/enhanced by Jrg Schilling, originated by Monty xiphmont@@mit.edu): Libedc (Optimized by Jrg Schilling, originated by Heiko Eifeldt heiko@@hexco.de): Libfind: - Libfind is now close from the final state - Added README file to the directory libfind/ that help to learn how to create a complete find(1) command, a "bsh" find builtin and a ksh93 find builtin using libfind. - Libfind Version is now 1.3 - libfind has been restructured to allow it to be used as builtin function inside shells like e.g. "bsh" and "ksh93". - libfind now allows I/O redirection (needed for shell builtins). - libfind now may be told to check for abort situations (needed for shell builtins in order to check for abort on ^C). - New function find_free() - Libfind no longer leaks memory if called with a commandline with syntax errors. Libfile: Libhfs_iso: Libscg: - scg_numbus() function for FreeBSD corrected to make cdrtools work again. Thanks to a hint from Joseph Terner Rscsi: Cdrecord: - A typo in the man page has been fixed (mkisofs does not have a -q but a -quiet option). - A debug message in the DVD+ driver hav been updated to make cdrecord again compile in -DDEBUG mode. Cdda2wav (Maintained/enhanced by Jrg Schilling, originated by Heiko Eifeldt heiko@@hexco.de): - Fixed a bug that caused cdda2wav to hang when retrieving the CDDB information. This bug has been introduced with cdrtools-2.01.01a21 Readcd: Scgcheck: Scgskeleton: Btcflash: Mkisofs (By Jrg Schilling and James Pearson j.pearson@@ge.ucl.ac.uk): TODO: - read Joliet filenames with multi-session if no TRANS.TBL or RR is present. I am looking for a volunteer for this task! Note that this can never be 100% correct as there is no relation between the names on the master (UNIX) filesystem, the ISO-9660 names and the Joliet names. Only the Rock Ridge names are untranslated with respect to the original files on the master (UNIX) filesystem. - add libecc/edc for CDI and similar. NEW features of cdrtools-2.01.01a26: All: - Now using cdrecord/version.h for the global version number - New autoconf test for struct timeval in sys/time.h - New autoconf test for struct timezone in sys/time.h - Changed include/schily/time.h to depend on the new autoconf #defines HAVE_STRUCT_TIMEVAL and HAVE_STRUCT_TIMEZONE - The Schily makefile system is now also passing OS specific #defines to "configure". - New Schily makefile system Target shell allows to call "make shell" in order to get a shell with exactly the same environment as the compilers will see from the makefile system. This helps testing. - New autoconf test checks whether we need to call "xx.exe" on a plaform. This is needed in order to be able to call the Microsoft compiler from the SFU (Services for UNIX) environment. - It is now possible to call the Microsoft compiler from SFU. In order to do this, call "smake CCOM=cl" If this does not work, you may need to change the file DEFAULTS/vc7-interix-setup Libschily: Libparanoia (Ported/enhanced by Jrg Schilling, originated by Monty xiphmont@@mit.edu): - Fixed a typo in paranoia_init() that gas been introduced with 2.01.01a24 This bug did cause a core dump. Thanks to Robert Grimm for reporting. Libedc (Optimized by Jrg Schilling, originated by Heiko Eifeldt heiko@@hexco.de): Libfind: - Fixed a bug in names.c that caused nameinit() to go into an endless recursion and dump core if there is no "nobody" in /etc/passwd. This bug has been introduced recently. Libfile: Libhfs_iso: Libscg: Rscsi: Cdrecord: - Trying to work around a Pioneer firmware bug that causes cdrecord to write DVDs at lowest speed. - Reset SCSI silent mode after cdrecord did use the auto-mode (no dev= parameter) to find the drive. This again gives visible error messages. Cdda2wav (Maintained/enhanced by Jrg Schilling, originated by Heiko Eifeldt heiko@@hexco.de): Readcd: Scgcheck: Scgskeleton: Btcflash: Mkisofs (By Jrg Schilling and James Pearson j.pearson@@ge.ucl.ac.uk): - added a better error message from Helios in volume.c - The timezone bug (first fixed in 2.01.01a24 has now been fixed correctly and works even if the timezone is located east to GMT. TODO: - read Joliet filenames with multi-session if no TRANS.TBL or RR is present. I am looking for a volunteer for this task! Note that this can never be 100% correct as there is no relation between the names on the master (UNIX) filesystem, the ISO-9660 names and the Joliet names. Only the Rock Ridge names are untranslated with respect to the original files on the master (UNIX) filesystem. - add libecc/edc for CDI and similar. NEW features of cdrtools-2.01.01a27: All: - Added forgotten file RULES/x86-interix-cl.rul to the Schily Makefilesystem - Trying to better deal with MS winsock2.h oddities in schily/time.h - #undef iswalnum ... in schily//wchar.h before defining non wchar fallbacks. - config.guess now knows about i386 Darwin (Mac OS X on Intel) - Schily makefilesystem enhanced to check for extended fields in struct utsname as seen e.g. in MS SFU (Interix). - New predefined macro OSVERSION in the makefilesystem is needed for SCO OpenServer 6.x support (because this uses a UnixWare kernel - Trying to support Compilation on SCO OpenServer 6.x - New macro $(CC_OUTPUT_FILTER) allows to filter away the unwanted file name echo from cl.exe. - Interix now uses uname -m instead of uname -p for $(OARCH) - Makefile support for pentium-4-unixware-cc.rul and pentium-4-unixware-gcc.rul was added. - New autoconf test for libiconv - The Schily makefilesystem now by default searches in /usr/local/include and /usr/local/lib if on FreeBSD. This is needed in order to find libintl and libiconv. - make html and make htmlx now works even on the top level directory and creates html versions of the man pages - fixed a typo in the autoconf test for C99 isinf/isnan Libschily: Libparanoia (Ported/enhanced by Jrg Schilling, originated by Monty xiphmont@@mit.edu): Libedc (Optimized by Jrg Schilling, originated by Heiko Eifeldt heiko@@hexco.de): Libfind: - find_list.c now #ifdefs names like S_IFLNK Libfile: - Better portability for strerror() in file.h Libhfs_iso: Libscg: - Better help message for Mac OS X wich dev=help Rscsi: Cdrecord: - Cdrecord now correctly reports Copyright ...2007 with -version - Cdda2wav (Maintained/enhanced by Jrg Schilling, originated by Heiko Eifeldt heiko@@hexco.de): - Let cdda2wav print the -version outout to stdout and in a similar form as other cdrtools programs. Readcd: Scgcheck: Scgskeleton: Btcflash: - Make btcflash compile on K&R compilers (like on HP-UX) Mkisofs (By Jrg Schilling and James Pearson j.pearson@@ge.ucl.ac.uk): - mkisofs -J no longer implies -l as done incorrectly after converting from GNU getopt_long() to getargs() TODO: - read Joliet filenames with multi-session if no TRANS.TBL or RR is present. I am looking for a volunteer for this task! Note that this can never be 100% correct as there is no relation between the names on the master (UNIX) filesystem, the ISO-9660 names and the Joliet names. Only the Rock Ridge names are untranslated with respect to the original files on the master (UNIX) filesystem. - add libecc/edc for CDI and similar. @ text @d1 1 a1 1 $NetBSD: patch-cd,v 1.2 2007/03/16 22:04:54 bad Exp $ @ 1.2 log @Update cdrtools to 2.01.01a24. The change logs with over 3000 lines are too long to mention here. See AN-2.01.01* in the source directory. For me it was support for writing DVD+RWs. Note on the patches: patch-ak: fix compilation with DVDPLUS_DEBUG defined. patch-cg: revert "use" from off_t to int again as it is passed to function expecting an int. The possible values aren't huge, anyway. patch-ck, patch-cl, patch-cm: fix references to /etc/default/cdrecord. Remove patches that have been incorporated upstream. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- include/schily/schily.h.orig 2007-02-26 16:17:56.000000000 +0100 +++ include/schily/schily.h @@@@ -115,7 +115,7 @@@@ extern int fspawnl __PR((FILE *, FILE *, d11 1 a13 1 extern FILE *fileluopen __PR((int, const char *)); @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- include/schily.h.orig 2004-03-05 01:30:40.000000000 +0100 +++ include/schily.h @@@@ -116,7 +116,7 @@@@ extern int fspawnl __PR((FILE *, FILE *, @ 1.1.1.1 log @Initial import of cdrtools-2.01, replacing sysutils/cdrecord. Cdrecord allows you to burn CDs with a CD-R/CD-RW recorder. It works as a burn engine for several applications. Cdrecord supports CD recorders from many different vendors; all SCSI-3/mmc and ATAPI/mmc compliant drives should also work. Supported features include: IDE/ATAPI, parallel-port, and SCSI drives; audio CDs, data CDs, and mixed CDs; full multi-session support, CD-RWs (rewritable), TAO, DAO, and human-readable error messages. This package also provides tools for retrieving audio tracks, reading and writing CDs, creating ISO9660/JOLIET/HFS filesystems, and verifying ISO9660 images. @ text @@