Tue Aug 6 09:27:31 2019 UTC ()
libusb: revert previous patch. this code is not doing unaligned access.

PR pkg/54441


(maya)
diff -r1.44 -r1.45 pkgsrc/devel/libusb/Makefile
diff -r1.28 -r1.29 pkgsrc/devel/libusb/distinfo
diff -r1.1 -r0 pkgsrc/devel/libusb/patches/patch-descriptors.c

cvs diff -r1.44 -r1.45 pkgsrc/devel/libusb/Makefile (expand / switch to context diff)
--- pkgsrc/devel/libusb/Makefile 2019/08/06 09:12:10 1.44
+++ pkgsrc/devel/libusb/Makefile 2019/08/06 09:27:30 1.45
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2019/08/06 09:12:10 maya Exp $
+# $NetBSD: Makefile,v 1.45 2019/08/06 09:27:30 maya Exp $
 
 DISTNAME=	libusb-0.1.12
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=libusb/}
 

cvs diff -r1.28 -r1.29 pkgsrc/devel/libusb/distinfo (expand / switch to context diff)
--- pkgsrc/devel/libusb/distinfo 2019/08/06 09:12:10 1.28
+++ pkgsrc/devel/libusb/distinfo 2019/08/06 09:27:30 1.29
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2019/08/06 09:12:10 maya Exp $
+$NetBSD: distinfo,v 1.29 2019/08/06 09:27:30 maya Exp $
 
 SHA1 (libusb-0.1.12.tar.gz) = 599a5168590f66bc6f1f9a299579fd8500614807
 RMD160 (libusb-0.1.12.tar.gz) = 63848df717e00fff67ab30ba86a85466370d4e8e
@@ -11,4 +11,3 @@
 SHA1 (patch-ae) = 49a01ebe66de4965f3611cf42db09703aa68c415
 SHA1 (patch-af) = e46e576a589fb65488011a41df95f744230c0c6c
 SHA1 (patch-darwin.c) = 20df5d5970bf86f6f4ada002ca16a3bccf5bb4ff
-SHA1 (patch-descriptors.c) = 14cc1b46f094585fcfbb2ba046b89c3eb5cf49f9

File Deleted: pkgsrc/devel/libusb/patches/Attic/patch-descriptors.c