Fri Jul 20 11:30:51 2012 UTC ()
devel/libusbx: Mark NOT-FOR-DRAGONFLY

The library has to be specifically and non-trivially ported to each
platform it supports and currently it is not ported to DragonFly.
Moveover, FreeBSD's USB stack, which uses the same API, is intended to
ported to DragonFly in the near future.


(marino)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/libusbx/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/libusbx/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libusbx/Attic/Makefile 2012/05/30 15:28:29 1.1.1.1
+++ pkgsrc/devel/libusbx/Attic/Makefile 2012/07/20 11:30:51 1.2
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.1.1.1 2012/05/30 15:28:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2012/07/20 11:30:51 marino Exp $
2 2
3DISTNAME= libusbx-1.0.11 3DISTNAME= libusbx-1.0.11
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusbx/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusbx/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://libusbx.sourceforge.net/ 9HOMEPAGE= http://libusbx.sourceforge.net/
10COMMENT= USB Access Library (version 1) for of libusb 10COMMENT= USB Access Library (version 1) for of libusb
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
 15NOT_FOR_PLATFORM= DragonFly-*-*
 16
15GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 18USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config 19USE_TOOLS+= pkg-config
18 20
19PKGCONFIG_OVERRIDE+= libusb-1.0.pc.in 21PKGCONFIG_OVERRIDE+= libusb-1.0.pc.in
20 22
21CONFLICTS= libusb1-[0-9]* 23CONFLICTS= libusb1-[0-9]*
22 24
23.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"