pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Feb 27 23:43:21 UTC 2018

Modified Files:
        pkgsrc/mk/defaults: mk.conf

Log Message:
Default to devel/libusb-compat for libusb 0.1

No objection on tech-pkg@

Tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 pkgsrc/mk/defaults/mk.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.291 pkgsrc/mk/defaults/mk.conf:1.292
--- pkgsrc/mk/defaults/mk.conf:1.291    Sat Feb 10 13:45:45 2018
+++ pkgsrc/mk/defaults/mk.conf  Tue Feb 27 23:43:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.291 2018/02/10 13:45:45 khorben Exp $
+# $NetBSD: mk.conf,v 1.292 2018/02/27 23:43:21 khorben Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -1246,12 +1246,12 @@ JAKARTA_HOME?= ${JAVA_HOME}/jakarta
 # Possible: any libdvdcss site
 # Default: not defined
 
-LIBUSB_TYPE?= native
+LIBUSB_TYPE?= compat
 # Used in packages using libusb (version 0.x) to choose a specific
 # implementation. On NetBSD, compat has the advantage of not requiring root
 # privileges to locate and use USB devices without a kernel driver.
 # Possible: compat, native
-# Default: native
+# Default: compat
 
 #LATEX2HTML_ICONPATH=
 # Used in the latex2html package to set URL prefix for where to



Home | Main Index | Thread Index | Old Index