Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2023 19:55:02 -0700
From:      Cy Schubert <Cy.Schubert@cschubert.com>
To:        Cy Schubert <cy@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 79bdbf328c82 - main - shells/ksh*: Remove BROKEN for  missing sbrk()
Message-ID:  <20230326025502.42AD5281@slippy.cwsent.com>
In-Reply-To: <202303260250.32Q2oPqv039367@gitrepo.freebsd.org>
References:  <202303260250.32Q2oPqv039367@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <202303260250.32Q2oPqv039367@gitrepo.freebsd.org>, Cy Schubert 
write
s:
> The branch main has been updated by cy:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=79bdbf328c82bf586aac15543d4efd
> bb3439051e
>
> commit 79bdbf328c82bf586aac15543d4efdbb3439051e
> Author:     Cy Schubert <cy@FreeBSD.org>
> AuthorDate: 2023-03-26 02:45:45 +0000
> Commit:     Cy Schubert <cy@FreeBSD.org>
> CommitDate: 2023-03-26 02:49:11 +0000
>
>     shells/ksh*: Remove BROKEN for missing sbrk()
>     
>     As of Jan 26, 2021, ksh (ksh93/ksh) no longer needs sbrk(). Remove
>     BROKEN for architectures that don't have sbrk(2). See upstream issue
>     https://github.com/ksh93/ksh/issues/154.

Reported and tested by:	Martijn Dekker <martijn _AT_ inlv.org>

> ---
>  shells/ksh-devel/Makefile | 2 --
>  shells/ksh/Makefile       | 3 ---
>  2 files changed, 5 deletions(-)
>
> diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile
> index 4936afe19d81..286986db167a 100644
> --- a/shells/ksh-devel/Makefile
> +++ b/shells/ksh-devel/Makefile
> @@ -20,8 +20,6 @@ WWW=		http://www.kornshell.com/
>  
>  LICENSE=	EPL
>  
> -BROKEN_aarch64=		Fails to link: missing sbrk
> -BROKEN_riscv64=		Fails to link: missing sbrk
>  BROKEN_FreeBSD_12=	exit code 139 making lib/libcmd
>  
>  HASH=		72d895d8
> diff --git a/shells/ksh/Makefile b/shells/ksh/Makefile
> index 8069330dcc2d..ba60f82e33f3 100644
> --- a/shells/ksh/Makefile
> +++ b/shells/ksh/Makefile
> @@ -19,9 +19,6 @@ WWW=		http://www.kornshell.com/
>  
>  LICENSE=	EPL
>  
> -BROKEN_aarch64=		Fails to link: missing sbrk
> -BROKEN_riscv64=		Fails to link: missing sbrk
> -
>  USES=		compiler:c11
>  
>  USE_GITHUB=	yes



-- 
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  https://FreeBSD.org
NTP:           <cy@nwtime.org>    Web:  https://nwtime.org

			e^(i*pi)+1=0





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