From owner-freebsd-ports@freebsd.org Sat Aug 27 16:10:58 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE386B76C66 for ; Sat, 27 Aug 2016 16:10:58 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.5.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFB30FC for ; Sat, 27 Aug 2016 16:10:58 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 067F3CA96; Sat, 27 Aug 2016 09:10:57 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1472314257; bh=/XeK6Pxrkg/H7iGXWFh1jNTSEnhW1JDT2Ta4o3XCTPs=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=k2fAVBcIrSIGBggxAKbo7qZT2orzW4Dlr2/mLnR9H8uzife320yLOGiUd/uIi7gAW FyanrdpkN4KdxNKLy2WxfqlLj8BubA7IBTtL+ANQmrydy4NW5UVsvJe+uq07Y63BeU y3ADCrR9DBvGF4xly0Cb19pNr/nrgYW9oxf8wADM= X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h4.esturion.net [65.101.5.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id 4FFCACA8D; Sat, 27 Aug 2016 09:10:56 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1472314256; bh=/XeK6Pxrkg/H7iGXWFh1jNTSEnhW1JDT2Ta4o3XCTPs=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=J0JW4Wa3mJBHEIs1XUp8m8CmqB4qHhNJL7b+5tQDkBvS4vMcTTxiasyXRTYfU2xG1 YlNPrB9lE4bSirxYFBp7wp5/rAI2lQtYrq5UJB0D6nEeoE/uSBQls9/ETiyoL8/7jN o2ZjMF4hh1qJXl62AxjK47khMfeI753RPwGMmDgk= Subject: Re: Forcing poudriere to rebuild a package and all dependencies To: "Matthew D. Fuller" References: <58f20db2-7d41-ee44-0ab3-0c57f638eee3@pinyon.org> <20160827134659.GT79735@over-yonder.net> Cc: freebsd-ports@freebsd.org From: "Russell L. Carter" Message-ID: Date: Sat, 27 Aug 2016 09:10:55 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160827134659.GT79735@over-yonder.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2016 16:10:59 -0000 On 08/27/16 06:46, Matthew D. Fuller wrote: > On Fri, Aug 26, 2016 at 03:21:16PM -0700 I heard the voice of > Russell L. Carter, and lo! it spake thus: >> >> Here's my /usr/local/etc/poudriere.d/make.conf, [...] >> [...] >> # Set this to the list of ports you wish to rebuild every time the >> # kernel is built. >> PORTS_MODULES=nvidia-driver-340 nvidia-driver virtualbox-ose-kmod >> sysutils/vm-bhyve sysutils/pefs-kmod > > Incidentally, PORTS_MODULES is a var used by the _kernel_ build, not > anything in the _ports_, so setting it in the poudriere environment > doesn't do anything. > > Hmm, ok. How would a kernel build know anything at all about building a specific port? I'm apparently missing something... Thanks, Russell