diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile index 7f9cfa1f63a0..002593946f72 100644 --- a/devel/libedit/Makefile +++ b/devel/libedit/Makefile @@ -1,24 +1,25 @@ PORTNAME= libedit DISTVERSION= 3.1-20251016 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://thrysoee.dk/editline/ DISTNAME= ${PORTNAME}-${PORTVERSION:E}-${PORTVERSION:R} MAINTAINER= osa@FreeBSD.org COMMENT= Command line editor library WWW= https://thrysoee.dk/editline/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe libtool localbase ncurses pathfix CPE_VENDOR= libedit_project USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-examples INSTALL_TARGET= install-strip .include 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" >&5