commit: 819804a2b85dc4282b3f747ab7feb1ff07260db8
parent 55ed7feb2c683a6990c0aa11d3f5feba5de8411e
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 11 Aug 2018 17:13:40 -0700
the_silver_searcher: Update to 2.2.0
Diffstat:
3 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/pkg/the_silver_searcher/config.h b/pkg/the_silver_searcher/config.h
@@ -1,27 +1,39 @@
-#include <config-posix.h>
-
/* #undef HAVE_DIRENT_DNAMLEN */
#define HAVE_DIRENT_DTYPE /**/
#define HAVE_ERR_H 1
#define HAVE_FGETLN 1
/* #undef HAVE_FOPENCOOKIE */
+#define HAVE_GETLINE 1
+#define HAVE_INTTYPES_H 1
/* #undef HAVE_LIBSHLWAPI */
/* #undef HAVE_LZMA_H */
#define HAVE_MADVISE 1
#define HAVE_MEMORY_H 1
/* #undef HAVE_PLEDGE */
+#define HAVE_POSIX_FADVISE 1
+#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD_SETAFFINITY_NP 1
+#define HAVE_REALPATH 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
#define HAVE_STRLCPY 1
+#define HAVE_STRNDUP 1
/* #undef HAVE_SYS_CPUSET_H */
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
#define HAVE_VASPRINTF 1
#define HAVE_ZLIB_H 1
#define PACKAGE_BUGREPORT "https://github.com/ggreer/the_silver_searcher/issues"
#define PACKAGE_NAME "the_silver_searcher"
-#define PACKAGE_STRING "the_silver_searcher 2.1.0"
+#define PACKAGE_STRING "the_silver_searcher 2.2.0"
#define PACKAGE_TARNAME "the_silver_searcher"
#define PACKAGE_URL "https://github.com/ggreer/the_silver_searcher"
-#define PACKAGE_VERSION "2.1.0"
+#define PACKAGE_VERSION "2.2.0"
/* #undef PTHREAD_CREATE_JOINABLE */
+#define STDC_HEADERS 1
#define USE_CPU_SET /**/
#define USE_PCRE_JIT /**/
diff --git a/pkg/the_silver_searcher/gen.lua b/pkg/the_silver_searcher/gen.lua
@@ -1,6 +1,5 @@
cflags{
'-D _GNU_SOURCE',
- '-I include',
'-I $dir',
'-I $builddir/pkg/pcre/include',
'-I $builddir/pkg/zlib/include',
diff --git a/pkg/the_silver_searcher/rev b/pkg/the_silver_searcher/rev
@@ -1 +1 @@
-7
+8