Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Dec 2023 02:36:19 +0100
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        Larry Rosenman <ler@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 8d096cbc7af5 - main - sysutils/lsof: add a build depends on bash for the timebeing.
Message-ID:  <653e5bc3811b06d371517936f02cf0c2@FreeBSD.org>
In-Reply-To: <202312050108.3B518qwD065426@gitrepo.freebsd.org>
References:  <202312050108.3B518qwD065426@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2023-12-05 02:08, Larry Rosenman wrote:
> The branch main has been updated by ler:
> 
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=8d096cbc7af5b97f8b8a21255c57942d721366b9
> 
> commit 8d096cbc7af5b97f8b8a21255c57942d721366b9
> Author:     Larry Rosenman <ler@FreeBSD.org>
> AuthorDate: 2023-12-05 01:07:29 +0000
> Commit:     Larry Rosenman <ler@FreeBSD.org>
> CommitDate: 2023-12-05 01:08:47 +0000
> 
>     sysutils/lsof:  add a build depends on bash for the timebeing.
> 
>     PR:             275543
>     Reported by:    jakub_lach@mailplus.pl
> ---
>  sysutils/lsof/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
> index 722dece24d75..65fe53ae4ca8 100644
> --- a/sysutils/lsof/Makefile
> +++ b/sysutils/lsof/Makefile
> @@ -3,6 +3,7 @@
> 
>  PORTNAME=	lsof
>  DISTVERSION=	4.99.0
> +PORTREVISION=	1
>  PORTEPOCH=	8
>  CATEGORIES=	sysutils
> 
> @@ -41,6 +42,7 @@ CONFIGURE_SCRIPT=	Configure
>  CONFIGURE_ARGS=		-n freebsd
>  CONFIGURE_ENV=		FREEBSD_SYS="${SRC_BASE}/sys" \
>  			LSOF_CC="${CC}"
> +BUILD_DEPENDS=		/usr/local/bin/bash:shells/bash

s,/usr/local,${LOCALBASE},


HTH
-- 
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?653e5bc3811b06d371517936f02cf0c2>