pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/less
Module Name: pkgsrc
Committed By: pin
Date: Sat Oct 11 20:13:39 UTC 2025
Modified Files:
pkgsrc/misc/less: Makefile distinfo
pkgsrc/misc/less/patches: patch-Makefile.in
Log Message:
misc/less: update to 679
v679
Fix bad parsing of lesskey file an env var is a prefix of another env var (github #626).
Fix unexpected exit using -K if a key press is received while reading the input file (github #628).
Treat -r in LESS environment variable as -R.
Add ESC-j and ESC-k commands (github #560).
Add --no-paste option (github #523).
Add --no-edit-warn option (github #513).
Add --form-feed option (github #496).
Add ESC-b command (github #615).
Make TAB complete option name in -- command (github #531).
Update the file size on an attempt to go past end of file.
Make -R able to pass through any OSC escape sequences, not just OSC 8 (github #504).
Setting LESS_IS_MORE=0 now disables "more" compatibility even if invoked via a file link named "more" (github #500).
Pass through escape sequences in prompts even if -R is not set.
Add LESS_SHELL_LINES to support shell prompts which use more than one line (github #514).
Add LESSANSIOSCALLOW to define OSC types which may be passed through.
Add LESSANSIOSCCHARS to define non-standard OSC intro chars.
Add LESS_SIGUSR1 to define user signal handler (github #582).
Add mouse and mouse6 commands to lesskey (github #569).
Improve behavior of ^O^N and ^O^P commands.
Leave stty tabs setting unchanged (github #620).
Fix unexpected behavior when entering a partial command followed by a valid command (github #543).
Fix bug when coloring prompt string with SGR sequences (github #516).
Fix bug when searching for text near an invalid UTF-8 sequence (github #542).
Fix display bug when file contains ESC followed by NUL (github #550).
Fix bug when using +:n +:p +:x or +:d on the command line (github #552).
Fix bug with --no-number-headers when header is not at start of file (github #566).
Fix bug where lesstest fails if window is resized (github #570).
Fix bug using "configure --with-secure=no" (github #584).
Fix bug using multibyte command chars (github #595).
Fix auto_wrap setting on Windows (github #497).
Fix two bugs using ^S search modifier (github #605).
Fix bug searching for UTF-8 strings with the PCRE2 library (github #610).
Fix bug highlighting OSC 8 links when opening a new file.
Fix bug when & filtering is active (github #618).
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/misc/less/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/less/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/less/patches/patch-Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/less/Makefile
diff -u pkgsrc/misc/less/Makefile:1.34 pkgsrc/misc/less/Makefile:1.35
--- pkgsrc/misc/less/Makefile:1.34 Thu Nov 21 08:18:00 2024
+++ pkgsrc/misc/less/Makefile Sat Oct 11 20:13:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/11/21 08:18:00 pin Exp $
+# $NetBSD: Makefile,v 1.35 2025/10/11 20:13:38 pin Exp $
-DISTNAME= less-668
+DISTNAME= less-679
CATEGORIES= misc
MASTER_SITES= http://www.greenwoodsoftware.com/less/
Index: pkgsrc/misc/less/distinfo
diff -u pkgsrc/misc/less/distinfo:1.28 pkgsrc/misc/less/distinfo:1.29
--- pkgsrc/misc/less/distinfo:1.28 Fri Dec 6 08:47:07 2024
+++ pkgsrc/misc/less/distinfo Sat Oct 11 20:13:38 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2024/12/06 08:47:07 pin Exp $
+$NetBSD: distinfo,v 1.29 2025/10/11 20:13:38 pin Exp $
-BLAKE2s (less-668.tar.gz) = 3c53781911125281b7c36be58035b7ed00c071d2793dc54bbfd62867aee81f8c
-SHA512 (less-668.tar.gz) = 6527741a609849ec27b6ab35de46f2c5c2b2771391e3efe263207bee28915946f44331a42f832a7cb42231a19b135cbadc15ae02cd997b83a13cdfbc7213fc27
-Size (less-668.tar.gz) = 649770 bytes
-SHA1 (patch-Makefile.in) = d89839b3bb300b91eb63f33861191ec3ea7458c2
+BLAKE2s (less-679.tar.gz) = f54fb3e61f9c54044c15a6ac7b8717d41e1b677886c030a017b99c6275eb3746
+SHA512 (less-679.tar.gz) = f04e37dc4b2839b416a195e107d21328800e75080054788002c109b3b113a6a898b953391912e7538fb9843ef530b1991efc76dbf6fb5960e5530f3ff83421f6
+Size (less-679.tar.gz) = 877094 bytes
+SHA1 (patch-Makefile.in) = 5a34bf338010894e2f21b2cd0155fef51384a4d4
Index: pkgsrc/misc/less/patches/patch-Makefile.in
diff -u pkgsrc/misc/less/patches/patch-Makefile.in:1.4 pkgsrc/misc/less/patches/patch-Makefile.in:1.5
--- pkgsrc/misc/less/patches/patch-Makefile.in:1.4 Fri Dec 6 08:48:17 2024
+++ pkgsrc/misc/less/patches/patch-Makefile.in Sat Oct 11 20:13:39 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile.in,v 1.4 2024/12/06 08:48:17 pin Exp $
+$NetBSD: patch-Makefile.in,v 1.5 2025/10/11 20:13:39 pin Exp $
Adjust GNU-isms to BSD-isms (ifneq is supported only by GNU make).
---- Makefile.in.orig 2024-12-06 08:39:20.581166660 +0000
+--- Makefile.in.orig 2025-10-11 17:56:42.244561170 +0000
+++ Makefile.in
-@@ -16,9 +16,9 @@ LDFLAGS = @LDFLAGS@
+@@ -16,15 +16,15 @@ LDFLAGS = @LDFLAGS@
CPPFLAGS = @CPPFLAGS@
EXEEXT = @EXEEXT@
O=o
@@ -14,9 +14,17 @@ Adjust GNU-isms to BSD-isms (ifneq is su
-endif
+.endif
- LIBS = @LIBS@
+ # Make with SAN=1 to enable the gcc address sanitizer.
+-ifeq ($(SAN),1)
++.if !empty(SAN)
+ CPPFLAGS += -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all -fsanitize=float-divide-by-zero -fsanitize=float-cast-overflow -fno-sanitize=null -fno-sanitize=alignment
+ LIBSAN = -lasan -lubsan
+-endif
++.endif
+
+ LIBS = $(LIBSAN) @LIBS@
-@@ -55,9 +55,9 @@ OBJ = \
+@@ -60,9 +60,9 @@ OBJ = \
output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
tags.${O} ttyin.${O} version.${O} xbuf.${O} @REGEX_O@
Home |
Main Index |
Thread Index |
Old Index