On Tue, Mar 11, 2014 at 04:51:06PM +0100, Martin Pieuchot wrote:
> Diff below is a major update to the last libusb (previously libusbx)
> release.  Our backend has been updated upstream and this update
> includes various fixes.  But since *a lot* of development happened
> since our previous packaged version, I'd like to hear from you, USB
> users, to know if this new version introduces any regression.
> 
> Comments and oks are also welcome :)

Any QEMU users interested in testing re-enabling the USB
host support?


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.114
diff -u -p -u -p -r1.114 Makefile
--- Makefile    9 Mar 2014 22:50:17 -0000       1.114
+++ Makefile    16 Mar 2014 17:46:18 -0000
@@ -5,7 +5,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc sparc
 COMMENT=       multi system emulator
 
 DISTNAME=      qemu-1.7.0
-REVISION=      0
+REVISION=      1
 CATEGORIES=    emulators
 MASTER_SITES=  http://wiki.qemu.org/download/
 EXTRACT_SUFX=  .tar.bz2
@@ -21,13 +21,15 @@ WANTLIB=    GL SDL X11 Xcomposite Xcursor X
                Xrandr Xrender atk-1.0 c cairo curl fdt fontconfig freetype \
                gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gnutls gobject-2.0 \
                gthread-2.0 gtk-x11-2.0 jpeg m ncurses pango-1.0 pangocairo-1.0 
\
-               pangoft2-1.0 pixman-1 png pthread pthread-stubs ssh2 util vte z
+               pangoft2-1.0 pixman-1 png pthread pthread-stubs ssh2 usb-1.0 
util \
+               vte z
 
 MODULES=       devel/gettext \
                lang/python
 BUILD_DEPENDS= textproc/texi2html
 LIB_DEPENDS=   devel/dtc>=1.3.0 \
                devel/glib2 \
+               devel/libusb1>=1.0.18 \
                devel/sdl \
                devel/vte \
                graphics/jpeg \
@@ -64,7 +66,6 @@ CONFIGURE_ARGS=       --prefix=${PREFIX} \
                --extra-ldflags="${EXTRA_LDFLAGS}" \
                --disable-bsd-user \
                --disable-libiscsi \
-               --disable-libusb \
                --disable-smartcard-nss \
                --disable-spice \
                --disable-uuid \

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to