pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/yafc Fix shell portability in m4 comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd82d0117812
branches:  trunk
changeset: 426156:dd82d0117812
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 21:53:31 2020 +0000

description:
Fix shell portability in m4 comment.

diffstat:

 net/yafc/distinfo                   |   3 ++-
 net/yafc/patches/patch-configure.in |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 398afab27755 -r dd82d0117812 net/yafc/distinfo
--- a/net/yafc/distinfo Thu Mar 26 21:53:07 2020 +0000
+++ b/net/yafc/distinfo Thu Mar 26 21:53:31 2020 +0000
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 00:35:46 agc Exp $
+$NetBSD: distinfo,v 1.7 2020/03/26 21:53:31 joerg Exp $
 
 SHA1 (yafc-0.7.10.tar.bz2) = a9a0cd2a86bb3e36b670c74fd348d68087cbe7b4
 RMD160 (yafc-0.7.10.tar.bz2) = f785bc4e9cfbef7d3aa35714726dce7a484e2eed
 SHA512 (yafc-0.7.10.tar.bz2) = 92505eb4581230bc240d9b3bb73253cd2714fcd56fd021099861882e3d4aea6d9ab8fc31337f6a645b0d5d26f32d6ed01cec351b7f1bbbde3540e90a3bd84614
 Size (yafc-0.7.10.tar.bz2) = 403013 bytes
 SHA1 (patch-aa) = 91be0ade7cfb7fb72c452a6bd18c4dda353db71f
+SHA1 (patch-configure.in) = 26b354d32ad57df5fffe578ed3a630eb9dd5c6f3
 SHA1 (patch-lib_bashline.c) = 8a709ffe7e12277d71db90c89962622d6f64acdd
 SHA1 (patch-lib_bashline.h) = 059e5c47ed016a8b42de4384322def540d93f525
 SHA1 (patch-src_completion.c) = 3a6a0ea80088e0ebe00a44e094ff1cfc5a44064c
diff -r 398afab27755 -r dd82d0117812 net/yafc/patches/patch-configure.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/yafc/patches/patch-configure.in       Thu Mar 26 21:53:31 2020 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure.in,v 1.1 2020/03/26 21:53:31 joerg Exp $
+
+--- configure.in.orig  2020-03-26 11:58:13.964325554 +0000
++++ configure.in
+@@ -255,7 +255,7 @@ if test "$mhe_with_krb4" = "yes" -o "$mh
+           fi
+ 
+ dnl          if test "$found_all_krb5" = "1" ; then
+-dnl            if test "$krb5_flavor" == "heimdal" ; then
++dnl            if test "$krb5_flavor" = "heimdal" ; then
+ dnl              dnl Heimdal calls this libdb
+ dnl              AC_CHECK_LIB(db, dbopen)
+ dnl              if test "$ac_cv_lib_db_dbopen" = "no" ; then



Home | Main Index | Thread Index | Old Index