svn commit: r505444 - head/sysutils/lsof

René Ladan rene at freebsd.org
Mon Jul 1 08:01:37 UTC 2019


Just looking at the diff from this email, would it be possible to use
USES=kmod instead of handcoding this check and setting up flags?

René

Op zo 30 jun. 2019 21:15 schreef Larry Rosenman <ler at 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
>
> ==============================================================================
> --- 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=       -n freebsd
>  CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
>
>  .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
> -IGNORE=                requires kernel sources
> +IGNORE+=               requires kernel sources
>  .endif
>
>  do-install:
>
>


More information about the svn-ports-head mailing list