Date: Thu, 05 Feb 2026 17:32:12 +0000 From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 504103824411 - main - x11-toolkits/pango: decouple MANPAGES from DOCS Message-ID: <6984d41c.26c91.6a75f76f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=504103824411bd59810802986b816667d290df0c commit 504103824411bd59810802986b816667d290df0c Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2026-02-05 17:17:21 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2026-02-05 17:32:04 +0000 x11-toolkits/pango: decouple MANPAGES from DOCS MANPAGES_IMPLIES was set to not duplicate BUILD_DEPENDS lines, but textproc/py-gi-docgen is not used for man page generation. Additionally, note that DOCS generation with the current textproc/py-gi-docgen may not be deterministic in certain conditions. While here, use DISTVERSION. --- x11-toolkits/pango/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 5f62cba59ba9..951696e692d5 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -1,5 +1,6 @@ PORTNAME= pango -PORTVERSION= 1.56.4 +DISTVERSION= 1.56.4 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -33,14 +34,14 @@ OPTIONS_DEFAULT= LANG_TH MANPAGES X11 OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen \ - rst2man:textproc/py-docutils + rst2html5:textproc/py-docutils DOCS_MESON_TRUE= documentation LANG_TH_LIB_DEPENDS= libthai.so:devel/libthai LANG_TH_MESON_ENABLED= libthai +MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils MANPAGES_MESON_TRUE= man-pages -MANPAGES_IMPLIES= DOCS X11_USES= xorg X11_USE= XORG=x11,xft,xrenderhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6984d41c.26c91.6a75f76f>
