diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-12 18:04:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-12 18:04:27 +0000 |
commit | 0bb2417319bda720d6a045ecb4f0fbe0505236e4 (patch) | |
tree | 3fb85b81debdfc2c4dbc35bbc6c12beeb32dfc9b /finance/qhacc/files | |
parent | 931968845043047af748ffe1f01ff4bc42e76a54 (diff) |
- Update to version 2.9
PR: 55497
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=86846
Diffstat (limited to 'finance/qhacc/files')
-rw-r--r-- | finance/qhacc/files/config | 6 | ||||
-rw-r--r-- | finance/qhacc/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | finance/qhacc/files/patch-src::main.cpp | 10 | ||||
-rw-r--r-- | finance/qhacc/files/patch-src::qhacctable.h | 15 |
4 files changed, 15 insertions, 31 deletions
diff --git a/finance/qhacc/files/config b/finance/qhacc/files/config deleted file mode 100644 index 9f6bed1d2f5d..000000000000 --- a/finance/qhacc/files/config +++ /dev/null @@ -1,6 +0,0 @@ -ALTCOLOR=173 216 230 -LINESPERTRANS=1 -NUMACCTS=0 -NUMSHOWS=0 -SHOWINDEX=-1 -ACCTFILES= diff --git a/finance/qhacc/files/patch-ltmain.sh b/finance/qhacc/files/patch-ltmain.sh new file mode 100644 index 000000000000..9be482bc72a2 --- /dev/null +++ b/finance/qhacc/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Thu Mar 13 01:25:30 2003 ++++ ltmain.sh Tue Aug 12 01:49:52 2003 +@@ -4210,10 +4210,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/finance/qhacc/files/patch-src::main.cpp b/finance/qhacc/files/patch-src::main.cpp deleted file mode 100644 index 99ffb4f458df..000000000000 --- a/finance/qhacc/files/patch-src::main.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/main.cpp.orig Thu Jan 2 02:42:35 2003 -+++ src/main.cpp Wed Jan 8 04:51:12 2003 -@@ -26,7 +26,6 @@ - #include "qhaccwidget.h" - - #include <stdlib.h> --#include <getopt.h> - #include <locale.h> - - #include <qapplication.h> diff --git a/finance/qhacc/files/patch-src::qhacctable.h b/finance/qhacc/files/patch-src::qhacctable.h deleted file mode 100644 index ff5282b99d1a..000000000000 --- a/finance/qhacc/files/patch-src::qhacctable.h +++ /dev/null @@ -1,15 +0,0 @@ ---- src/qhacctable.h.orig Sun Nov 24 19:22:27 2002 -+++ src/qhacctable.h Sun Nov 24 19:26:03 2002 -@@ -26,9 +26,10 @@ - #include <qstring.h> - #include <qdatetime.h> - --class QFile; -+#include <fstream> -+using std::ostream; - --class ostream; -+class QFile; - - class QHaccTableIndex; - |