2008-06-21 20:52:23 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.01.01a41:
All:
- several modification have been made to fix warning messages from
a "coverity" test run.
Scgcheck:
- New option -auto for fully automated tests
- Restructured for better results
Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric \
Youngdale):
- Fixed a bug in the graft -root code from Patrik Ohly thanks to
Ben Korvemaker <neb@drycold.ca> FreeBSD for reporting.
|
2008-05-30 12:59:49 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.01.01.40:
All:
- Added an autoconf test for SIZEOF_FLOAT & SIZEOF_DOUBLE to allow
to compile the Bourne shell in 64 bit mode.
Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric \
Youngdale):
- mkisofs now prints more explicit error messages if the strings (like
e.g. the volume name) inside the PVD do not fit. This should help
people that use e.g. UTF-8 based locales and don't understand
that the strings may use up more octett space than the number of
characters in the string.
- mkisofs now supports to import multi-extent files (> 4 GB) from old
sessions.
|
2008-05-08 15:16:13 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.01.01a39:
All:
- added a make rule to automatically create the directory
./incs/
Libfind:
- This is the final step to make libfind a "real" library
- find.h walk.h fetchdir.h idcache.h moved to include/schily/
- A bug in libfind was fixed that causes
find . -size -20k -ls
to check for files smaller than 20480 Blocks instead of
looking for files smaller than 2084 characters.
Libscg:
- Allow libscg to correctly compile in 64 bit mode on amd64 Solaris
platforms
Rscsi:
- Minimal rscsi man page added
Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric \
Youngdale):
- Some code in main() has been reordered to allow mkisofs to recognize that
the installation at /opt/schily/lib/siconv is missing even if the --ethershare
option has ben used. Before, mkisofs did dump core in this case, now it
mentions to install libsiconv.
- mkisofs again supports -no-bak. This option has been
removed by accident with cdrtools-2.01.01a22
- mkisofs again auto-adds a slash to the left part of
a dir=orig/ graft point spec if the right side is a
directory. The problem has been introduced ~ one year
ago when cleaning up buggy old code.
|
2008-03-07 20:38:58 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.01.01a38:
All:
- The Schily Makefile system has been enhanced to install
the profiled version of the archives in a sub-directory "profiled".
This is done via a new macro SUBINSDIR=
- New autoconf test checks sizeof(time_t)
- New autoconf test for the existence of stack_t and siginfo_t in signal.h
- In order to allow better dealing with Solaris linker Mapfiles,
a getfp() function (calling abort(3)) is created when it is not
possible to implement this function because of compiler constraints.
- Many other enhancements of the autoconfiguration have been a result
of porting the Bourne Shell into the Schily Makefilesystem.
Libschily:
- The schily *printf routines now correctly support the %j format (intmax_t)
- getargs now first checks whether an argument can be a combination of
several singlechar flags before starting to set values.
Libfind:
- libfind (used by sfind, bsh, star, mkisofs) fixed the -exec {} +
implementation. Before the fix, it could core dump if the built-in
xargs(1) would exactly fill up args to the size of ARG_MAX.
Libsiconv:
- libsiconv/sic_nls.c modified to allow compilation with older GCC
versions.
Cdrecord:
- cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file
with an additional parameter to specify the max. transfer size for a device.
- CDR_FORCESPEED=any now works for cdrecord to switch off DMA speed test results
- Make cdrecord compile again with a K&R compiler
- Add a "blank emulation" layer to the BluRay driver too.
Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt \
heiko@hexco.de):
- cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file
with an additional parameter to specify the max. transfer size for a device.
Readcd:
- cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file
with an additional parameter to specify the max. transfer size for a device.
Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric \
Youngdale):
- Fixed a typo unides -> inodes
- Mkisofs now gives better warning for files > 4 GB in hope it
will no direct people to read the documentation.
- superfluous definition for memmove() on memmove()-less platforms removed
|
2008-02-11 14:05:14 by Blair Sadewitz | Files touched by this commit (5) |
Log message:
The code to support real-time scheduling on NetBSD in the package
Makefile did not work; add something which does (it's a far better
check, too).
Bump rev.
|
2008-02-05 22:13:01 by Matthias Drochner | Files touched by this commit (1) |
Log message:
nothing here needs pthreads - remove the bl3
|
2008-01-29 19:24:30 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Fix PR pkg/37885: sysutils/cdrtools* do not install cdrecord on -current
|
2008-01-15 23:45:11 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.01.01a37:
All:
- New autoconf test HAVE_SYS_SIGLIST_DEF checks for sys_siglist[]
definition in signal.h Thanks to Tatjana Heuser for reporting
- Possibly double #defines HAVE_ICONV HAVE_ICONV_OPEN HAVE_ICONV_CLOSE
in include/schily/iconv.h fixed. Thanks to Tatjana Heuser for reporting
Libfind:
- -size now understands things like -size +10m
- the function getperm() has been moved to libschily
- find_main() now supports to propagate a different environment
(e.g. with a different PATH) to fexec())
Libsiconv:
- Changed sic_nls.c to allow compilation on SCO OpenServer-5.x and
other compilers that set __STDC__ to 0 and are not at least
fully C89 compliant.
Libscg:
- scg/scgcmd.h upgraded to be sharable with the "scg" Solaris kernel driver
- scg/scgio.h upgraded to be sharable with the "scg" Solaris kernel driver
Cdrecord:
- Cdrecord now correctly recognizes unformatted BD-RE media.
NOTE: The BD support code is not yet completely ready but
I expect this to happen in a few days.
- cdrecord man page now mentiones the "lofi" driver for Solaris
- Cdrecord now re-checks the media after a "blank" or "format"
operation has been issued. This prevents problems with incorrect
media size assumptions.
- cdrecord now implements a simulated "blank" feature for media that
itself does not support blanking: currently DVD-RAM + DVD+RW
Readcd:
- Man page now mentions -edc-corr
Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric \
Youngdale):
- isoinfo now allows to check the contents of the Joliet Volume descriptor
by calling:
isoinfo -dJ
- mkisofs bug fix for multi extent files, make UDF part from multi extent
files working again. Thanks to a hint from
Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org>
|
2007-12-14 00:35:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add ${DESTDIR} in a few places. From Rumko on pkgsrc-users.
|
2007-10-24 11:50:17 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.01.01a36:
All speed limitations may be disabled by setting the environment variable
CDR_FORCESPEED to "any". The drive buffer size recognition was changed so
that cdrecord now shows correct size values even for the LG GSA-H55N.
DVD-RW/DL may now be blanked. The "out-fd=descriptor" option was added to
cdda2wav, and allows the user to redirect informational output to a file
descriptor other than stderr. A core dump with mkisofs in the Joliet code
caused by the new Apple UDF extensions is now avoided.
|