Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Jan 2026 20:50:40 +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: c3de2093ffa2 - main - graphics/imlib2-{jxl,webp}: Mark as broken, deprecate and set expiration date on 2026-02-28
Message-ID:  <695ad2a0.45079.3d17cd24@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=c3de2093ffa204892cccdcac98a9a78766ffe5db

commit c3de2093ffa204892cccdcac98a9a78766ffe5db
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-01-04 20:30:48 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-01-04 20:38:25 +0000

    graphics/imlib2-{jxl,webp}: Mark as broken, deprecate and set expiration date on 2026-02-28
    
    Both jxl and webp support is handled by graphics/imlib2 port and enabled
    by default what causes a conflict install.
---
 graphics/imlib2-jxl/Makefile  | 4 ++++
 graphics/imlib2-webp/Makefile | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/graphics/imlib2-jxl/Makefile b/graphics/imlib2-jxl/Makefile
index dd7542932e88..65acac5eceb1 100644
--- a/graphics/imlib2-jxl/Makefile
+++ b/graphics/imlib2-jxl/Makefile
@@ -14,6 +14,10 @@ WWW=		https://github.com/alistair7/imlib2-jxl
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE-BSD-ab
 
+DEPRECATED=	jxl support is handled by graphics/imlib2 and it is enabled by default.
+EXPIRATION_DATE=	2026-02-28
+BROKEN=		pkg-static: imlib2-jxl-0.2.0_4 conflicts with imlib2-1.12.6,2 (installs files into the same place).  Problematic file: /usr/local/lib/imlib2/loaders/jxl.so
+
 LIB_DEPENDS=	libImlib2.so:graphics/imlib2 \
 		libjxl.so:graphics/libjxl
 
diff --git a/graphics/imlib2-webp/Makefile b/graphics/imlib2-webp/Makefile
index ff7443ef9f6b..091186b9b246 100644
--- a/graphics/imlib2-webp/Makefile
+++ b/graphics/imlib2-webp/Makefile
@@ -10,6 +10,10 @@ WWW=		https://www.hauweele.net/~gawen/imlib2-webp.html
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	webp support is handled by graphics/imlib2 and it is enabled by default.
+EXPIRATION_DATE=	2026-02-28
+BROKEN=		pkg-static: imlib2-webp-20230222_3 conflicts with imlib2-1.12.6,2 (installs files into the same place).  Problematic file: /usr/local/lib/imlib2/loaders/webp.so
+
 LIB_DEPENDS=	libImlib2.so:graphics/imlib2 \
 		libwebp.so:graphics/webp
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695ad2a0.45079.3d17cd24>