diff options
author | krion <krion@FreeBSD.org> | 2004-02-08 16:40:03 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-08 16:40:03 +0000 |
commit | eb9f3a1def1942427c0c2bfe5f48e00a942bec37 (patch) | |
tree | f630e375beb1eac9b452ab9480575d6173baca82 /finance/qhacc/files | |
parent | a3885a547a8fd6317e677d3a538431aced65712f (diff) | |
download | FreeBSD-ports-eb9f3a1def1942427c0c2bfe5f48e00a942bec37.zip FreeBSD-ports-eb9f3a1def1942427c0c2bfe5f48e00a942bec37.tar.gz |
- Update to version 2.9.7
PR: ports/62428
Submitted by: Ports Fury
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 0000000..cf8781e --- /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 ff8b350..0000000 --- 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: |