svn commit: r500971 - head/sysutils/lsof

Mathieu Arnold mat at FreeBSD.org
Wed May 8 08:09:21 UTC 2019


On Tue, May 07, 2019 at 04:37:15PM +0000, Larry Rosenman wrote:
> Author: ler
> Date: Tue May  7 16:37:15 2019
> New Revision: 500971
> URL: https://svnweb.freebsd.org/changeset/ports/500971
> 
> Log:
>   sysutils/lsof: put the SRC_BASE check back where it actually works in poudriere.
> 
> Modified:
>   head/sysutils/lsof/Makefile
> 
> Modified: head/sysutils/lsof/Makefile
> ==============================================================================
> --- head/sysutils/lsof/Makefile	Tue May  7 16:20:57 2019	(r500970)
> +++ head/sysutils/lsof/Makefile	Tue May  7 16:37:15 2019	(r500971)
> @@ -23,15 +23,15 @@ GH_ACCOUNT=	lsof-org
>  
>  SHEBANG_FILES=	scripts/sort_res.perl5
>  
> -.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
> -IGNORE=		requires kernel sources
> -.endif
> -
>  .include <bsd.port.pre.mk>

This ^^ is not needed any more.

>  CONFIGURE_SCRIPT=	Configure
>  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
> +.endif
>  
>  do-install:
>  	${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190508/0360ab60/attachment.sig>


More information about the svn-ports-all mailing list