From owner-freebsd-ports@FreeBSD.ORG Mon Nov 4 07:46:04 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B4B49120 for ; Mon, 4 Nov 2013 07:46:04 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A62121DC for ; Mon, 4 Nov 2013 07:46:04 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id wm4so6692096obc.23 for ; Sun, 03 Nov 2013 23:46:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=n4iKF9FW4uBw4HzTVxon2JxS2F5DteD3tecoOXKtC8o=; b=CbzTW1kMBUDNFXgTXjdjdIbF+Y0fkDkUCDjuruxYMIrQ6rzLNiVN7MECw0L63l9Emu mqCQwS4xmxvyZhQ4pui2iADqeZhXIlMnj7ctWmToNAdSXbrr5zmWLkWVKbZE/PsqkTL4 HWr7Pu9PrzTPIXlo2uA+UQQkPu0IQxYJw9eDg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to:cc:content-type; bh=n4iKF9FW4uBw4HzTVxon2JxS2F5DteD3tecoOXKtC8o=; b=BxL5QUlnwB/F/Ufj8uPxOUJGMOSOIV7KIIJzttEUVKX56bKkj79BOUXjr+CSt4oacD 5003jIthNWsgEHBAhQzVoJBSKjs4NOyhCB38ZwqdK3kxcl+ujjwNjKwQwHOg//XAYDCW yCGxSUOX3E6pBj7T3Ezb3lEcRIeurZQVUcH5WkBehrfx2WsIXBmI1swqBS0GkEVMGsb6 AV6fKA+UwSaXIJ4djHl3rw7GoWzVJn3vFX6AfHBKlAkLaIE9NG1Ob4Q4hnPuDyOYh4ly 5W2sxEFnczG9m0ubL3UHyBN+xSn4rRf50g66F4LllD9GvLzxFXlmuVx3Soi74VZ40j2+ TRvw== X-Gm-Message-State: ALoCoQn9MuROnD3x1pABM7Uz0CLKxaOo81/7GYc+bdv3ziH5ngFlBJ0kVwX1+4RJhCIPmWMPbJxI MIME-Version: 1.0 X-Received: by 10.182.80.196 with SMTP id t4mr13371300obx.1.1383551163699; Sun, 03 Nov 2013 23:46:03 -0800 (PST) Sender: decke@bluelife.at Received: by 10.76.154.2 with HTTP; Sun, 3 Nov 2013 23:46:03 -0800 (PST) X-Originating-IP: [46.75.64.169] Received: by 10.76.154.2 with HTTP; Sun, 3 Nov 2013 23:46:03 -0800 (PST) Date: Mon, 4 Nov 2013 08:46:03 +0100 X-Google-Sender-Auth: nH5kX8XFF_TUWEnA1hrkOT2ypQI Message-ID: Subject: KMODDIR needs to be fixed [was: Re: [QAT] r332657: 4x leftovers] From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: =?ISO-8859-1?Q?Ren=E9_Ladan?= Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "ports@freebsd.org Ports" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 07:46:04 -0000 Am 04.11.2013 02:20 schrieb "Ports-QAT" : > > Explicitly set KMODDIR to /boot/modules to avoid picking up /boot/kernel > as KMODDIR from /usr/share/mk/bsd.own.mk included by the distribution > Makefile. Yeah I have noticed the same problem with vbox some months ago when I tried to support overriding KMODDIR. This would be needed by some jails that have a read only /boot. I think we should fix this properly now that we have you new USES=kernsrc. We can either introduce a new variable PORTSKMODDIR or we hack/fix bsd.own.mk.