Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 19:58:31 +0000
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b1916275021 - main - x11/wallutils: Unbreak port
Message-ID:  <6a208767.33670.272a04f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b191627502195065f055b4e01ccfdb90d377f24

commit 9b191627502195065f055b4e01ccfdb90d377f24
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-06-03 19:55:12 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-06-03 19:58:18 +0000

    x11/wallutils: Unbreak port
    
    - Put HEIF option as broken instead and remove it from default for the
      time being.
---
 x11/wallutils/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11/wallutils/Makefile b/x11/wallutils/Makefile
index 8c657e3a247a..0668a148c77f 100644
--- a/x11/wallutils/Makefile
+++ b/x11/wallutils/Makefile
@@ -11,8 +11,6 @@ WWW=		https://github.com/xyproto/wallutils
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		fails to build with libheif 1.22.2 # See also: https://github.com/xyproto/wallutils/issues/58
-
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 		libX11.so:x11/libX11
 
@@ -56,7 +54,8 @@ PLIST_FILES=	${GO_TARGET:S,./cmd,bin,}
 PLIST_FILES+=	${GO_TARGET:S,./cmd,share/man/man1,:S,$,.1.gz,}
 
 OPTIONS_DEFINE=		HEIF
-OPTIONS_DEFAULT=	HEIF
+#OPTIONS_DEFAULT=	HEIF
+HEIF_BROKEN=		fails to build with libheif 1.22.2 # See also: https://github.com/xyproto/wallutils/issues/58
 
 # Using [HEIF_VARS= GO_TARGET+=./cmd/heic2stw] causes post-install to fail parsing instalation of heic2stw.1 manual
 .include <bsd.port.options.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a208767.33670.272a04f>