pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/gnucash Force using the included guile-www dis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/393ba1fa8d20
branches:  trunk
changeset: 510776:393ba1fa8d20
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Apr 04 06:13:11 2006 +0000

description:
Force using the included guile-www distribution since we don't know
if the pkgsrc version will work.  This fixes PLIST problems that depend
on whether or not devel/guile-www is installed.

diffstat:

 finance/gnucash/distinfo         |   3 ++-
 finance/gnucash/patches/patch-bb |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r f8e7ba1b5483 -r 393ba1fa8d20 finance/gnucash/distinfo
--- a/finance/gnucash/distinfo  Tue Apr 04 03:36:32 2006 +0000
+++ b/finance/gnucash/distinfo  Tue Apr 04 06:13:11 2006 +0000
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.27 2005/10/20 14:18:58 wiz Exp $
+$NetBSD: distinfo,v 1.28 2006/04/04 06:13:11 jlam Exp $
 
 SHA1 (gnucash-1.8.12.tar.gz) = 8cba0e57ac8a238c3792d3eca73ace0786128da8
 RMD160 (gnucash-1.8.12.tar.gz) = c843f44479a2ee5f7a627a33f68e58ccdcc5fd37
 Size (gnucash-1.8.12.tar.gz) = 8290229 bytes
 SHA1 (patch-aa) = ad7ed5fdb10f28094e9121092da85095ba592fd1
 SHA1 (patch-ba) = 1aa499fe011134c6a872caf619e465a092b0db20
+SHA1 (patch-bb) = bc08ac0fe1bb9b9caff5562f4c6875ddc908175e
 SHA1 (patch-be) = 9513842de6bb10758555eb7fe7260634911fc35e
 SHA1 (patch-bf) = ccf86853e026b4626634be758ea861fcedbe3af6
 SHA1 (patch-bg) = 06f2d5c3386d2ef432c7f104e7660b7dc5396b29
diff -r f8e7ba1b5483 -r 393ba1fa8d20 finance/gnucash/patches/patch-bb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/gnucash/patches/patch-bb  Tue Apr 04 06:13:11 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-bb,v 1.11 2006/04/04 06:13:12 jlam Exp $
+
+--- configure.orig     2006-04-01 01:28:08.000000000 -0500
++++ configure
+@@ -18768,7 +18768,7 @@ gnc_have_guile_www=no
+ 
+ echo "$as_me:$LINENO: checking if guile needs our copy of (guile www)" >&5
+ echo $ECHO_N "checking if guile needs our copy of (guile www)... $ECHO_C" >&6
+-if ${GUILE} -c "(use-modules (www main))" > /dev/null 2>&1
++if false && ${GUILE} -c "(use-modules (www main))" > /dev/null 2>&1
+ then
+   gnc_have_guile_www=yes
+   echo "$as_me:$LINENO: result: no" >&5



Home | Main Index | Thread Index | Old Index