Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2024 20:18:37 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d0edecb1a68 - main - graphics/py-willow: Disable HEIF option temporarily after 61a70ba8b94be3288962a5827de156f7777f07e9
Message-ID:  <202411032018.4A3KIbjP085059@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d0edecb1a68cee7ef42522f77a9f2d8df6010aa

commit 1d0edecb1a68cee7ef42522f77a9f2d8df6010aa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-11-03 20:15:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-11-03 20:15:33 +0000

    graphics/py-willow: Disable HEIF option temporarily after 61a70ba8b94be3288962a5827de156f7777f07e9
    
    - Bump PORTREVISION for dependency change
    
    libheif 1.19.0+ update breaks py-pillow-heif.
---
 graphics/py-willow/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/py-willow/Makefile b/graphics/py-willow/Makefile
index da35eb534545..e637b10548a7 100644
--- a/graphics/py-willow/Makefile
+++ b/graphics/py-willow/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	willow
 PORTVERSION=	1.9.0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +25,7 @@ NO_ARCH=	yes
 OPTIONS_DEFINE=	HEIF
 OPTIONS_MULTI=	BACKEND
 OPTIONS_MULTI_BACKEND=	PILLOW WAND OPENCV
-OPTIONS_DEFAULT=HEIF PILLOW
+OPTIONS_DEFAULT=PILLOW
 HEIF_DESC=	HEIF support
 OPENCV_DESC=	Use OpenCV as backend
 PILLOW_DESC=	Use Pillow as backend


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411032018.4A3KIbjP085059>