git: 78b6ccd6bbb5 - main - graphics/imv: Put NSGIF option as broken.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Feb 2024 09:50:12 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=78b6ccd6bbb524656957300161a234a7a7db51a5 commit 78b6ccd6bbb524656957300161a234a7a7db51a5 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-02-17 09:43:59 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-02-17 09:50:01 +0000 graphics/imv: Put NSGIF option as broken. imv doesn't build with new graphics/libnsgif version. Remove NSGIF option from defaults and put it as broken until upstream fixes it. While here, drop USES=compiler. PR: 277104 --- graphics/imv/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index 836864263b6b..b3dbeef145cb 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -1,7 +1,7 @@ PORTNAME= imv DISTVERSIONPREFIX= v DISTVERSION= 4.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://git.sr.ht/~exec64/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -18,14 +18,14 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= bash:shells/bash -USES= compiler:c11 desktop-file-utils gl gnome meson pkgconfig +USES= desktop-file-utils gl gnome meson pkgconfig USE_GL= egl USE_GNOME= cairo pango CONFLICTS_INSTALL= renameutils OPTIONS_DEFINE= FREEIMAGE HEIF JPEG NSGIF PNG SVG TEST TIFF -OPTIONS_DEFAULT= ALL FREEIMAGE HEIF JPEG NSGIF PNG SVG TIFF +OPTIONS_DEFAULT= ALL FREEIMAGE HEIF JPEG PNG SVG TIFF OPTIONS_SINGLE= WIN OPTIONS_SINGLE_WIN= ALL WAYLAND X11 OPTIONS_SUB= yes @@ -51,6 +51,7 @@ HEIF_MESON_ENABLED= libheif JPEG_LIB_DEPENDS= libturbojpeg.so:graphics/libjpeg-turbo JPEG_MESON_ENABLED= libjpeg +NSGIF_BROKEN= fails to build with libnsgif 1.0.0, see also https://lists.sr.ht/~exec64/imv-devel/%3CCAFDf7UKQCAO5VXqykRCnpHG6u0owdXRnk5kt0S3b-aTkpuF66Q%40mail.gmail.com%3E NSGIF_LIB_DEPENDS= libnsgif.so:graphics/libnsgif NSGIF_MESON_ENABLED= libnsgif