Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 07:20:55 +0400
From:      Gleb Popov <6yearold@gmail.com>
To:        Yuri Victorovich <yuri@freebsd.org>
Cc:        ports-committers <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>,  svn-ports-head <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r547871 - in head/finance: hs-hledger hs-hledger-ui hs-hledger-web
Message-ID:  <CALH631k2xQGnLexRg3HLp0hrDpXPMN-Z=0DkACQmX_WZh-P5ng@mail.gmail.com>
In-Reply-To: <202009070012.0870C5Vw006276@repo.freebsd.org>
References:  <202009070012.0870C5Vw006276@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 7, 2020 at 4:12 AM Yuri Victorovich <yuri@freebsd.org> wrote:

> Author: yuri
> Date: Mon Sep  7 00:12:05 2020
> New Revision: 547871
> URL: https://svnweb.freebsd.org/changeset/ports/547871
>
> Log:
>   finance/hs-hledger*: Broken on FreeBSD 11 because they need the the
> C.UTF-8 locale
>

Maybe "en_US.UTF-8" will work?


>   Relevant links:
>   *
> https://unix.stackexchange.com/questions/485073/how-to-backport-freebsd-13-current-c-utf-8-locale-to-11-2-release
>   * https://github.com/simonmichael/hledger/issues/1346
>
> Modified:
>   head/finance/hs-hledger-ui/Makefile
>   head/finance/hs-hledger-web/Makefile
>   head/finance/hs-hledger/Makefile
>
> Modified: head/finance/hs-hledger-ui/Makefile
>
> ==============================================================================
> --- head/finance/hs-hledger-ui/Makefile Sun Sep  6 22:52:04 2020
> (r547870)
> +++ head/finance/hs-hledger-ui/Makefile Mon Sep  7 00:12:05 2020
> (r547871)
> @@ -10,6 +10,8 @@ COMMENT=      UI for hledger, the accounting software
> packa
>  LICENSE=       GPLv3
>  LICENSE_FILE=  ${WRKSRC}/LICENSE
>
> +BROKEN_FreeBSD_11=     needs the the C.UTF-8 locale
> +
>  USES=          cabal
>  USE_LOCALE=    C.UTF-8
>  USE_CABAL=     \
>
> Modified: head/finance/hs-hledger-web/Makefile
>
> ==============================================================================
> --- head/finance/hs-hledger-web/Makefile        Sun Sep  6 22:52:04 2020
>       (r547870)
> +++ head/finance/hs-hledger-web/Makefile        Mon Sep  7 00:12:05 2020
>       (r547871)
> @@ -10,6 +10,8 @@ COMMENT=      Web interface for hledger, the accounting
> sof
>  LICENSE=       GPLv3
>  LICENSE_FILE=  ${WRKSRC}/LICENSE
>
> +BROKEN_FreeBSD_11=     needs the the C.UTF-8 locale
> +
>  USES=          cabal
>  USE_LOCALE=    C.UTF-8
>  USE_CABAL=     \
>
> Modified: head/finance/hs-hledger/Makefile
>
> ==============================================================================
> --- head/finance/hs-hledger/Makefile    Sun Sep  6 22:52:04 2020
> (r547870)
> +++ head/finance/hs-hledger/Makefile    Mon Sep  7 00:12:05 2020
> (r547871)
> @@ -10,6 +10,8 @@ COMMENT=      Accounting software for both power users
> and
>  LICENSE=       GPLv3
>  LICENSE_FILE=  ${WRKSRC}/LICENSE
>
> +BROKEN_FreeBSD_11=     needs the the C.UTF-8 locale
> +
>  USES=          cabal
>  USE_LOCALE=    C.UTF-8
>  USE_CABAL=     \
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALH631k2xQGnLexRg3HLp0hrDpXPMN-Z=0DkACQmX_WZh-P5ng>