Received: by mail.netbsd.org (Postfix, from userid 605) id A22A684DE5; Tue, 27 Feb 2018 23:43:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBD4484D84 for ; Tue, 27 Feb 2018 23:43:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OEs0JmnM5BYy for ; Tue, 27 Feb 2018 23:43:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 12D6A84C74 for ; Tue, 27 Feb 2018 23:43:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 077BBFB40; Tue, 27 Feb 2018 23:43:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519775002148550" MIME-Version: 1.0 Date: Tue, 27 Feb 2018 23:43:22 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20180227234322.077BBFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519775002148550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1519775002148550 Content-Disposition: inline Content-Length: 995 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1519775002148550--