diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 16:40:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 16:40:03 +0000 |
commit | d2246f47a5c8867546e39f7e5bdd5a53660237d8 (patch) | |
tree | 2b362ec8ba6f1bdf1d6af7f7255efb111e577674 /finance/qhacc/files | |
parent | 4f989c7c83bde5a5518da427bc04b9dac7806cbd (diff) |
- Update to version 2.9.7
PR: ports/62428
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=100398
Diffstat (limited to 'finance/qhacc/files')
-rw-r--r-- | finance/qhacc/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | finance/qhacc/files/patch-plugins::xml::xmlplugin.h | 13 |
2 files changed, 11 insertions, 13 deletions
diff --git a/finance/qhacc/files/patch-Makefile.in b/finance/qhacc/files/patch-Makefile.in new file mode 100644 index 000000000000..cf8781e14ced --- /dev/null +++ b/finance/qhacc/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Jan 31 10:47:17 2004 ++++ Makefile.in Mon Feb 9 01:03:14 2004 +@@ -158,7 +158,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = lib src plugins contrib docs qm ++SUBDIRS = lib src plugins + + EXTRA_DIST = AUTHORS NEWS COPYING README ChangeLog THANKS FILE_FORMAT TODO \ + INSTALL UPGRADE diff --git a/finance/qhacc/files/patch-plugins::xml::xmlplugin.h b/finance/qhacc/files/patch-plugins::xml::xmlplugin.h deleted file mode 100644 index ff8b3505bcd7..000000000000 --- a/finance/qhacc/files/patch-plugins::xml::xmlplugin.h +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/xml/xmlplugin.h.orig Thu Dec 4 22:21:26 2003 -+++ plugins/xml/xmlplugin.h Fri Dec 5 14:16:02 2003 -@@ -24,8 +24,8 @@ - - #include <stdlib.h> - #include <tree.h> --#include <xmlmemory.h> --#include <parser.h> -+#include <libxml/xmlmemory.h> -+#include <libxml/parser.h> - - class XMLDBPlugin : public LocalFileDBPlugin { - public: |