pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/udfclient/patches Remove not needed patches and r...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95e091f5076b
branches: trunk
changeset: 469639:95e091f5076b
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Feb 26 04:33:15 2004 +0000
description:
Remove not needed patches and regen.
diffstat:
misc/udfclient/patches/patch-aa | 12 ------------
misc/udfclient/patches/patch-ab | 26 --------------------------
2 files changed, 0 insertions(+), 38 deletions(-)
diffs (46 lines):
diff -r 7bc984c77090 -r 95e091f5076b misc/udfclient/patches/patch-aa
--- a/misc/udfclient/patches/patch-aa Thu Feb 26 04:29:52 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2003/10/27 03:59:07 reinoud Exp $
-
---- makefile.orig 2003-10-27 04:51:27.000000000 +0100
-+++ makefile
-@@ -13,6 +13,7 @@ LD= gcc
- LDFLAGS=
- CFLAGS+= -O3 -Wall \
- -Wuninitialized -DNDEBUG \
-+ -fno-strict-aliasing \
- -Werror ${COPTS}
- #POSTOBJ= -lm -lz
- XFLAGS= -I. -I/usr/X11R6/include -L/usr/X11R6/lib
diff -r 7bc984c77090 -r 95e091f5076b misc/udfclient/patches/patch-ab
--- a/misc/udfclient/patches/patch-ab Thu Feb 26 04:29:52 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2003/10/27 04:21:36 reinoud Exp $
-
---- scsilib.h.orig 2003-10-27 04:01:06.000000000 +0100
-+++ scsilib.h
-@@ -45,7 +45,7 @@
-
-
- #define SCSI_CMD_LEN 12
--typedef uint8_t scsicmd[SCSI_CMD_LEN];
-+typedef unsigned char scsicmd[SCSI_CMD_LEN];
-
-
- #include "scsilib_machdep.h"
-$NetBSD: patch-ab,v 1.3 2003/10/27 04:21:36 reinoud Exp $
-
---- scsi_subr.c.orig 2003-10-27 04:02:39.000000000 +0100
-+++ scsi_subr.c
-@@ -251,7 +251,7 @@ scsi_mode_select(fd, byte2, buf, len)
-
- bzero(cmd, SCSI_CMD_LEN);
- cmd[ 0] = 0x15; /* MODE SELECT */
-- cmd[ 1] = SMS_PF | byte2; /* SCSI-2 page format select */
-+ cmd[ 1] = 0x10 | byte2; /* SCSI-2 page format select */
- cmd[ 4] = len; /* length of page settings */
- cmd[ 5] = 0; /* control */
-
Home |
Main Index |
Thread Index |
Old Index