MFH: r561090 r561095

editors/zile: fix the build on -CURRENT

libgnuregex has been removed in FreeBSD 13.0. The version in base had a
number of known or likely bugs associated with it, so just use the newer
and more stable port on all supported FreeBSD versions.

PR:		252251
Approved by:	maintainer (culot)

editors/zile: pick up missing PORTREVISION bump

r561090 intended to bump the PORTREVISION so that builders on earlier
FreeBSD versions pick up the more stable libgnuregex. Do so now.
This commit is contained in:
Kyle Evans 2021-01-10 17:57:33 +00:00
parent aeef3374f3
commit ec6b037fec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561097

View File

@ -3,7 +3,7 @@
PORTNAME= zile
PORTVERSION= 2.4.14
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= editors
MASTER_SITES= GNU
@ -12,7 +12,8 @@ COMMENT= Small emacs-like text editor
LICENSE= GPLv3
LIB_DEPENDS= libgc.so:devel/boehm-gc
LIB_DEPENDS= libgc.so:devel/boehm-gc \
libgnuregex.so.6:devel/libgnuregex
BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man
USES= gmake ncurses perl5 pkgconfig compiler:c++11-lang
@ -27,7 +28,7 @@ PLIST_FILES= bin/${PORTNAME} \
%%DOCSDIR%%/NEWS \
%%DOCSDIR%%/dotzile.sample
CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex
post-patch: