commit: f9608a055faac289b3ef4107aecf7fceb63e84a2
parent 98abe1378c82c524a4c4258ad34d3bd2631a715a
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 16 Feb 2018 19:35:58 -0800
less: Update to 530
Diffstat:
6 files changed, 42 insertions(+), 8 deletions(-)
diff --git a/pkg/less/.gitignore b/pkg/less/.gitignore
@@ -1,2 +1,2 @@
-/less-487.tar.gz
+/less-530.tar.gz
/src
diff --git a/pkg/less/defines.h b/pkg/less/defines.h
@@ -1,5 +1,3 @@
-#include <config-posix.h>
-
#define BINDIR "/bin"
#define SYSDIR "/etc"
@@ -24,13 +22,18 @@
#define MSDOS_COMPILER 0
#define PATHNAME_SEP "/"
#define TGETENT_OK 1
+#define HAVE_ANSI_PROTOS 1
+#define HAVE_SYS_TYPES_H 1
/* #undef HAVE_SGSTAT_H */
#define HAVE_PERROR 1
#define HAVE_TIME 1
#define HAVE_SHELL 1
-#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~"
+#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~{},"
#define DEF_METAESCAPE "\\"
#define HAVE_DUP 1
+#define HAVE_MEMCPY 1
+#define HAVE_STRCHR 1
+#define HAVE_STRSTR 1
#if 0 /* old sizes for small memory machines */
#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
#define UNGOT_SIZE 100 /* Max chars to unget() */
@@ -54,29 +57,59 @@
#endif
#define EDIT_PGM "vi"
#define HAVE_CONST 1
+#define HAVE_CTYPE_H 1
+#define HAVE_ERRNO 1
+#define HAVE_ERRNO_H 1
+#define HAVE_FCHMOD 1
+#define HAVE_FCNTL_H 1
+#define HAVE_FILENO 1
#define HAVE_FLOAT 1
+#define HAVE_FSYNC 1
/* #undef HAVE_GNU_REGEX */
+#define HAVE_INTTYPES_H 1
+#define HAVE_LIMITS_H 1
#define HAVE_LOCALE 1
#define HAVE_MEMORY_H 1
#define HAVE_OSPEED 1
/* #undef HAVE_PCRE */
+#define HAVE_POPEN 1
#define HAVE_POSIX_REGCOMP 1
/* #undef HAVE_REGCMP */
/* #undef HAVE_REGEXEC2 */
/* #undef HAVE_RE_COMP */
+#define HAVE_SIGEMPTYSET 1
+#define HAVE_SIGPROCMASK 1
/* #undef HAVE_SIGSETMASK */
#define HAVE_SIGSET_T 1
+#define HAVE_SNPRINTF 1
+#define HAVE_STAT 1
#define HAVE_STAT_INO 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDIO_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRERROR 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
+#define HAVE_SYSTEM 1
#define HAVE_SYS_ERRLIST 1
#define HAVE_SYS_IOCTL_H 1
+#define HAVE_SYS_STAT_H 1
/* #undef HAVE_SYS_STREAM_H */
+#define HAVE_SYS_TYPES_H 1
#define HAVE_TERMCAP_H 1
#define HAVE_TERMIOS_FUNCS 1
+#define HAVE_TERMIOS_H 1
/* #undef HAVE_TERMIO_H */
+#define HAVE_TIME_H 1
+#define HAVE_TIME_T 1
+#define HAVE_UNISTD_H 1
#define HAVE_UPPER_LOWER 1
/* #undef HAVE_V8_REGCOMP */
#define HAVE_VALUES_H 1
#define HAVE_VOID 1
+#define HAVE_WCTYPE 1
+#define HAVE_WCTYPE_H 1
+#define HAVE__SETJMP 1
/* #undef MUST_DEFINE_ERRNO */
/* #undef MUST_DEFINE_OSPEED */
/* #undef NO_REGEX */
@@ -86,8 +119,10 @@
#define PACKAGE_TARNAME "less"
#define PACKAGE_URL ""
#define PACKAGE_VERSION "1"
+#define RETSIGTYPE void
#define SECURE_COMPILE 0
/* #undef STAT_MACROS_BROKEN */
+#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
diff --git a/pkg/less/gen.lua b/pkg/less/gen.lua
@@ -1,5 +1,4 @@
cflags{
- '-I include',
'-I $dir',
'-I $builddir/pkg/ncurses/include',
}
diff --git a/pkg/less/rev b/pkg/less/rev
@@ -1 +1 @@
-2
+3
diff --git a/pkg/less/sha256 b/pkg/less/sha256
@@ -1 +1 @@
-f3dc8455cb0b2b66e0c6b816c00197a71bf6d1787078adeee0bcf2aea4b12706 less-487.tar.gz
+503f91ab0af4846f34f0444ab71c4b286123f0044a4964f1ae781486c617f2e2 less-530.tar.gz
diff --git a/pkg/less/url b/pkg/less/url
@@ -1 +1 @@
-url = "http://www.greenwoodsoftware.com/less/less-487.tar.gz"
+url = "http://www.greenwoodsoftware.com/less/less-530.tar.gz"