pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Add patch from Mac Ports to fix buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4d0b6d8fb5d
branches:  trunk
changeset: 399129:c4d0b6d8fb5d
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Sep 13 16:40:22 2009 +0000

description:
Add patch from Mac Ports to fix build under Mac OS X Snow Leopard.

diffstat:

 sysutils/cdrtools/distinfo         |   3 ++-
 sysutils/cdrtools/patches/patch-ae |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 2b5d7aea2a3b -r c4d0b6d8fb5d sysutils/cdrtools/distinfo
--- a/sysutils/cdrtools/distinfo        Sun Sep 13 16:12:18 2009 +0000
+++ b/sysutils/cdrtools/distinfo        Sun Sep 13 16:40:22 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.40 2009/09/09 20:30:57 wiz Exp $
+$NetBSD: distinfo,v 1.41 2009/09/13 16:40:22 tron Exp $
 
 SHA1 (cdrtools-2.01.01a64.tar.bz2) = 2e4af9079527bd5683dc778d1400ef68b595fd36
 RMD160 (cdrtools-2.01.01a64.tar.bz2) = d609abe707c41d1a66bec7bb1ff4ae7967e5b355
@@ -7,6 +7,7 @@
 SHA1 (patch-ab) = bc6e2ccd371dcd2ae9c8d7caee89b937c9e36893
 SHA1 (patch-ac) = eedad8bd2a3705c33dd6640ba0556f5dd3927739
 SHA1 (patch-ad) = 08230fc203325916d4604576401da048dc108637
+SHA1 (patch-ae) = 9b58bfb2e394cd5e710d1fa407a887dbdaacd756
 SHA1 (patch-ai) = a65625831d88a97547c4e0a03075711bee0dc373
 SHA1 (patch-ch) = f64e026c66451df814bf848cf73b513a25cc1311
 SHA1 (patch-ci) = 5c7912aed94253b3ba8208a91c04c34da6345083
diff -r 2b5d7aea2a3b -r c4d0b6d8fb5d sysutils/cdrtools/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cdrtools/patches/patch-ae        Sun Sep 13 16:40:22 2009 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ae,v 1.3 2009/09/13 16:40:22 tron Exp $
+
+Build for for Mac OS X Snow Leopard taken from Mac Ports:
+
+http://trac.macports.org/browser/trunk/dports/sysutils/cdrtools/files/patch-libscg__scsi-mac-iokit.c?rev=56542
+
+--- libscg/scsi-mac-iokit.c.orig       2009-09-03 21:47:36.000000000 +0100
++++ libscg/scsi-mac-iokit.c    2009-09-13 17:34:22.000000000 +0100
+@@ -59,7 +59,7 @@
+ #include <Carbon/Carbon.h>
+ #include <IOKit/IOKitLib.h>
+ #include <IOKit/IOCFPlugIn.h>
+-#include <IOKit/scsi-commands/SCSITaskLib.h>
++#include <IOKit/scsi/SCSITaskLib.h>
+ #include <mach/mach_error.h>
+ 
+ struct scg_if {



Home | Main Index | Thread Index | Old Index