Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2022 05:44:31 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e016e8ba24f7 - main - print/lgrind: Mark BROKEN
Message-ID:  <202202190544.21J5iVmJ075895@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e016e8ba24f75dca21b414601bba435959d0f392

commit e016e8ba24f75dca21b414601bba435959d0f392
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-19 05:43:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-19 05:43:16 +0000

    print/lgrind: Mark BROKEN
    
    Fails to build with new TeX2021
---
 print/lgrind/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile
index aa8a3aeb2eeb..5575037cc780 100644
--- a/print/lgrind/Makefile
+++ b/print/lgrind/Makefile
@@ -13,15 +13,13 @@ COMMENT=	Produce beautiful listings of source code with LaTeX
 # Converted from RESTRICTED
 LICENSE=	lgrind-license
 LICENSE_NAME=	lgrind
-LICENSE_TEXT=	According to the README-file there is a license issue \
-		because of non-free code. Check the README file within \
-		the source tarball. No response from author of some code \
-		this port is based on.
+LICENSE_TEXT=	According to the README-file there is a license issue because of non-free code. Check the README file within the source tarball. No response from author of some code this port is based on.
 LICENSE_PERMS=	auto-accept
 
-USE_TEX=	latex texhash
+BROKEN=		fails to build with latest TeX2021
 
 USES=		zip
+USE_TEX=	latex texhash
 
 post-patch:
 # PREFIX safeness



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