pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/opendkim opendkim: Fix build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fb21358d188
branches:  trunk
changeset: 347076:7fb21358d188
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Tue Jan 07 13:35:13 2020 +0000

description:
opendkim: Fix build

Actually fix == bashism as referred to in patch's comment

diffstat:

 mail/opendkim/distinfo                   |   4 ++--
 mail/opendkim/patches/patch-configure.ac |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 83ef4c4952bf -r 7fb21358d188 mail/opendkim/distinfo
--- a/mail/opendkim/distinfo    Tue Jan 07 13:35:06 2020 +0000
+++ b/mail/opendkim/distinfo    Tue Jan 07 13:35:13 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2019/11/24 23:20:40 christos Exp $
+$NetBSD: distinfo,v 1.20 2020/01/07 13:35:13 sborrill Exp $
 
 SHA1 (opendkim-2.10.3.tar.gz) = 4e9b966860bcfbca6441ed84a95bbe762fff69f4
 RMD160 (opendkim-2.10.3.tar.gz) = c6553757ae9675434e647f3cc1e6357bc60c7d2a
 SHA512 (opendkim-2.10.3.tar.gz) = 97923e533d072c07ae4d16a46cbed95ee799aa50f19468d8bc6d1dc534025a8616c3b4b68b5842bc899b509349a2c9a67312d574a726b048c0ea46dd4fcc45d8
 Size (opendkim-2.10.3.tar.gz) = 1210224 bytes
-SHA1 (patch-configure.ac) = 17eeb1927fb19ba7f48f9dfd8a9c2f6c44d823ca
+SHA1 (patch-configure.ac) = c9ae182ed2c5c2ec3018fe4c6066ed7fa0d3686f
 SHA1 (patch-opendkim_opendkim-crypto.c) = d7d08fda3dba5bf9cb834123218b1e89b78878e5
diff -r 83ef4c4952bf -r 7fb21358d188 mail/opendkim/patches/patch-configure.ac
--- a/mail/opendkim/patches/patch-configure.ac  Tue Jan 07 13:35:06 2020 +0000
+++ b/mail/opendkim/patches/patch-configure.ac  Tue Jan 07 13:35:13 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure.ac,v 1.1 2019/11/24 23:20:40 christos Exp $
+$NetBSD: patch-configure.ac,v 1.2 2020/01/07 13:35:13 sborrill Exp $
 
 - compat for OpenSSL 1.1 https://sourceforge.net/p/opendkim/patches/37/
 - fix == bashism
 
---- configure.ac.orig  2015-05-12 14:43:09.000000000 -0400
-+++ configure.ac       2019-11-24 18:03:48.650839906 -0500
+--- configure.ac.orig  2015-05-12 19:43:09.000000000 +0100
++++ configure.ac       2020-01-07 13:30:01.000000000 +0000
 @@ -860,26 +860,28 @@
        AC_SEARCH_LIBS([ERR_peek_error], [crypto], ,
                       AC_MSG_ERROR([libcrypto not found]))
@@ -53,3 +53,12 @@
  
        AC_CHECK_DECL([SHA256_DIGEST_LENGTH],
                        AC_DEFINE([HAVE_SHA256], 1,
+@@ -2184,7 +2186,7 @@
+       AC_MSG_ERROR([reputation requires libjansson])
+ fi
+ 
+-if test x"$jansson_found" == x"yes"
++if test x"$jansson_found" = x"yes"
+ then
+       AC_DEFINE(USE_JANSSON, 1, [use libjansson to parse REPUTE replies])
+ fi



Home | Main Index | Thread Index | Old Index