Date: Fri, 7 Mar 2014 23:58:11 +0100 From: Antoine Brodin <antoine@FreeBSD.org> To: lev@freebsd.org Cc: FreeBSD Hackers <freebsd-hackers@freebsd.org>, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: bsd.kmod.mk conflicts with port STAGE'ing Message-ID: <CAALwa8=dJ1jjCgERhJHO-hM3XM0cQR6DNnNYRExbgf1G-ryk9A@mail.gmail.com> In-Reply-To: <1187603415.20140308025102@serebryakov.spb.ru> References: <1187603415.20140308025102@serebryakov.spb.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 7, 2014 at 11:51 PM, Lev Serebryakov <lev@freebsd.org> wrote: > Hello, FreeBSD. > > If software uses FreeBSD makefile infrastructure and build kernel module > (with using .include <bsd.kmod.mk>), 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8=dJ1jjCgERhJHO-hM3XM0cQR6DNnNYRExbgf1G-ryk9A>