Trivial update of ugrep to v4.3.4. Built and tested on arm64
diff /usr/ports commit - b0c5a564531eb77190e8168b9d90c5e9271b7411 path + /usr/ports blob - eb9c6607918484f3bc6dc61a5f77eb6cc99b4440 file + sysutils/ugrep/Makefile --- sysutils/ugrep/Makefile +++ sysutils/ugrep/Makefile @@ -3,7 +3,7 @@ CATEGORIES = sysutils GH_ACCOUNT = Genivia GH_PROJECT = ugrep -GH_TAGNAME = v4.3.3 +GH_TAGNAME = v4.3.4 MAINTAINER = Brian Callahan <bcal...@openbsd.org> blob - 546a9cebc9a901dfa9cebf2e4670438a4e1c0d08 file + sysutils/ugrep/distinfo --- sysutils/ugrep/distinfo +++ sysutils/ugrep/distinfo @@ -1,2 +1,2 @@ -SHA256 (ugrep-4.3.3.tar.gz) = Myo7X8p4LUHkJMIQvsAl0BaCGQIo1iuAc1LGhgc7794= -SIZE (ugrep-4.3.3.tar.gz) = 4595042 +SHA256 (ugrep-4.3.4.tar.gz) = 0ganazvBA6DFGH+XOUPL2DOZlaKJ9iojeg5ljsstB0M= +SIZE (ugrep-4.3.4.tar.gz) = 4597527 blob - 1117900226ca5962844659e6d9bc542a2cf386f1 file + sysutils/ugrep/patches/patch-configure --- sysutils/ugrep/patches/patch-configure +++ sysutils/ugrep/patches/patch-configure @@ -4,7 +4,7 @@ Causes the AVX check to fail, but we disable that with Index: configure --- configure.orig +++ configure -@@ -8806,7 +8806,7 @@ printf "%s\n" "no" >&6; } +@@ -8821,7 +8821,7 @@ printf "%s\n" "no" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${CXX} supports SSE2 intrinsics" >&5 printf %s "checking whether ${CXX} supports SSE2 intrinsics... " >&6; } save_CXXFLAGS=$CXXFLAGS @@ -13,7 +13,7 @@ Index: configure cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <emmintrin.h> -@@ -8846,7 +8846,7 @@ printf "%s\n" "no" >&6; } +@@ -8861,7 +8861,7 @@ printf "%s\n" "no" >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${CXX} supports AVX intrinsics" >&5 printf %s "checking whether ${CXX} supports AVX intrinsics... " >&6; } save_CXXFLAGS=$CXXFLAGS @@ -22,7 +22,7 @@ Index: configure cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <immintrin.h> -@@ -8945,7 +8945,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.b +@@ -8960,7 +8960,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.b SIMD_FLAGS="-DHAVE_NEON" else save_CXXFLAGS=$CXXFLAGS @@ -31,7 +31,7 @@ Index: configure ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -9113,9 +9113,9 @@ else $as_nop +@@ -9128,9 +9128,9 @@ else $as_nop fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext if test "x$mneon_ok" = "xyes"; then @@ -43,7 +43,7 @@ Index: configure cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <arm_neon.h> -@@ -9135,7 +9135,7 @@ else $as_nop +@@ -9150,7 +9150,7 @@ else $as_nop fi rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext if test "x$mneon_ok" = "xyes"; then