Date: Sun, 24 Mar 2024 14:59:38 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 51fb2f0d4157 - main - graphics/gd: fix random test failures on poudriere Message-ID: <202403241459.42OExckh042880@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=51fb2f0d4157ec98f82f824f36dbf59957decf88 commit 51fb2f0d4157ec98f82f824f36dbf59957decf88 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-03-24 14:59:02 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-03-24 14:59:02 +0000 graphics/gd: fix random test failures on poudriere PR: 277853 --- graphics/gd/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 915a0f860380..87065d97a03a 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,6 +1,6 @@ PORTNAME= libgd PORTVERSION= 2.3.3 -PORTREVISION= 10 +PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= libgd ??-libgd -USES= cpe tar:xz pkgconfig pathfix libtool:keepla shebangfix +USES= cpe tar:xz pkgconfig pathfix libtool:keepla autoreconf shebangfix SHEBANG_FILES= ${WRKSRC}/src/bdftogd GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gd-formats @@ -46,7 +46,6 @@ HEIF_CPPFLAGS= -I${LOCALBASE}/include AVIF_LIB_DEPENDS= libavif.so:graphics/libavif AVIF_CONFIGURE_OFF= --without-avif AVIF_CPPFLAGS= -I${LOCALBASE}/include -AVIF_USES= autoreconf AVIF_BROKEN= option AVIF has a circular dependency loop LIQ_DESC= libimagequant color conversion support LIQ_LIB_DEPENDS= libimagequant.so:graphics/libimagequant @@ -69,8 +68,6 @@ XPM_CONFIGURE_OFF= --with-xpm=no ICONV_USES= iconv ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} THREADS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-threads -THREADS_USES= autoreconf -TEST_USES= autoreconf .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241459.42OExckh042880>