pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/yara



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  5 02:58:18 UTC 2021

Modified Files:
        pkgsrc/security/yara: distinfo
Added Files:
        pkgsrc/security/yara/patches: patch-configure.ac

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/yara/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/yara/patches/patch-configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/yara/distinfo
diff -u pkgsrc/security/yara/distinfo:1.14 pkgsrc/security/yara/distinfo:1.15
--- pkgsrc/security/yara/distinfo:1.14  Sun May 30 01:22:05 2021
+++ pkgsrc/security/yara/distinfo       Sat Jun  5 02:58:18 2021
@@ -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

Added files:

Index: pkgsrc/security/yara/patches/patch-configure.ac
diff -u /dev/null pkgsrc/security/yara/patches/patch-configure.ac:1.1
--- /dev/null   Sat Jun  5 02:58:18 2021
+++ pkgsrc/security/yara/patches/patch-configure.ac     Sat Jun  5 02:58:18 2021
@@ -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