Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 22:57:02 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3a0287b8a03a - main - devel/util-linux: Remove pcre2 dependency
Message-ID:  <202409152257.48FMv2UX074130@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a0287b8a03a3e2b3947e33f5a04459b59e7d227

commit 3a0287b8a03a3e2b3947e33f5a04459b59e7d227
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-15 22:55:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-15 22:57:00 +0000

    devel/util-linux: Remove pcre2 dependency
    
    PR:             281308
---
 devel/util-linux/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/util-linux/Makefile b/devel/util-linux/Makefile
index ba9dca104404..f8877b6474b1 100644
--- a/devel/util-linux/Makefile
+++ b/devel/util-linux/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	util-linux
 DISTVERSION=	2.39.4
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	KERNEL_ORG/linux/utils/util-linux/v${DISTVERSION:R}/
 
@@ -11,8 +12,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	bash:shells/bash
-LIB_DEPENDS=	libpcre2-8.so:devel/pcre2 \
-		libuuid.so:misc/e2fsprogs-libuuid
+LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid
 RUN_DEPENDS=	bash:shells/bash
 
 USES=		autoreconf gettext-tools gmake libtool ncurses pkgconfig \


home | help

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