Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2026 13:10:34 +0000
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 51b6b7a0551c - main - print/texinfo: Depend on libunistring
Message-ID:  <69d3b0ca.3431b.6c2b3028@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51b6b7a0551cbf184f469b9f84fdf20d3c3c32f2

commit 51b6b7a0551cbf184f469b9f84fdf20d3c3c32f2
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2026-04-04 10:44:39 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2026-04-06 13:09:18 +0000

    print/texinfo: Depend on libunistring
    
    The configure script picks up libunistring now that is installed as a
    dependency of gettext-tools.
    
    PR:             293874, 293963
    Reported by:    antoine
---
 print/texinfo/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index 593fd4ffdd59..910b1f93965a 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	texinfo
 PORTVERSION=	7.2
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	print
 MASTER_SITES=	GNU \
@@ -22,6 +22,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	help2man:misc/help2man \
 		${RUN_DEPENDS}
+LIB_DEPENDS=	libunistring.so:devel/libunistring
 RUN_DEPENDS=	p5-Locale-libintl>=0:devel/p5-Locale-libintl \
 		p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \
 		p5-Unicode-EastAsianWidth>=0:textproc/p5-Unicode-EastAsianWidth


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d3b0ca.3431b.6c2b3028>