Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: hubertf
Date: Tue Nov 16 00:00:28 UTC 1999
Modified Files:
pkgsrc/sysutils/cdrecord-current: Makefile
pkgsrc/sysutils/cdrecord-current/files: md5 patch-sum
pkgsrc/sysutils/cdrecord-current/patches: patch-ab patch-ae
Log Message:
Defuzzify, and while there, update to 1.8a31. Changes:
ALL:
- libscg now got official version number 0.1 and allows version checking
- libscg/scsi-aix.c compiles again - typo fixed.
- libscg/scsi-bsd-os.c compiles again - typo fixed.
- libscg/scsi-beos.c compiles again - typo fixed.
- libscg/scsi-osf.c compiles again - typo fixed.
- libscg/scsi-wnt.c compiles again - typo fixed.
- libscg/scsiopen.c typecasts to make it compile without
warnings on K&R systems.
- usleep() emulation compiles again on SCO Openserver 3.x
- align_test.c corrected
- scg/scgcmd.h restructured
- several macros to convert integers in network byte order to machine
byte order modified to make them correct on 64 bit machines too.
- usleep() prototype disabled in libport.h (needed for SCO Openserver)
- New supported architecture 9000-777-hp-ux
- Added support for the new smake source distribution.
- Added new AUTOMAKE support for the makefile system when using smake.
The makefile system will now support compilation on unknown platforms
if compilation is done with smake.
cdrecord:
- prints warning if an unofficial version of libscg is used
- removed a bug that caused an endless loop if a TEAC-CDR 50 /55
was present without a media.
This bug has been introduced when tryint to find a workaround
for a bug in the Ricoh 7040 firmware.
- The Optima Dis Covery 650 CD-R is now recognised as Sony-CDU-924
- typecasts in several files to make it compile without
warnings on K&R systems.
- Fixed a bug in the size computation that caused the media to loos 150
sectors too large if cdrecord was run in DAO mode.
- New updated macros in intcvt.h make cdrecord more correct on 64 bit
machines.
- Next_writable Address disabled for CD-ROM drives.
This will abort is someone tries to do a cdrecord -msinfo on a CD-ROM
drive. Before, this resulted in bad values now it results in an
error message.
- Sector size should now be restored in any case. Added 5 new cases.
cdda2wav:
o new ioctl module for Solaris and FreeBSD ioctl methods (ATAPI drives).
Untested yet.
o soundcard support unified. Solaris sound interfaces might be used under
other OS as well. Untested yet.
o support of the cdindex system (see www.cdindex.org for details).
For cd extra and cd-text formats the submission form is generated
automatically.
o Fixed a bug that caused the last *.inf file not to be written on OS/2
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/cdrecord-current/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/cdrecord-current/files/md5 \
pkgsrc/sysutils/cdrecord-current/files/patch-sum
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/cdrecord-current/patches/patch-ab \
pkgsrc/sysutils/cdrecord-current/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index