summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-11-18 07:05:06 +0000
committerschmonz <schmonz@pkgsrc.org>2002-11-18 07:05:06 +0000
commit39b20fc8a42330a52c95a2cf15c226ba31a8ec52 (patch)
tree26c8ed680252763e77bf50d5fe2973140e0bfac8 /devel
parentdda8914525f92509951352a54abed135789c82a5 (diff)
downloadpkgsrc-39b20fc8a42330a52c95a2cf15c226ba31a8ec52.tar.gz
The USB API found in FreeBSD originated in NetBSD. Correct the
publicity statement in the configure script.
Diffstat (limited to 'devel')
-rw-r--r--devel/libusb/distinfo3
-rw-r--r--devel/libusb/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/libusb/distinfo b/devel/libusb/distinfo
index 4a77f449072..915286e7663 100644
--- a/devel/libusb/distinfo
+++ b/devel/libusb/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2002/11/18 06:25:51 schmonz Exp $
+$NetBSD: distinfo,v 1.10 2002/11/18 07:05:06 schmonz Exp $
SHA1 (libusb-0.1.7.tar.gz) = e87a1f023686ebbc63b619e5d6b65f219222f36e
Size (libusb-0.1.7.tar.gz) = 193075 bytes
+SHA1 (patch-aa) = f18a14a2b804c058b8c13f3a8719be14aaa6a081
SHA1 (patch-ac) = cc92318e0979779f6ef03ee653bc94ee2b96a055
diff --git a/devel/libusb/patches/patch-aa b/devel/libusb/patches/patch-aa
new file mode 100644
index 00000000000..2b6b99e2671
--- /dev/null
+++ b/devel/libusb/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2002/11/18 07:05:07 schmonz Exp $
+
+--- configure.orig Sun Nov 17 13:45:22 2002
++++ configure
+@@ -5406,7 +5406,7 @@ EOF
+
+
+ os_support=bsd
+- echo "$ac_t""FreeBSD" 1>&6
++ echo "$ac_t""NetBSD" 1>&6
+ OSLIBS=""
+ ;;
+ *-darwin*)