CVS commit: pkgsrc/www/w3m
"David Sainty" <[email protected]> Sat, 8 Aug 2026 08:16:29 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: dsainty Date: Sat Aug 8 08:16:29 UTC 2026 Modified Files: pkgsrc/www/w3m: Makefile.common Log Message: Disable NLS to ensure build consistency (and match the current PLIST) This fixes the build when NLS is configured, because the PLIST does not currently have any of the NLS files listed. If NLS is required for this package, additional work will need to be done on the NLS option and subsequent PLIST entries. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 pkgsrc/www/w3m/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 830 B)
Modified files: Index: pkgsrc/www/w3m/Makefile.common diff -u pkgsrc/www/w3m/Makefile.common:1.88 pkgsrc/www/w3m/Makefile.common:1.89 --- pkgsrc/www/w3m/Makefile.common:1.88 Sat Jan 31 19:21:31 2026 +++ pkgsrc/www/w3m/Makefile.common Sat Aug 8 08:16:29 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.88 2026/01/31 19:21:31 gutteridge Exp $ +# $NetBSD: Makefile.common,v 1.89 2026/08/08 08:16:29 dsainty Exp $ # # used by www/w3m/Makefile # used by www/w3m-img/Makefile @@ -47,6 +47,9 @@ CONFIGURE_ARGS+= --with-charset=US-ASCII # This *should* be set at run-time. CONFIGURE_ARGS+= --disable-messagel10n +# Disable NLS to ensure build consistency (and match the current PLIST) +CONFIGURE_ARGS+= --disable-nls + CONFIGURE_ARGS+= --disable-help_cgi CONFIGURE_ARGS+= --enable-color CONFIGURE_ARGS+= --enable-cookie