Date: Tue, 6 Aug 2024 14:58:31 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 2f0de68e7123 - 2024Q3 - math/ggobi: Add missing dependency Message-ID: <202408061458.476EwV7g004565@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f0de68e71233fd520e474bf0aa6125e8e9ced7a commit 2f0de68e71233fd520e474bf0aa6125e8e9ced7a Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2024-08-06 14:40:26 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2024-08-06 14:57:51 +0000 math/ggobi: Add missing dependency Fixes the following breakage: ===> Configuring for ggobi-2.1.12 Can't exec "autopoint": No such file or directory at /usr/local/share/autoconf2.72/Autom4te/FileUtils.pm line 318. autoreconf2.72: error: autopoint failed with exit status: 2 ===> Mk/Uses/autoreconf.mk: Error running /usr/local/bin/autoreconf2.72 Reported by: pkg-fallout MFH: 2024Q3 (cherry picked from commit 010f705b3d001961f0afe695a635186814e5e6c5) --- math/ggobi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile index 00e2df0a13e4..4b64cad612aa 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -1,5 +1,6 @@ PORTNAME= ggobi DISTVERSION= 2.1.12 +PORTREVISION= 1 CATEGORIES= math graphics MAINTAINER= rhurlin@FreeBSD.org @@ -12,7 +13,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libcgraph.so:graphics/graphviz -USES= autoreconf desktop-file-utils gmake gnome libtool pathfix pkgconfig tex +USES= autoreconf desktop-file-utils gettext-tools \ + gmake gnome libtool pathfix pkgconfig tex USE_GITHUB= yes GH_TAGNAME= 93a7148 # The 'official' tarball misses last commit with pstricks removal! USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408061458.476EwV7g004565>