af678184fe
pkgsrc changes: * Delete several Solaris backend patches, 1.0.21 contains all of them (patch-libusb_os_sunos__usb.c is still needed though) Changes: 2016-10-01: v1.0.21: * Core: Refactor code related to transfer flags and timeout handling * Darwin: Ignore root hub simulation devices * Darwin: Improved support for OS X El Capitan * Darwin: Work around devices with buggy endpoint descriptors * Darwin: Do not use objc_registerThreadWithCollector after its deprecation * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated * Linux: Support preallocating kernel memory for zerocopy USB * Linux: Deal with receiving POLLERR before all transfers have completed * Solaris: Add solaris backend * Windows: Add Visual Studio 2015 support * Windows: Add usbdk backend * Prevent attempts to recursively handle events * Fix race condition in handle_timeout() * Allow transferred argument to be optional in bulk APIs * Various other bug fixes and improvements
18 lines
554 B
Text
18 lines
554 B
Text
$NetBSD: patch-configure,v 1.5 2017/10/02 13:20:28 leot Exp $
|
|
|
|
prepare DragonFlyBSD backend support
|
|
|
|
--- configure.orig 2016-03-25 05:42:03.826039410 +0000
|
|
+++ configure
|
|
@@ -11939,6 +11942,11 @@ $as_echo "OpenBSD" >&6; }
|
|
backend="openbsd"
|
|
threads="posix"
|
|
;;
|
|
+*-dragonfly*)
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: DragonflyBSD (using OpenBSD backend)" >&5
|
|
+$as_echo "DragonflyBSD (using OpenBSD backend)" >&6; }
|
|
+ backend="openbsd"
|
|
+ ;;
|
|
*-netbsd*)
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: NetBSD" >&5
|
|
$as_echo "NetBSD" >&6; }
|