Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 17:38:50 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561091 - head/textproc/chpp
Message-ID:  <202101101738.10AHcoES064591@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Sun Jan 10 17:38:50 2021
New Revision: 561091
URL: https://svnweb.freebsd.org/changeset/ports/561091

Log:
  textproc/chpp: fix the build against -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:		252256
  MFH:		2021Q1

Modified:
  head/textproc/chpp/Makefile

Modified: head/textproc/chpp/Makefile
==============================================================================
--- head/textproc/chpp/Makefile	Sun Jan 10 17:36:11 2021	(r561090)
+++ head/textproc/chpp/Makefile	Sun Jan 10 17:38:50 2021	(r561091)
@@ -3,7 +3,7 @@
 
 PORTNAME=	chpp
 PORTVERSION=	0.3.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.complang.tuwien.ac.at/schani/chpp/files/ \
 		http://freebsd.nsu.ru/distfiles/
@@ -14,7 +14,8 @@ COMMENT=	Non-intrusive full-featured text preprocessor
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libgc.so:devel/boehm-gc
+LIB_DEPENDS=	libgc.so:devel/boehm-gc \
+		libgnuregex.so.6:devel/libgnuregex
 
 USES=		autoreconf gmake makeinfo
 GNU_CONFIGURE=	yes



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