summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools
diff options
context:
space:
mode:
authorwiz <wiz>2012-08-16 15:14:20 +0000
committerwiz <wiz>2012-08-16 15:14:20 +0000
commit97b76a2431f1dad358db49044d601449f431e612 (patch)
treecf630083866eef8d6247ae883dffb1ff093bbf0f /sysutils/cdrtools
parent44dec1f1d565ca879797534464a4f850d220df45 (diff)
downloadpkgsrc-97b76a2431f1dad358db49044d601449f431e612.tar.gz
Update to 3.01a08. Remove patch-RULES_rules.man again, perhaps this
version's bug fix really fixes the bug. All: - conf/runrmt_android has been enhanced to better deal with the "runrmt -r file-to-test" calling variant. - configure now ignores a stramge directory that is created on Mac OS X when compiling with cc -g and that is in conflict with other rules. - Introduce a deoendency for man page subdiretories to allow syning parallel make calls. - Try to support Debian with FreeBSD kernel Libschily: - getperm.c now correctly supports umask +w - Libschily is now linked against $(LIB_INTL) when a shared libschily is created. Libscg: - struct scsi_inquiry is now using a union around the vendor ID strings in order to avoid incorrect buffer overflow warnings from GCC-4.x Libmdigest: - Cygwin is broken, when using #pragma weak, so we cannot create weak symbols on Cygwin for sha2.c Cdrecord: - struct scsi_inquiry is now using a union around the vendor ID strings in order to avoid incorrect buffer overflow warnings from GCC-4.x Readcd: - Cygwin is broken, when using #pragma weak, so we cannot create weak symbols on Cygwin for sha2.c Mkisofs (Maintained/enhanced by J - While introducing the new option -modification-date, we did accidently remove the code to set up the creation date in te PVD. Now creation date again contains correct data.
Diffstat (limited to 'sysutils/cdrtools')
-rw-r--r--sysutils/cdrtools/Makefile5
-rw-r--r--sysutils/cdrtools/distinfo9
-rw-r--r--sysutils/cdrtools/patches/patch-RULES_rules.man13
3 files changed, 6 insertions, 21 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index 4dc90dc0668..4f6407c8867 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2012/04/04 08:06:16 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2012/08/16 15:14:20 wiz Exp $
-DISTNAME= cdrtools-3.01a07
+DISTNAME= cdrtools-3.01a08
PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/}
-PKGREVISION= 1
CATEGORIES= sysutils
#MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \
# http://ftp.berlios.de/pub/cdrecord/
diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo
index 32d3e4bf8bb..1df6f8b6419 100644
--- a/sysutils/cdrtools/distinfo
+++ b/sysutils/cdrtools/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.66 2012/05/12 08:27:16 sbd Exp $
+$NetBSD: distinfo,v 1.67 2012/08/16 15:14:20 wiz Exp $
-SHA1 (cdrtools-3.01a07.tar.bz2) = ee4b540e4897ee6637837a097658305d18345999
-RMD160 (cdrtools-3.01a07.tar.bz2) = b8331d826bf64de8bd26c041624a3e41648b6952
-Size (cdrtools-3.01a07.tar.bz2) = 2043525 bytes
-SHA1 (patch-RULES_rules.man) = 37a8873090551d36d887e47c414b5712ad4512bb
+SHA1 (cdrtools-3.01a08.tar.bz2) = 02919992b1e683a76dcc22ba18927aa09ce98fef
+RMD160 (cdrtools-3.01a08.tar.bz2) = d6e3590d373c6b71ffd4fbea33215e90640d405d
+Size (cdrtools-3.01a08.tar.bz2) = 2042834 bytes
SHA1 (patch-include_schily_sha2.h) = dab2dd40b20a37f1f2ff8cbd64f8361e800e1753
diff --git a/sysutils/cdrtools/patches/patch-RULES_rules.man b/sysutils/cdrtools/patches/patch-RULES_rules.man
deleted file mode 100644
index aed9d74f9f4..00000000000
--- a/sysutils/cdrtools/patches/patch-RULES_rules.man
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-RULES_rules.man,v 1.3 2012/05/12 08:27:17 sbd Exp $
-
---- RULES/rules.man.orig 2012-01-01 03:11:58.255958830 +0000
-+++ RULES/rules.man
-@@ -46,7 +46,7 @@ INSMODEI= $(__INSMODEI:$(_UNIQ)%=%)
-
- all: $(ARCHDIR) $(PTARGET)
-
--$(PTARGET): $(SRCFILE)
-+$(PTARGET): $(SRCFILE) $(ARCHDIR)
- $(LOCALIZE) $(SRCFILE) $@
-
- $(ARCHDIR):