Date: Tue, 25 Nov 2025 19:14:55 +0000 From: Sergey A. Osokin <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 505065c36062 - main - devel/libedit: add a workaround fixing man pages rendering issue Message-ID: <6926002f.25a91.13344a5e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=505065c36062170844e51566180bc405fd7ce294 commit 505065c36062170844e51566180bc405fd7ce294 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2025-11-25 19:12:49 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2025-11-25 19:14:46 +0000 devel/libedit: add a workaround fixing man pages rendering issue Bump PORTREVISION. PR: 291213 Sponsored by: tipi.work --- devel/libedit/Makefile | 1 + devel/libedit/files/patch-configure | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile index 7f9cfa1f63a0..002593946f72 100644 --- a/devel/libedit/Makefile +++ b/devel/libedit/Makefile @@ -1,5 +1,6 @@ PORTNAME= libedit DISTVERSION= 3.1-20251016 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://thrysoee.dk/editline/ diff --git a/devel/libedit/files/patch-configure b/devel/libedit/files/patch-configure new file mode 100644 index 000000000000..d3a77b6c7549 --- /dev/null +++ b/devel/libedit/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 2025-11-25 18:37:32 UTC ++++ configure +@@ -14914,6 +14914,7 @@ test -n "$NROFF" || NROFF="/bin/false" + MANTYPE=mdoc + fi + ++MANTYPE=mdoc + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tgetent in -lncurses" >&5home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6926002f.25a91.13344a5e>
