From 65d4fd985e6efd818b6b4da690f48583a5eee010 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 4 Apr 2006 06:13:11 +0000 Subject: 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. --- finance/gnucash/distinfo | 3 ++- finance/gnucash/patches/patch-bb | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 finance/gnucash/patches/patch-bb (limited to 'finance') diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 0e196c042b1..4859072f130 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -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 --git a/finance/gnucash/patches/patch-bb b/finance/gnucash/patches/patch-bb new file mode 100644 index 00000000000..235163c05b8 --- /dev/null +++ b/finance/gnucash/patches/patch-bb @@ -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 -- cgit v1.2.3