From owner-freebsd-current@freebsd.org Wed Aug 14 22:40:38 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 780C1BDD13; Wed, 14 Aug 2019 22:40:38 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.netplex.net", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4684Kx62HBz45gJ; Wed, 14 Aug 2019 22:40:37 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from [10.237.174.231] (mobile-166-171-186-249.mycingular.net [166.171.186.249]) (authenticated bits=0) by mail.netplex.net (8.15.1/8.15.1/NETPLEX) with ESMTPSA id x7EMeTGa056028 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 14 Aug 2019 18:40:30 -0400 X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.netplex.net [204.213.176.9]); Wed, 14 Aug 2019 18:40:30 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: HEADSUP: drm-current-kmod now installs sources From: Daniel Eischen X-Mailer: iPhone Mail (16G77) In-Reply-To: Date: Wed, 14 Aug 2019 18:40:28 -0400 Cc: freebsd-current@freebsd.org, x11@freebsd.org, current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <67ca217f-b7de-8707-c4de-51e3f895d06f@FreeBSD.org> <469b61c7c939b4e70f4304eaeb73eaae9b1d4c9a.camel@freebsd.org> <20190814192353.166bd3e7d1af44a55a61c915@bidouilliste.com> To: jhb@freebsd.org X-Rspamd-Queue-Id: 4684Kx62HBz45gJ X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-2.90 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.91)[-0.906,0]; ASN(0.00)[asn:6062, ipnet:204.213.176.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2019 22:40:38 -0000 I've lost the original thread, but would the sources in /usr/local/sys/modul= es get built regardless of what MAKEOBJDIRPREFIX is? And, now that sources m= ay be installed by a port, what is the method for _just_ updating the source= s? Why do I even need to build and install the port? Personally, I would j= ust rather have the drm-kmod sources just imported into base and maintained t= here. If I have 2 or more different checked out base src trees, how do I ge= t the correct drm-kmod to go with them if there is only one /usr/local/sys/m= odules? Do I need multiple port trees just to pull in out of tree module so= urces? -- DE=