summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches
diff options
context:
space:
mode:
authortron <tron>2001-07-01 16:03:30 +0000
committertron <tron>2001-07-01 16:03:30 +0000
commit2bee50345588da172be8130155ad2c44d91cf658 (patch)
treea4602a338bc716e01caf61512cb8ae91c2ce6c2a /finance/gnucash/patches
parent994886a445f1ddc6dd0d02efaf1e30553abbf345 (diff)
downloadpkgsrc-2bee50345588da172be8130155ad2c44d91cf658.tar.gz
Update "gnucash" package to version 1.6.0. Changes since version 1.4.8:
- more sql backend work - updated translations for Portuguese, German, Swedish, and Danish - a little ray of sunshine - updated documentation (English & Portuguese) - updated German and Portuguese translations - more work on sql backend - fixes for FreeBSD - updated documentation - updated Norwegian and Portuguese translations - second alpha release - updated user documentation - updated api documentation - alpha release, string freeze - new user account hierarchy wizard - account hierarchy export - reporting improvements - transfer dialog auto-completion - reporting improvements - many misc GUI improvements - updated German and Portuguese translations - fixes for Solaris - more new & improved reports - use of gnome MDI for main window - GUI improvements - several new & improved reports/graphs - online price quotes now work - new main window display - Spanish & Portuguese translations of the manual - new XML file format - better support for importing qifs from online banks - improved checking register - support for charts & graphs - financial calculator - new user account hierarchy wizard - many UI improvements - fixes for Solaris 8 - fixes for gnome-print 0.23 - new Spanish translation - new Russion translation - improved qif importing - updated documentation - lots of bug fixes - switch to gtkhtml widget - updated French translations - improved qif importing - fix for g-wrap 0.9.4
Diffstat (limited to 'finance/gnucash/patches')
-rw-r--r--finance/gnucash/patches/patch-ad14
-rw-r--r--finance/gnucash/patches/patch-ag12
2 files changed, 7 insertions, 19 deletions
diff --git a/finance/gnucash/patches/patch-ad b/finance/gnucash/patches/patch-ad
index bb20a26422d..b73cd0e098f 100644
--- a/finance/gnucash/patches/patch-ad
+++ b/finance/gnucash/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/12/11 13:53:26 wiz Exp $
+$NetBSD: patch-ad,v 1.2 2001/07/01 16:03:30 tron Exp $
---- src/engine/Makefile.in.orig Mon Jun 26 10:12:50 2000
-+++ src/engine/Makefile.in Mon Jun 26 17:07:28 2000
-@@ -124,7 +124,7 @@
+--- src/engine/Makefile.in.orig Mon Jun 11 08:32:04 2001
++++ src/engine/Makefile.in Sun Jul 1 10:49:57 2001
+@@ -168,7 +168,7 @@
lib_LTLIBRARIES = libgncengine.la
# Build hell from main.c and libhello.la
--libgncengine_la_SOURCES = AccInfo.c Account.c Backend.c DateUtils.c FileIO.c Group.c LedgerUtils.c Query.c Queue.c Scrub.c Session.c Transaction.c TransLog.c date.c util.c GNCId.c guid.c md5.c
-+libgncengine_la_SOURCES = AccInfo.c Account.c Backend.c DateUtils.c FileIO.c Group.c LedgerUtils.c Query.c Queue.c Scrub.c Session.c Transaction.c TransLog.c date.c util.c GNCId.c guid.c md5.c asprintf.c
+-libgncengine_la_SOURCES = Account-xml-parser-v1.c Account.c Backend.c Commodity-xml-parser-v1.c DateUtils.c GNCId.c Group.c Ledger-xml-parser-v1.c NetIO.c Query-xml-parser-v1.c Query.c Scrub.c TransLog.c Transaction-xml-parser-v1.c Transaction.c date.c gnc-account-xml-v2.c gnc-associate-account.c gnc-book.c gnc-commodity-xml-v2.c gnc-commodity.c gnc-engine-util.c gnc-engine.c gnc-event.c gnc-numeric.c gnc-pricedb-xml-v1.c gnc-pricedb.c gnc-transaction-xml-v2.c guid.c io-example-account.c io-gncbin-r.c io-gncxml-gen.c io-gncxml-r.c io-gncxml-v2.c io-utils.c kvp_frame.c md5.c sixtp-dom-generators.c sixtp-dom-parsers.c sixtp-kvp-parser.c sixtp-stack.c sixtp-to-dom-parser.c sixtp-utils.c sixtp-xml-write-utils.c sixtp.c
++libgncengine_la_SOURCES = Account-xml-parser-v1.c Account.c Backend.c Commodity-xml-parser-v1.c DateUtils.c GNCId.c Group.c Ledger-xml-parser-v1.c NetIO.c Query-xml-parser-v1.c Query.c Scrub.c TransLog.c Transaction-xml-parser-v1.c Transaction.c date.c gnc-account-xml-v2.c gnc-associate-account.c gnc-book.c gnc-commodity-xml-v2.c gnc-commodity.c gnc-engine-util.c gnc-engine.c gnc-event.c gnc-numeric.c gnc-pricedb-xml-v1.c gnc-pricedb.c gnc-transaction-xml-v2.c guid.c io-example-account.c io-gncbin-r.c io-gncxml-gen.c io-gncxml-r.c io-gncxml-v2.c io-utils.c kvp_frame.c md5.c sixtp-dom-generators.c sixtp-dom-parsers.c sixtp-kvp-parser.c sixtp-stack.c sixtp-to-dom-parser.c sixtp-utils.c sixtp-xml-write-utils.c sixtp.c asprintf.c
- libgncengine_la_LDFLAGS = -version-info 1:1:1
+ libgncengine_la_LDFLAGS = -version-info 2:3:1
diff --git a/finance/gnucash/patches/patch-ag b/finance/gnucash/patches/patch-ag
deleted file mode 100644
index 83bdbbd3c7c..00000000000
--- a/finance/gnucash/patches/patch-ag
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2000/12/11 13:53:26 wiz Exp $
-
---- src/engine/util.h.orig Thu Jun 8 23:22:11 2000
-+++ src/engine/util.h Mon Jun 26 17:10:40 2000
-@@ -34,6 +34,7 @@
- #include <errno.h>
- #include <stdio.h>
- #include <stdlib.h>
-+#include <locale.h>
-
- #include "gnc-common.h"
-