pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/w3m



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Jan 31 19:21:31 UTC 2026

Modified Files:
        pkgsrc/www/w3m: Makefile.common options.mk

Log Message:
w3m: fix a couple of issues pkglint flagged


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/w3m/Makefile.common
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/w3m/options.mk

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/Makefile.common
diff -u pkgsrc/www/w3m/Makefile.common:1.87 pkgsrc/www/w3m/Makefile.common:1.88
--- pkgsrc/www/w3m/Makefile.common:1.87 Sat Jan 31 19:00:15 2026
+++ pkgsrc/www/w3m/Makefile.common      Sat Jan 31 19:21:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.87 2026/01/31 19:00:15 gutteridge Exp $
+# $NetBSD: Makefile.common,v 1.88 2026/01/31 19:21:31 gutteridge Exp $
 #
 # used by www/w3m/Makefile
 # used by www/w3m-img/Makefile
@@ -39,7 +39,7 @@ _W3M_USE_IMAGE?=      NO
 # not supported by GCC 5
 BUILDLINK_TRANSFORM+=  rm:-Wnull-dereference
 # not supported by GCC < 10
-BUILDLINK_TRANSFORM+=   rm:-Wstring-compare
+BUILDLINK_TRANSFORM+=  rm:-Wstring-compare
 
 # Configurable by environment variables at run-time.
 CONFIGURE_ARGS+=       --with-charset=US-ASCII

Index: pkgsrc/www/w3m/options.mk
diff -u pkgsrc/www/w3m/options.mk:1.17 pkgsrc/www/w3m/options.mk:1.18
--- pkgsrc/www/w3m/options.mk:1.17      Thu Apr 27 13:26:19 2023
+++ pkgsrc/www/w3m/options.mk   Sat Jan 31 19:21:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2023/04/27 13:26:19 wiz Exp $
+# $NetBSD: options.mk,v 1.18 2026/01/31 19:21:31 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.w3m
 PKG_SUPPORTED_OPTIONS= inet6 migemo w3m-lynx-key
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+=      --disable-ipv6
 .if !empty(PKG_OPTIONS:Mmigemo)
 .include "../../lang/ruby/rubyversion.mk"
 DEPENDS+=      ${RUBY_PKGPREFIX}-migemo-[0-9]*:../../textproc/migemo
-CONFIGURE_ARGS+=       --with-migemo="${LOCALBASE}/bin/migemo -t egrep ${LOCALBASE}/share/migemo/migemo-dict"
+CONFIGURE_ARGS+=       --with-migemo="${PREFIX}/bin/migemo -t egrep ${PREFIX}/share/migemo/migemo-dict"
 .else
 CONFIGURE_ARGS+=       --without-migemo
 .endif



Home | Main Index | Thread Index | Old Index