Date: Mon, 1 Jul 2019 10:01:17 +0200 From: =?UTF-8?Q?Ren=C3=A9_Ladan?= <rene@freebsd.org> To: Larry Rosenman <ler@freebsd.org> Cc: ports-committers <ports-committers@freebsd.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r505444 - head/sysutils/lsof Message-ID: <CADL2u4hCH9HSdu=UzdgOkfa4mn1c6xjn2TwrdW%2BXdyrBDECgWA@mail.gmail.com> In-Reply-To: <201906301915.x5UJFU4J074561@repo.freebsd.org> References: <201906301915.x5UJFU4J074561@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Just looking at the diff from this email, would it be possible to use USES=3Dkmod instead of handcoding this check and setting up flags? Ren=C3=A9 Op zo 30 jun. 2019 21:15 schreef Larry Rosenman <ler@freebsd.org>: > Author: ler > Date: Sun Jun 30 19:15:30 2019 > New Revision: 505444 > URL: https://svnweb.freebsd.org/changeset/ports/505444 > > Log: > sysutils/lsof: quiet portlint. > > Modified: > head/sysutils/lsof/Makefile > > Modified: head/sysutils/lsof/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/lsof/Makefile Sun Jun 30 18:25:03 2019 (r505443) > +++ head/sysutils/lsof/Makefile Sun Jun 30 19:15:30 2019 (r505444) > @@ -31,7 +31,7 @@ CONFIGURE_ARGS=3D -n freebsd > CONFIGURE_ENV=3D LSOF_CC=3D"${CC}" FREEBSD_SYS=3D"${SRC_BASE}/sys" > > .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) > -IGNORE=3D requires kernel sources > +IGNORE+=3D requires kernel sources > .endif > > do-install: > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADL2u4hCH9HSdu=UzdgOkfa4mn1c6xjn2TwrdW%2BXdyrBDECgWA>