pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils amd64 uses d partition, same as i386.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40981b1d1a3c
branches:  trunk
changeset: 487153:40981b1d1a3c
user:      hamajima <hamajima%pkgsrc.org@localhost>
date:      Mon Jan 10 15:48:07 2005 +0000

description:
amd64 uses d partition, same as i386.

diffstat:

 sysutils/cdrecord/patches/patch-ai  |  4 ++--
 sysutils/dvdrecord/patches/patch-ab |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 02abf2b1717d -r 40981b1d1a3c sysutils/cdrecord/patches/patch-ai
--- a/sysutils/cdrecord/patches/patch-ai        Mon Jan 10 15:47:18 2005 +0000
+++ b/sysutils/cdrecord/patches/patch-ai        Mon Jan 10 15:48:07 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ai,v 1.3 2003/01/03 16:27:10 lukem Exp $
+$NetBSD: patch-ai,v 1.4 2005/01/10 15:48:07 hamajima Exp $
 
 --- libscg/scsi-bsd.c.orig     Mon Oct 21 15:57:07 2002
 +++ libscg/scsi-bsd.c  Sat Nov 30 18:20:19 2002
@@ -26,7 +26,7 @@
        char            devname[64];
 +#if defined(__NetBSD__)
 +      struct scsi_addr mysaddr;
-+#if defined(__i386__)
++#if defined(__i386__) || defined(__amd64__)
 +      char    slicename[] = "d";      /* i386 is special */
 +#else
 +      char    slicename[] = "c";      /* this is what the rest uses */
diff -r 02abf2b1717d -r 40981b1d1a3c sysutils/dvdrecord/patches/patch-ab
--- a/sysutils/dvdrecord/patches/patch-ab       Mon Jan 10 15:47:18 2005 +0000
+++ b/sysutils/dvdrecord/patches/patch-ab       Mon Jan 10 15:48:07 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 2003/01/31 11:02:29 abs Exp $
+$NetBSD: patch-ab,v 1.2 2005/01/10 15:48:07 hamajima Exp $
 
 --- libscg/scsi-bsd.c.orig     Tue Jan 29 17:23:22 2002
 +++ libscg/scsi-bsd.c
@@ -26,7 +26,7 @@
        char            devname[64];
 +#if defined(__NetBSD__)
 +      struct scsi_addr mysaddr;
-+#if defined(__i386__)
++#if defined(__i386__) || defined(__amd64__)
 +      char    slicename[] = "d";      /* i386 is special */
 +#else
 +      char    slicename[] = "c";      /* this is what the rest uses */



Home | Main Index | Thread Index | Old Index