diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-04 06:13:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-04 06:13:11 +0000 |
commit | b6f92e0c47b6427e6fbed54de93c85019d596fe1 (patch) | |
tree | 16752e76779c57574bb0dc32ab7678b30bbfb545 /finance/gnucash | |
parent | 9f6fad32c3f2566e3c3327f5efa91d4131e517d3 (diff) | |
download | pkgsrc-b6f92e0c47b6427e6fbed54de93c85019d596fe1.tar.gz |
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 (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/distinfo | 3 | ||||
-rw-r--r-- | finance/gnucash/patches/patch-bb | 13 |
2 files changed, 15 insertions, 1 deletions
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 |