diff options
-rw-r--r-- | finance/gnucash/distinfo | 4 | ||||
-rw-r--r-- | finance/gnucash/patches/patch-configure | 23 |
2 files changed, 22 insertions, 5 deletions
diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 57fdfa34cde..759e7414e1b 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.57 2013/07/08 09:18:51 wiz Exp $ +$NetBSD: distinfo,v 1.58 2013/07/29 10:38:54 wiz Exp $ SHA1 (gnucash-2.4.13.tar.bz2) = cd28d4e7d84d71ade56173734d634ccadc59ed81 RMD160 (gnucash-2.4.13.tar.bz2) = 5d6c9dc836ccdf7b4613523004bb5a297eb70f97 Size (gnucash-2.4.13.tar.bz2) = 9400405 bytes -SHA1 (patch-configure) = 0df0cda114b69f9e841ff7210092c376eded1591 +SHA1 (patch-configure) = a7fb5175e4f79a30da8b7e64d6f1a3ecd458fad8 diff --git a/finance/gnucash/patches/patch-configure b/finance/gnucash/patches/patch-configure index 16cfa9c414c..122c5f70f71 100644 --- a/finance/gnucash/patches/patch-configure +++ b/finance/gnucash/patches/patch-configure @@ -1,12 +1,29 @@ -$NetBSD: patch-configure,v 1.2 2012/10/24 22:48:10 wiz Exp $ +$NetBSD: patch-configure,v 1.3 2013/07/29 10:38:54 wiz Exp $ + +Test guile-www by using its http module, the main module is +removed since 2.37. Fix unportable test(1) construct. https://bugzilla.gnome.org/show_bug.cgi?id=686830 ---- configure.orig 2012-03-02 14:29:10.000000000 +0000 +--- configure.orig 2013-04-20 21:07:33.000000000 +0000 +++ configure -@@ -21160,7 +21160,7 @@ else +@@ -21347,10 +21347,10 @@ fi + + + +-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if (www main) is available" >&5 +-$as_echo_n "checking if (www main) is available... " >&6; } ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if (www http) is available" >&5 ++$as_echo_n "checking if (www http) is available... " >&6; } + +- $GUILE -c "(use-modules (www main)) (exit ((lambda () 0)))" > /dev/null 2>&1 ++ $GUILE -c "(use-modules (www http)) (exit ((lambda () 0)))" > /dev/null 2>&1 + gnc_have_guile_www=$? + + if test "$gnc_have_guile_www" = "0" ; then gnc_have_guile_www=yes ; else gnc_have_guile_www=no ; fi +@@ -21807,7 +21807,7 @@ else CUSTOM_GNC_DBD_DIR_FALSE= fi |