Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 00:12:05 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547871 - in head/finance: hs-hledger hs-hledger-ui hs-hledger-web
Message-ID:  <202009070012.0870C5Vw006276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  
  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?202009070012.0870C5Vw006276>