summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-12-11 22:57:37 +0000
committerjschauma <jschauma>2003-12-11 22:57:37 +0000
commitae8f541d99205097921ee3b4f5b8d2b220e22a77 (patch)
tree5a50bf8b6f259fa615b7457a7df45b4e591bf035 /finance/gnucash/patches
parent5a4accd75dd96312c33983b9f8c1f9a2d17f69a1 (diff)
downloadpkgsrc-ae8f541d99205097921ee3b4f5b8d2b220e22a77.tar.gz
Update gnucash to version 1.8.8, the latest stable version.
Changes since version 1.8.4 are numerous. For brevity, I'll include the changes from 1.8.6 onwards. Other changes available at http://www.gnucash.org. What's New in GnuCash 1.8.8? o HBCI - Improve error message when receiving zero balance from bank. o Add account template for Swiss German businesses "KMU" by Tom Winterhalder o Add *big* account template for German businesses "SKR04" by Betina Schmidt o Add Catalan and Turkish translation, Updated German, Italian, Czech, Greek o Add Turkish account template. Updated Greek account templates. o Remove debian scripts o Add a comment about minimum string length o Fix the ISO_DATELEN to be "long enough" o Fix handling of HBCI direct debits (fix wrong textkey). Fix and initially implement handling of multiple banks/users/customers. o Fixed extremly stupid, old bug that causes weird HBCI errors. Improved user messages. o Refactor some GUI code. Improve user messages. o BillTermDecRef should have been BillTermIncRef when setting new bill term. o Applied Frank Pavageau's patch regarding capital gains to handle split transactions. o Don't make a timespec with tv_sec == 0. Fixes some tests on the alpha platform. What's New in GnuCash 1.8.7? o Use instead of "libofx/libofx.h" as it's not part of our system. Fixes a dependency problem in 1.8.6 release. o Small fix from hawkfan to get tests to work when building outside srcdir. o Fix a bug introduced by Matthew -- ANSI C does not allow you to declare a variable in the middle of an expression. Move the declaration to the top of the function. o We don't need the trailing semi-colon because the #include adds one. The double semi-colon causes build failures in some cases. What's New in GnuCash 1.8.6? o Updated Spanish, Greek, French, Czech, Slovak translations o Fixed extremely stupid bug in the import value setting workaround. o Fixed problem with SX formula_cell calls o Merge missing part of 2003-05-28 commit. The log format changes didn't get commited for some reason, making the log replayer completely unusable. o Fixed crash during dialog startup on Solaris. o Turn off scheme garbage collection during query->scm and scm->query conversion. It shaves about 50% off the test-scm-query-string tests. o Make test-scm-query-string test deterministic by seeding the RNG with a known value. o Add a "slots" parameter to allow for future expansion. Right now this is completely ignored.
Diffstat (limited to 'finance/gnucash/patches')
-rw-r--r--finance/gnucash/patches/patch-ba12
-rw-r--r--finance/gnucash/patches/patch-bb16
2 files changed, 12 insertions, 16 deletions
diff --git a/finance/gnucash/patches/patch-ba b/finance/gnucash/patches/patch-ba
index f216d7b21a4..85331e5563e 100644
--- a/finance/gnucash/patches/patch-ba
+++ b/finance/gnucash/patches/patch-ba
@@ -1,13 +1,11 @@
-$NetBSD: patch-ba,v 1.2 2003/02/27 04:08:25 jschauma Exp $
-
---- Makefile.in.orig Mon Feb 3 07:50:09 2003
-+++ Makefile.in Thu Feb 6 20:54:11 2003
-@@ -226,7 +226,7 @@
+--- Makefile.in.orig 2003-11-18 01:16:03.000000000 -0500
++++ Makefile.in 2003-12-11 16:18:36.000000000 -0500
+@@ -227,7 +227,7 @@
enable_html_docs = @enable_html_docs@
enable_latex_docs = @enable_latex_docs@
--SUBDIRS = intl m4 macros debian doc lib src intl-scm po rpm accounts
-+SUBDIRS = m4 macros debian doc lib src intl-scm po rpm accounts
+-SUBDIRS = intl m4 macros doc lib src intl-scm po rpm accounts
++SUBDIRS = m4 macros doc lib src intl-scm po rpm accounts
docdir = ${GNC_DOC_INSTALL_DIR}
diff --git a/finance/gnucash/patches/patch-bb b/finance/gnucash/patches/patch-bb
index 952e2d17799..e6dae55de40 100644
--- a/finance/gnucash/patches/patch-bb
+++ b/finance/gnucash/patches/patch-bb
@@ -1,8 +1,6 @@
-$NetBSD: patch-bb,v 1.6 2003/07/13 22:32:12 mjl Exp $
-
---- configure.orig 2003-05-26 05:52:33.000000000 +0200
-+++ configure 2003-07-12 22:33:25.000000000 +0200
-@@ -4002,8 +4002,8 @@
+--- configure.orig 2003-11-18 00:29:35.000000000 -0500
++++ configure 2003-12-11 16:29:06.000000000 -0500
+@@ -4350,8 +4350,8 @@
INTLOBJS="\$(GETTOBJS)"
BUILD_INCLUDED_LIBINTL=yes
USE_INCLUDED_LIBINTL=yes
@@ -13,10 +11,10 @@ $NetBSD: patch-bb,v 1.6 2003/07/13 22:32:12 mjl Exp $
LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
fi
-@@ -13168,8 +13168,8 @@
+@@ -13643,8 +13643,8 @@
echo $ac_n "checking for gtkhtml < 1.1""... $ac_c" 1>&6
- echo "configure:13171: checking for gtkhtml < 1.1" >&5
+ echo "configure:13646: checking for gtkhtml < 1.1" >&5
- GTKHTML_LIBS=`$GNOME_CONFIG --libs gtkhtml`
- GTKHTML_CFLAGS=`$GNOME_CONFIG --cflags gtkhtml`
+ GTKHTML_LIBS=`pkg-config --libs gtkhtml`
@@ -24,12 +22,12 @@ $NetBSD: patch-bb,v 1.6 2003/07/13 22:32:12 mjl Exp $
GIVEN_CFLAGS=$GTKHTML_CFLAGS
INCLUDE_DIRS=`echo | cpp -v 2>&1`
-@@ -13190,7 +13190,7 @@
+@@ -13665,7 +13665,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lgtkhtml $GTKHTML_LIBS $LIBS"
+LIBS="$GTKHTML_LIBS $LIBS"
cat > conftest.$ac_ext <<EOF
- #line 13196 "configure"
+ #line 13671 "configure"
#include "confdefs.h"