summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-14 14:48:18 +0000
committerwiz <wiz>2008-10-14 14:48:18 +0000
commit316f0f109d3bc3bb27d26f08e5c0c2f857f6f666 (patch)
tree0ed5234260f7d37bb74e4895c99a57c18ecb06af /sysutils/cdrtools/Makefile
parentc6eed481de7fdb42472c7f5b15a50a0167be4149 (diff)
downloadpkgsrc-316f0f109d3bc3bb27d26f08e5c0c2f857f6f666.tar.gz
Update to 2.01.01a51:
All: - Extended the file COPYING to mention that the GPL used by the "mkisofs project" requires to publish the full source for all parts of mkisofs in case that you publish mkisofs binaries. - Added a new Changelog file for the changes since cdrtools-2.01 - RUlES/rules.prg no longer includes a line with SHELL=/bin/sh. This is needed to allow to implement a workaround for various bash bugs that afffect makefiles in case that /bin/sh is linked to bash. If your platform installs bash in /bin/sh (Linux, ....) or in case thaat your platform offers a broken variant of the Korn Shell in /bin/sh (like HP-UX), fetch the "Schily source consolidation" from ftp://ftp.berlios.de/pub/schily/, compile everything and install the original Bourne Shell, that comes with this packet, into /bin/bosh. If you then call ./.clean and re-compilee everything, you get a "smake" that calls /bin/bosh instead of the broken system shell. - Added an autoconf test for POSIX violations found in POSIX.1-2008. The official POSIX rule is not to define "new" interfaces that are in conflict with older interfaces of the same name. Our interfaces fexec*() have been defined and published in 1982. The new POSIX interfaces define a different interface and the new POSIX interfaces even use names that are not compatible with POSIX rules. The new POSIX interfaces in question should be called fdexec*() to follow the rules of other similar POSIX functions. Simiar problems exist with getline()/fgetline(). We try to automatically rename our functions in case that the functions could be found in the local libc. Libschily: - Added sleep.c and gettimeofday.c that emulate sleep() and gettimeofday() when using MSVC - Try to rename ecvt()/fcgt()/gcvt() in case that one of these functions does not work and the libc implementation does not allow to overwrite the function. Libscg: - Included a patch for the CAM interface from the FreeBSD people. The patch sets up the CAM data structrures in a way that allows SCSI bus and target scanning. Cdrecord: - Make dure that the DVD and BluRay drivers do not lower the default timeout. cdrecord timeout=# now always allows to raise the default timeout to a larger value. - Added a workaround to prevent the Lite-ON BD B LH-2B1S/AL09 from hanging up when trying to write a BluRay Medium. - Cdrecord now by default tries to set up a DMA Size of 126 kB. If non-MMC drives are found, we fall back to the old value of 63 kB
Diffstat (limited to 'sysutils/cdrtools/Makefile')
-rw-r--r--sysutils/cdrtools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index ff577971aac..84044db2383 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2008/10/09 13:14:15 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2008/10/14 14:48:18 wiz Exp $
-DISTNAME= cdrtools-2.01.01a50
-PKGNAME= cdrtools-2.01.01.50
+DISTNAME= cdrtools-2.01.01a51
+PKGNAME= cdrtools-2.01.01.51
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/
EXTRACT_SUFX= .tar.bz2