diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2021-09-11 14:57:58 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 21:23:30 +0000 |
| commit | 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 (patch) | |
| tree | 09bef799707f4b6e715b912429bd3b73c1addf4c /comms | |
| parent | b9a93c0bf4778b9ec327c1be6f819eb1ff90ec19 (diff) | |
Diffstat (limited to 'comms')
| -rw-r--r-- | comms/aprsd/Makefile | 1 | ||||
| -rw-r--r-- | comms/usbmuxd/files/patch-src_usb.c | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/comms/aprsd/Makefile b/comms/aprsd/Makefile index 8e9f34aaf000..bcd9254ef6bf 100644 --- a/comms/aprsd/Makefile +++ b/comms/aprsd/Makefile @@ -12,7 +12,6 @@ COMMENT= Server daemon providing Internet access to APRS packet data LICENSE= GPLv2 -BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)' BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)' GNU_CONFIGURE= yes diff --git a/comms/usbmuxd/files/patch-src_usb.c b/comms/usbmuxd/files/patch-src_usb.c deleted file mode 100644 index 8a6240a3de35..000000000000 --- a/comms/usbmuxd/files/patch-src_usb.c +++ /dev/null @@ -1,17 +0,0 @@ -libusb_has_capability() was implemented in r361977 and is only available on: -FreeBSD >= 1104501, 1201518, 1300098 -However, libusb in all supported versions of FreeBSD supports hotplug events. - -This patch can be safely removed after 11.4 and 12.1 EOL. - ---- src/usb.c.orig 2021-01-21 10:10:40 UTC -+++ src/usb.c -@@ -815,7 +815,7 @@ int usb_init(void) - collection_init(&device_list); - - #ifdef HAVE_LIBUSB_HOTPLUG_API -- if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) { -+ if (1) { - usbmuxd_log(LL_INFO, "Registering for libusb hotplug events"); - res = libusb_hotplug_register_callback(NULL, LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED | LIBUSB_HOTPLUG_EVENT_DEVICE_LEFT, LIBUSB_HOTPLUG_ENUMERATE, VID_APPLE, LIBUSB_HOTPLUG_MATCH_ANY, 0, usb_hotplug_cb, NULL, &usb_hotplug_cb_handle); - if (res == LIBUSB_SUCCESS) { |
