From owner-freebsd-ports@FreeBSD.ORG Wed Oct 30 14:38:25 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D045D90; Wed, 30 Oct 2013 14:38:25 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7828F26A6; Wed, 30 Oct 2013 14:38:24 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id cb5so6910516wib.1 for ; Wed, 30 Oct 2013 07:38:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=eoStLD8UiBcWDSC5NKlrtxfOMX7nh+rLrRB4qNhbZ0k=; b=pE2zkzn0ZKYW0I/HhTaHNzrsJqytK1l4kByHKqp9N/Tm9fsZu+kH4kl/oXlnrDMtkC VaWeBFXWoNXWj6qa3V4ayibbYsP0Lbf67UInnM/D5dVeAxN7NUb75PUa8+qfc+/BdyPf skxtpay6J4713EcePU2MZBdogWMv8HUQGE8yVwEzcTTetJCvfl0acfbt4+XgNQW3Fo0e 8izha3a6VpDSwwBcAu+iRQXl/4/bvdcPjDPgwKKpG3A/Ydud0GfQwWBD+UULk3yX+sZ/ WxvZodYqiMJxC1V6xfut26H/6DIXUxbC1sb2DiFUtT2ZBCFNlw5mMnBXAUmUFXIeh7yu PfKg== X-Received: by 10.180.126.103 with SMTP id mx7mr3069139wib.39.1383143902940; Wed, 30 Oct 2013 07:38:22 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:6482:b50c:2533:94cb? ([2001:980:d7ed:1:6482:b50c:2533:94cb]) by mx.google.com with ESMTPSA id ma3sm16237499wic.1.2013.10.30.07.38.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Oct 2013 07:38:22 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <527119DD.2010005@freebsd.org> Date: Wed, 30 Oct 2013 15:38:21 +0100 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: gahr@FreeBSD.org Subject: Re: RFC: USES=kernsrc References: <20131030142754.GZ29559@gahrfit.gahr.ch> In-Reply-To: <20131030142754.GZ29559@gahrfit.gahr.ch> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd 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: Wed, 30 Oct 2013 14:38:25 -0000 On 30-10-2013 15:27, Pietro Cerutti wrote: > On 2013-Oct-29, 16:09, René Ladan wrote: >> Hi all, >> >> while stagifying the sysutils/biosfont port together with bapt@ at >> last EuroBSDCon the idea for a USES=kernsrc (or USES=kld ?) came up. >> This new USES would both simplify and unify writing kernel module >> ports because it adds all the common lines. >> >> The result is at http://people.freebsd.org/~rene/patches/kernsrc.mk > > ITYM http://people.freebsd.org/~rene/patches/kmod.mk Yes, I renamed the file for clarity. René