pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: wiz
Date: Fri May 1 14:45:28 UTC 2026
Modified Files:
pkgsrc/www/w3m: options.mk
pkgsrc/www/w3m-img: Makefile
Log Message:
w3m-img: follow upstream's default and prefer imlib2 over gtk2
(since 2022)
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/w3m/options.mk
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/w3m-img/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/w3m/options.mk
diff -u pkgsrc/www/w3m/options.mk:1.18 pkgsrc/www/w3m/options.mk:1.19
--- pkgsrc/www/w3m/options.mk:1.18 Sat Jan 31 19:21:31 2026
+++ pkgsrc/www/w3m/options.mk Fri May 1 14:45:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2026/01/31 19:21:31 gutteridge Exp $
+# $NetBSD: options.mk,v 1.19 2026/05/01 14:45:28 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.w3m
PKG_SUPPORTED_OPTIONS= inet6 migemo w3m-lynx-key
@@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS= inet6
.if ${_W3M_USE_IMAGE} == "YES"
PKG_OPTIONS_REQUIRED_GROUPS+= imagelib
-PKG_SUGGESTED_OPTIONS+= w3m-image-gtk2
+PKG_SUGGESTED_OPTIONS+= w3m-image-imlib2
.else
PKG_OPTIONS_OPTIONAL_GROUPS+= imagelib
.endif
Index: pkgsrc/www/w3m-img/Makefile
diff -u pkgsrc/www/w3m-img/Makefile:1.38 pkgsrc/www/w3m-img/Makefile:1.39
--- pkgsrc/www/w3m-img/Makefile:1.38 Sun Jan 25 08:02:06 2026
+++ pkgsrc/www/w3m-img/Makefile Fri May 1 14:45:28 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2026/01/25 08:02:06 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2026/05/01 14:45:28 wiz Exp $
PKGNAME= ${DISTNAME:S/w3m-v/w3m-img-/}
+PKGREVISION= 1
COMMENT= Multilingualized version of w3m with inline image support
CONFLICTS+= w3m-[0-9]*
Home |
Main Index |
Thread Index |
Old Index