From e1b689244dc505f84dedd3b9d1de5418bcc2bc32 Mon Sep 17 00:00:00 2001 From: Aicaya Maro Date: Sun, 24 Dec 2023 21:25:20 -0400 Subject: [PATCH] libedit: fix badly-generated man pages If nroff isn't detected by the build script, it will attempt to convert the mdoc macros into classic man macros. Unfortunately, this results in the syntax being broken to the point where the man pages are pretty much useless. Adding groff as a make dependency fixes this. --- srcpkgs/libedit/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libedit/template b/srcpkgs/libedit/template index 96f4b0cf54e6d..ceb1c68276e7d 100644 --- a/srcpkgs/libedit/template +++ b/srcpkgs/libedit/template @@ -1,8 +1,9 @@ # Template file for 'libedit' pkgname=libedit version=20230828.3.1 -revision=1 +revision=2 build_style=gnu-configure +hostmakedepends="groff" makedepends="ncurses-devel" short_desc="Port of the NetBSD Command Line Editor Library" maintainer="Orphaned "