pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/yafc



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 21:53:31 UTC 2020

Modified Files:
        pkgsrc/net/yafc: distinfo
Added Files:
        pkgsrc/net/yafc/patches: patch-configure.in

Log Message:
Fix shell portability in m4 comment.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/yafc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/yafc/patches/patch-configure.in

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

Modified files:

Index: pkgsrc/net/yafc/distinfo
diff -u pkgsrc/net/yafc/distinfo:1.6 pkgsrc/net/yafc/distinfo:1.7
--- pkgsrc/net/yafc/distinfo:1.6        Wed Nov  4 00:35:46 2015
+++ pkgsrc/net/yafc/distinfo    Thu Mar 26 21:53:31 2020
@@ -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

Added files:

Index: pkgsrc/net/yafc/patches/patch-configure.in
diff -u /dev/null pkgsrc/net/yafc/patches/patch-configure.in:1.1
--- /dev/null   Thu Mar 26 21:53:31 2020
+++ pkgsrc/net/yafc/patches/patch-configure.in  Thu Mar 26 21:53:31 2020
@@ -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