diff options
Diffstat (limited to 'finance/libofx/files')
-rw-r--r-- | finance/libofx/files/patch-configure | 9 | ||||
-rw-r--r-- | finance/libofx/files/patch-doc_Makefile.in | 23 | ||||
-rw-r--r-- | finance/libofx/files/patch-lib_ofx_preproc.cpp | 7 | ||||
-rw-r--r-- | finance/libofx/files/patch-lib_ofx_utilities.hh | 10 |
4 files changed, 34 insertions, 15 deletions
diff --git a/finance/libofx/files/patch-configure b/finance/libofx/files/patch-configure index 022c648dd7ab..4f1a9fd7a2ee 100644 --- a/finance/libofx/files/patch-configure +++ b/finance/libofx/files/patch-configure @@ -1,6 +1,9 @@ ---- configure.orig Mon Feb 17 15:56:45 2003 -+++ configure Mon Feb 17 15:57:05 2003 -@@ -5563,6 +5563,7 @@ + +$FreeBSD$ + +--- configure.orig Sat Apr 12 17:33:39 2003 ++++ configure Sat Apr 12 18:33:11 2003 +@@ -8298,6 +8298,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" diff --git a/finance/libofx/files/patch-doc_Makefile.in b/finance/libofx/files/patch-doc_Makefile.in new file mode 100644 index 000000000000..a80b4ac1b304 --- /dev/null +++ b/finance/libofx/files/patch-doc_Makefile.in @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- doc/Makefile.in.orig Sat Apr 12 22:56:20 2003 ++++ doc/Makefile.in Sat Apr 12 22:56:44 2003 +@@ -499,13 +499,13 @@ + rm -rf html refman.pdf + + install-data-hook: +- $(mkinstalldirs) $(DESTDIR)$(docdir)/html ++ $(mkinstalldirs) $(DESTDIR)$(docdir) + mkdir -p html #Workaround to allow libofx-cvs user to install without doc. +- cp -rp html $(DESTDIR)$(docdir)/html ++ cp -rp html $(DESTDIR)$(docdir) + + uninstall-hook: +- chmod +w -R $(DESTDIR)${docdir}/html #Why chmod is needed is a mystery +- rm -rf $(DESTDIR)${docdir}/html ++ chmod +w -R $(DESTDIR)${docdir} #Why chmod is needed is a mystery ++ rm -rf $(DESTDIR)${docdir} + + doxygen.cfg: doxygen.cfg.in Makefile + rm -f $@.tmp diff --git a/finance/libofx/files/patch-lib_ofx_preproc.cpp b/finance/libofx/files/patch-lib_ofx_preproc.cpp index 6cc1671a3e84..9ccb356aae9b 100644 --- a/finance/libofx/files/patch-lib_ofx_preproc.cpp +++ b/finance/libofx/files/patch-lib_ofx_preproc.cpp @@ -1,5 +1,8 @@ ---- lib/ofx_preproc.cpp.orig Mon Feb 17 16:10:23 2003 -+++ lib/ofx_preproc.cpp Mon Feb 17 16:10:32 2003 + +$FreeBSD$ + +--- lib/ofx_preproc.cpp.orig Sat Nov 23 23:09:24 2002 ++++ lib/ofx_preproc.cpp Sat Apr 12 22:10:56 2003 @@ -22,6 +22,7 @@ #include <stdlib.h> #include <stdio.h> diff --git a/finance/libofx/files/patch-lib_ofx_utilities.hh b/finance/libofx/files/patch-lib_ofx_utilities.hh deleted file mode 100644 index 166292962429..000000000000 --- a/finance/libofx/files/patch-lib_ofx_utilities.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/ofx_utilities.hh.orig Mon Feb 17 16:10:14 2003 -+++ lib/ofx_utilities.hh Mon Feb 17 16:09:52 2003 -@@ -18,6 +18,7 @@ - #ifndef OFX_UTIL_H - #define OFX_UTIL_H - #include <string.h> -+#include <time.h> - #include "ParserEventGeneratorKit.h" - using namespace std; - /* This file contains various simple functions for type conversion & al */ |