Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2022 08:46:40 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 13dd359699f5 - main - x11-wm/i3: switch from pcre to pcre2 to fix build
Message-ID:  <202209260846.28Q8ke24036019@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13dd359699f527c005c7906d57fa80db6ddb3ce5

commit 13dd359699f527c005c7906d57fa80db6ddb3ce5
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-09-26 08:46:02 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-09-26 08:46:02 +0000

    x11-wm/i3: switch from pcre to pcre2 to fix build
---
 x11-wm/i3/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile
index 017f88b8f6b2..4161a06ffb91 100644
--- a/x11-wm/i3/Makefile
+++ b/x11-wm/i3/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libev.so:devel/libev \
 		libpangocairo-1.0.so:x11-toolkits/pango \
-		libpcre.so:devel/pcre \
+		libpcre2-8.so:devel/pcre2 \
 		libstartup-notification-1.so:x11/startup-notification \
 		libxcb-cursor.so:x11/xcb-util-cursor \
 		libxcb-icccm.so:x11/xcb-util-wm \



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