Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2022 18:37:15 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 883f21dea197 - main - www/w3m: always enable non-external image support
Message-ID:  <202201151837.20FIbFfS048640@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=883f21dea197d634071e13bc0122533d305a5574

commit 883f21dea197d634071e13bc0122533d305a5574
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-08 16:37:13 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-15 18:36:17 +0000

    www/w3m: always enable non-external image support
    
    Allows to view images via mlterm/iterm/sixel/kitty protocols
    while avoiding X11 depends on Wayland.
    
    PR:             261037
    Approved by:    nobutaka (maintainer)
---
 www/w3m/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 35429fd1e401..b581bc99ef5c 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	w3m
 PORTVERSION=	0.5.3.${SNAPDATE}
+PORTREVISION=	1
 CATEGORIES+=	www
 
 MAINTAINER?=	nobutaka@FreeBSD.org
@@ -53,7 +54,7 @@ OPTIONS_SUB=	yes
 INLINE_IMAGE_USES=	gnome xorg
 INLINE_IMAGE_USE=	xorg=x11 gnome=gtk20,gdkpixbuf2
 INLINE_IMAGE_CONFIGURE_ON=	--with-imagelib=gtk2 --enable-image=fb,x11
-INLINE_IMAGE_CONFIGURE_OFF=	--enable-image=no
+INLINE_IMAGE_CONFIGURE_OFF=	--enable-image=fb
 
 JAPANESE_CONFIGURE_ON=	--enable-japanese=U --with-migemo=yes
 



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