pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/yara (security/yara) build fix: ERROR: [check...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/398d96d68732
branches:  trunk
changeset: 453951:398d96d68732
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jun 05 02:58:18 2021 +0000

description:
(security/yara) build fix: ERROR: [check-portability.awk]

diffstat:

 security/yara/distinfo                   |   3 ++-
 security/yara/patches/patch-configure.ac |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r e154f30b25b7 -r 398d96d68732 security/yara/distinfo
--- a/security/yara/distinfo    Sat Jun 05 02:48:21 2021 +0000
+++ b/security/yara/distinfo    Sat Jun 05 02:58:18 2021 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2021/05/30 01:22:05 khorben Exp $
+$NetBSD: distinfo,v 1.15 2021/06/05 02:58:18 mef Exp $
 
 SHA1 (yara-4.1.1.tar.gz) = 6aaf2696a9d00b89fea434eb013073ed569f3d48
 RMD160 (yara-4.1.1.tar.gz) = aa6999b4b5143c03aae26ddd791c7d7a7d5a4092
 SHA512 (yara-4.1.1.tar.gz) = b4b3d004181f4a5c7f35103082977f72155b1a80bcde84c09c68951b57c9b6cbb1304591172de72bdbd0b5a36c98a4671c5e4d428dfde809df717c32df4e2922
 Size (yara-4.1.1.tar.gz) = 935770 bytes
+SHA1 (patch-configure.ac) = 1640083582087e1377d1ee378610e35cd09e08d5
diff -r e154f30b25b7 -r 398d96d68732 security/yara/patches/patch-configure.ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/yara/patches/patch-configure.ac  Sat Jun 05 02:58:18 2021 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.ac,v 1.1 2021/06/05 02:58:18 mef Exp $
+
+ERROR: [check-portability.awk] configure:15604:     if test "x${PROTOC}" == "x"
+
+--- configure.ac.orig  2021-04-19 22:05:24.000000000 +0900
++++ configure.ac       2021-06-05 11:54:34.849727053 +0900
+@@ -178,7 +178,7 @@ AC_ARG_ENABLE([pb-tests],
+   [if test x$enableval = xyes; then
+     build_pb_tests_module=true
+     AC_CHECK_PROG(PROTOC, protoc, protoc)
+-    AS_IF([test "x${PROTOC}" == "x"],
++    AS_IF([test "x${PROTOC}" = "x"],
+         [AC_MSG_ERROR([protobuf compiler "protoc" not found])])
+     # AC_CHECK_PROG(PROTOC_GEN_YARA, protoc-gen-yara, protoc-gen-yara)
+     # AS_IF([test "x${PROTOC_GEN_YARA}" == "x"],



Home | Main Index | Thread Index | Old Index