From owner-freebsd-ports@FreeBSD.ORG Fri Mar 7 22:58:13 2014 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 ESMTPS id 19FC17DD; Fri, 7 Mar 2014 22:58:13 +0000 (UTC) Received: from mail-yk0-x22e.google.com (mail-yk0-x22e.google.com [IPv6:2607:f8b0:4002:c07::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADA419D9; Fri, 7 Mar 2014 22:58:12 +0000 (UTC) Received: by mail-yk0-f174.google.com with SMTP id 20so12498013yks.5 for ; Fri, 07 Mar 2014 14:58:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/5/ZK7Lq4aUyRfgAkZ0thZGpvbi6fe87/ioiUVmd+tk=; b=BIad3UXvp5+E1gGSZmLtTtmQ8Y5Z7FLyp/rLRYBO3IHYfw3yS6422fyX/clKd27W0b Djs4XW0yYdZLWmnUM9aHVbVnycARtowNgVd01lWyOX6UlfGBPq4NRuJB+OXsfD+8v+l/ YwiS7zZii+g4jionRxqyHnyPzq+J/yKxcjkFL7E5+XenTVMR4HuDthrUB760MLnMIFo5 Bujs64q43aHl9hSkKGAXrYqDRMrmqYofU9NeZYI61boH4VPfnrWF/C50o+LDDHYvyx+f yqotqq58CdMQUAGVEwEfiGRh+99SU0OSH3KYj1PqfyBba5rvRztwlmDeh6gMHgS/m9Ga bRzg== MIME-Version: 1.0 X-Received: by 10.236.206.7 with SMTP id k7mr14232210yho.84.1394233091637; Fri, 07 Mar 2014 14:58:11 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Fri, 7 Mar 2014 14:58:11 -0800 (PST) In-Reply-To: <1187603415.20140308025102@serebryakov.spb.ru> References: <1187603415.20140308025102@serebryakov.spb.ru> Date: Fri, 7 Mar 2014 23:58:11 +0100 X-Google-Sender-Auth: 08sK8oln8ofeYLIUPviGHN7XpXM Message-ID: Subject: Re: bsd.kmod.mk conflicts with port STAGE'ing From: Antoine Brodin To: lev@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Hackers , FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 22:58:13 -0000 On Fri, Mar 7, 2014 at 11:51 PM, Lev Serebryakov wrote: > Hello, FreeBSD. > > If software uses FreeBSD makefile infrastructure and build kernel module > (with using .include ), it could not be properly staged in ports, as > kernel module is installed with "install -o root -g wheel" always. > > Is here any way to workaround this problem? Hi, Try: USES= kmod uidfix Cheers, Antoine