graphics/gd: fix random test failures on poudriere
PR: 277853
This commit is contained in:
parent
3d304936a5
commit
51fb2f0d41
1 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue