pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libusb devel/libusb: ONLY_FOR_PLATFORM=- DragonFly



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8885430484e1
branches:  trunk
changeset: 355471:8885430484e1
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat Dec 03 04:19:05 2016 +0000

description:
devel/libusb: ONLY_FOR_PLATFORM=- DragonFly

The old USB headers were removed long ago and I don't think this 3rd party
USB library is functional on DragonFly anymore (even if it were buildable,
which its not).  I'm wondering if this is not also the case for FreeBSD?

Any important software that depends on libusb (SDL2?) will need to
support the base libusb.so in DragonFly (and FreeBSD?).

diffstat:

 devel/libusb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 75574ad7c282 -r 8885430484e1 devel/libusb/Makefile
--- a/devel/libusb/Makefile     Sat Dec 03 04:08:53 2016 +0000
+++ b/devel/libusb/Makefile     Sat Dec 03 04:19:05 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/04/10 15:26:57 richard Exp $
+# $NetBSD: Makefile,v 1.39 2016/12/03 04:19:05 marino Exp $
 
 DISTNAME=      libusb-0.1.12
 PKGREVISION=   4
@@ -22,7 +22,7 @@
 # supports one of these APIs, add it here and also in the configure
 # script. Solaris support has been hacked on separately.
 ONLY_FOR_PLATFORM=     Linux-*-*
-ONLY_FOR_PLATFORM+=    NetBSD-*-* OpenBSD-*-* FreeBSD-*-* DragonFly-*-*
+ONLY_FOR_PLATFORM+=    NetBSD-*-* OpenBSD-*-* FreeBSD-*-*
 ONLY_FOR_PLATFORM+=    Darwin-*-*
 ONLY_FOR_PLATFORM+=    SunOS-*-*
 



Home | Main Index | Thread Index | Old Index