pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/udfclient Patch udfclient so it will compile agai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a8a9e797a87
branches:  trunk
changeset: 463063:5a8a9e797a87
user:      reinoud <reinoud%pkgsrc.org@localhost>
date:      Mon Oct 27 03:22:52 2003 +0000

description:
Patch udfclient so it will compile again under NetBSD-current wich has
changed scsipi headers and incorporating the submitted patches. It also
gives Linux SCSI access to the SCSI sense code!

Esp. Linux users and NetBSD-current users will benefit.

diffstat:

 misc/udfclient/Makefile         |   6 +++---
 misc/udfclient/distinfo         |   6 +++---
 misc/udfclient/patches/patch-aa |  14 --------------
 misc/udfclient/patches/patch-ab |  14 --------------
 4 files changed, 6 insertions(+), 34 deletions(-)

diffs (64 lines):

diff -r e219323818f2 -r 5a8a9e797a87 misc/udfclient/Makefile
--- a/misc/udfclient/Makefile   Mon Oct 27 00:10:56 2003 +0000
+++ b/misc/udfclient/Makefile   Mon Oct 27 03:22:52 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2003/10/14 21:58:23 salo Exp $
+# $NetBSD: Makefile,v 1.5 2003/10/27 03:22:52 reinoud Exp $
 #
 
-DISTNAME=              UDFclient.ro1-p1
-PKGNAME=               udfclient-0.1.1
+DISTNAME=              UDFclient.0.1p2
+PKGNAME=               udfclient-0.1.2
 WRKSRC=                        ${WRKDIR}/UDFclient
 CATEGORIES=            misc
 MASTER_SITES=          http://www.13thmonkey.org/udfclient/releases/
diff -r e219323818f2 -r 5a8a9e797a87 misc/udfclient/distinfo
--- a/misc/udfclient/distinfo   Mon Oct 27 00:10:56 2003 +0000
+++ b/misc/udfclient/distinfo   Mon Oct 27 03:22:52 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/10/26 23:23:47 kristerw Exp $
+$NetBSD: distinfo,v 1.4 2003/10/27 03:22:52 reinoud Exp $
 
-SHA1 (UDFclient.ro1-p1.tgz) = e00827defc37115e716ab8928422511fc430625c
-Size (UDFclient.ro1-p1.tgz) = 74914 bytes
+SHA1 (UDFclient.0.1p2.tgz) = b694f206da740650a41365b5cc248034040845f0
+Size (UDFclient.0.1p2.tgz) = 75080 bytes
 SHA1 (patch-aa) = 390ac9ff7ddd1a391729bf10272a762d7a4ff84b
 SHA1 (patch-ab) = 78a6d8b9b02656fb94d6fec56ba8b009e1c30b80
diff -r e219323818f2 -r 5a8a9e797a87 misc/udfclient/patches/patch-aa
--- a/misc/udfclient/patches/patch-aa   Mon Oct 27 00:10:56 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/10/26 23:23:47 kristerw Exp $
-
---- udfclient.c.orig   Mon Oct 27 00:09:21 2003
-+++ udfclient.c        Mon Oct 27 00:09:45 2003
-@@ -609,7 +609,8 @@
- 
- int main(int argc, char *argv[]) {
-       struct udf_discinfo *disc, *next_disc;
--      char   *progname, *range, flag;
-+      int flag;
-+      char   *progname, *range;
- 
-       progname = argv[0];
-       if (argc == 1) {
diff -r e219323818f2 -r 5a8a9e797a87 misc/udfclient/patches/patch-ab
--- a/misc/udfclient/patches/patch-ab   Mon Oct 27 00:10:56 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/10/26 23:23:47 kristerw Exp $
-
---- udfdump.c.orig     Mon Oct 27 00:06:46 2003
-+++ udfdump.c  Mon Oct 27 00:07:20 2003
-@@ -118,7 +118,8 @@
- 
- int main(int argc, char *argv[]) {
-       struct udf_discinfo *disc, *next_disc;
--      char flag, *progname, *range;
-+      char *progname, *range;
-+      int flag;
-       int min_session_number, max_session_number;
- 
-       progname = argv[0];



Home | Main Index | Thread Index | Old Index