bsd.kmod.mk conflicts with port STAGE'ing

Antoine Brodin antoine at FreeBSD.org
Fri Mar 7 22:58:13 UTC 2014


On Fri, Mar 7, 2014 at 11:51 PM, Lev Serebryakov <lev at 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


More information about the freebsd-hackers mailing list