Update to ugrep-3.0.5

Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.0.5
This commit is contained in:
bcallah 2020-11-24 08:06:56 +00:00
parent 7d966eff32
commit 40d4d9008e
3 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2020/10/28 23:31:59 bcallah Exp $
# $OpenBSD: Makefile,v 1.13 2020/11/24 08:06:56 bcallah Exp $
COMMENT = ultra fast universal grep
CATEGORIES = sysutils
GH_ACCOUNT = Genivia
GH_PROJECT = ugrep
GH_TAGNAME = v3.0.4
GH_TAGNAME = v3.0.5
MAINTAINER = Brian Callahan <bcallah@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (ugrep-3.0.4.tar.gz) = gH9yLKvmgykQsc3F9S5mB52vuZkkgQlcCO2KuuZy5qI=
SIZE (ugrep-3.0.4.tar.gz) = 3974791
SHA256 (ugrep-3.0.5.tar.gz) = tUE5D9rPqPkWZOvT2OJ++478Chly7zd9wWb6vmA0hcc=
SIZE (ugrep-3.0.5.tar.gz) = 3974372

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure,v 1.5 2020/10/10 02:01:49 bcallah Exp $
$OpenBSD: patch-configure,v 1.6 2020/11/24 08:06:56 bcallah Exp $
No -march=native, please.
Causes the AVX check to fail, but we disable that with --disable-avx
@ -6,7 +6,7 @@ Causes the AVX check to fail, but we disable that with --disable-avx
Index: configure
--- configure.orig
+++ configure
@@ -7845,7 +7845,7 @@ $as_echo "no" >&6; }
@@ -7862,7 +7862,7 @@ $as_echo "no" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CXX} supports AVX intrinsics" >&5
$as_echo_n "checking whether ${CXX} supports AVX intrinsics... " >&6; }
save_CXXFLAGS=$CXXFLAGS
@ -15,7 +15,7 @@ Index: configure
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <immintrin.h>
@@ -7912,7 +7912,7 @@ $as_echo "no" >&6; }
@@ -7929,7 +7929,7 @@ $as_echo "no" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CXX} supports SSE2 intrinsics" >&5
$as_echo_n "checking whether ${CXX} supports SSE2 intrinsics... " >&6; }
save_CXXFLAGS=$CXXFLAGS
@ -24,7 +24,7 @@ Index: configure
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <emmintrin.h>
@@ -7979,7 +7979,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
@@ -7996,7 +7996,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
SIMD_FLAGS="-DHAVE_NEON"
else
save_CXXFLAGS=$CXXFLAGS
@ -33,7 +33,7 @@ Index: configure
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <arm_neon.h>
@@ -8016,9 +8016,9 @@ else
@@ -8033,9 +8033,9 @@ else
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
if test "x$mneon_ok" = "xyes"; then
@ -45,7 +45,7 @@ Index: configure
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <arm_neon.h>
@@ -8037,7 +8037,7 @@ else
@@ -8054,7 +8054,7 @@ else
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
if test "x$mneon_ok" = "xyes"; then