pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libusb
Module Name: pkgsrc
Committed By: marino
Date: Sat Dec 3 04:19:05 UTC 2016
Modified Files:
pkgsrc/devel/libusb: Makefile
Log Message:
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?).
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/libusb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libusb/Makefile
diff -u pkgsrc/devel/libusb/Makefile:1.38 pkgsrc/devel/libusb/Makefile:1.39
--- pkgsrc/devel/libusb/Makefile:1.38 Sun Apr 10 15:26:57 2016
+++ pkgsrc/devel/libusb/Makefile Sat Dec 3 04:19:05 2016
@@ -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 @@ PKGCONFIG_OVERRIDE+= libusb.pc.in
# 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