head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.26 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.24 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.22 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.20 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.18 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.16 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.8 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.6 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.4 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.2 pkgsrc-2007Q2-base:1.3 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.3 date 2007.06.08.23.05.58; author wiz; state dead; 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.3 log @Remove unnecessary patches. @ text @$NetBSD: patch-ce,v 1.2 2007/03/16 22:04:54 bad Exp $ --- libschily/stdio/fgetstr.c.orig 2004-09-25 14:26:06.000000000 +0200 +++ libschily/stdio/fgetstr.c @@@@ -22,7 +22,7 @@@@ */ EXPORT int -fgetstr(f, buf, len) +schily_fgetstr(f, buf, len) register FILE *f; char *buf; register int len; @ 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$ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ce,v 1.1 2004/04/26 07:46:11 agc Exp $ d3 3 a5 3 --- libschily/stdio/fgetstr.c 2004/04/26 07:42:03 1.1 +++ libschily/stdio/fgetstr.c 2004/04/26 07:42:22 @@@@ -26,7 +26,7 @@@@ a13 7 @@@@ -60,5 +60,5 @@@@ char *buf; int len; { - return (fgetstr(stdin, buf, len)); + return (schily_fgetstr(stdin, buf, len)); } @ 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 @@