Tue Feb 27 23:43:21 2018 UTC ()
Default to devel/libusb-compat for libusb 0.1

No objection on tech-pkg@

Tested on NetBSD/amd64.


(khorben)
diff -r1.291 -r1.292 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.291 -r1.292 pkgsrc/mk/defaults/mk.conf (expand / switch to unified diff)

--- pkgsrc/mk/defaults/mk.conf 2018/02/10 13:45:45 1.291
+++ pkgsrc/mk/defaults/mk.conf 2018/02/27 23:43:21 1.292
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.291 2018/02/10 13:45:45 khorben Exp $ 1# $NetBSD: mk.conf,v 1.292 2018/02/27 23:43:21 khorben Exp $
2# 2#
3 3
4# This file provides default values for variables that may be overridden 4# This file provides default values for variables that may be overridden
5# in the MAKECONF file, which is /etc/mk.conf by default. 5# in the MAKECONF file, which is /etc/mk.conf by default.
6# 6#
7# Note: This file is included after the MAKECONF file, so you cannot query 7# Note: This file is included after the MAKECONF file, so you cannot query
8# these default values in the MAKECONF using the ".if" and ".for" 8# these default values in the MAKECONF using the ".if" and ".for"
9# preprocessing directives. 9# preprocessing directives.
10 10
11# ************************************************************************ 11# ************************************************************************
12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS. 12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
13# ************************************************************************ 13# ************************************************************************
14 14
@@ -1236,32 +1236,32 @@ JAKARTA_HOME?= ${JAVA_HOME}/jakarta @@ -1236,32 +1236,32 @@ JAKARTA_HOME?= ${JAVA_HOME}/jakarta
1236# LIBDVDCSS_HOMEPAGE definition in this Makefile. 1236# LIBDVDCSS_HOMEPAGE definition in this Makefile.
1237# Possible: any libdvdcss site 1237# Possible: any libdvdcss site
1238# Default: not defined 1238# Default: not defined
1239 1239
1240#LIBDVDCSS_MASTER_SITES= 1240#LIBDVDCSS_MASTER_SITES=
1241# Used in libdvdcss package as the master site. 1241# Used in libdvdcss package as the master site.
1242# In order to ensure compliance with U.S. and international law, please 1242# In order to ensure compliance with U.S. and international law, please
1243# do not modify this variable to provide pointers to the homepage 1243# do not modify this variable to provide pointers to the homepage
1244# for this software or submit any PRs telling us the contents of the 1244# for this software or submit any PRs telling us the contents of the
1245# LIBDVDCSS_MASTER_SITES definition in this Makefile. 1245# LIBDVDCSS_MASTER_SITES definition in this Makefile.
1246# Possible: any libdvdcss site 1246# Possible: any libdvdcss site
1247# Default: not defined 1247# Default: not defined
1248 1248
1249LIBUSB_TYPE?= native 1249LIBUSB_TYPE?= compat
1250# Used in packages using libusb (version 0.x) to choose a specific 1250# Used in packages using libusb (version 0.x) to choose a specific
1251# implementation. On NetBSD, compat has the advantage of not requiring root 1251# implementation. On NetBSD, compat has the advantage of not requiring root
1252# privileges to locate and use USB devices without a kernel driver. 1252# privileges to locate and use USB devices without a kernel driver.
1253# Possible: compat, native 1253# Possible: compat, native
1254# Default: native 1254# Default: compat
1255 1255
1256#LATEX2HTML_ICONPATH= 1256#LATEX2HTML_ICONPATH=
1257# Used in the latex2html package to set URL prefix for where to 1257# Used in the latex2html package to set URL prefix for where to
1258# find latex2html's icons. 1258# find latex2html's icons.
1259# Possible: a URL prefix 1259# Possible: a URL prefix
1260# Default: none 1260# Default: none
1261 1261
1262LEAFNODE_DATA_DIR?= ${VARBASE}/news 1262LEAFNODE_DATA_DIR?= ${VARBASE}/news
1263# Used by leafnode to specify the data directory. 1263# Used by leafnode to specify the data directory.
1264# Possible: any path you like 1264# Possible: any path you like
1265# Default: ${VARBASE}/news 1265# Default: ${VARBASE}/news
1266# Note: default is the same as INN_DATA_DIR 1266# Note: default is the same as INN_DATA_DIR
1267 1267