aboutsummaryrefslogtreecommitdiff
path: root/finance/gnucash-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash-devel/files')
-rw-r--r--finance/gnucash-devel/files/patch-Makefile.in11
-rw-r--r--finance/gnucash-devel/files/patch-PostgresBackend16
-rw-r--r--finance/gnucash-devel/files/patch-configure33
-rw-r--r--finance/gnucash-devel/files/patch-lib::srfi::srfi-8.scm15
-rw-r--r--finance/gnucash-devel/files/patch-ltmain.sh29
-rw-r--r--finance/gnucash-devel/files/patch-po::ru.po26
-rw-r--r--finance/gnucash-devel/files/patch-src::gnome::Makefile.in14
-rw-r--r--finance/gnucash-devel/files/patch-src_app-utils_i18n.h8
-rw-r--r--finance/gnucash-devel/files/patch-src_doc_Makefile.in11
9 files changed, 0 insertions, 163 deletions
diff --git a/finance/gnucash-devel/files/patch-Makefile.in b/finance/gnucash-devel/files/patch-Makefile.in
deleted file mode 100644
index bdabc9770ec4..000000000000
--- a/finance/gnucash-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Wed Dec 17 13:21:00 2003
-+++ Makefile.in Wed Dec 17 13:22:34 2003
-@@ -227,7 +227,7 @@
- enable_html_docs = @enable_html_docs@
- enable_latex_docs = @enable_latex_docs@
-
--SUBDIRS = intl m4 macros doc lib src intl-scm po rpm accounts
-+SUBDIRS = m4 macros doc lib src intl-scm po rpm accounts
-
- docdir = ${GNC_DOC_INSTALL_DIR}
-
diff --git a/finance/gnucash-devel/files/patch-PostgresBackend b/finance/gnucash-devel/files/patch-PostgresBackend
deleted file mode 100644
index 2126e467fa70..000000000000
--- a/finance/gnucash-devel/files/patch-PostgresBackend
+++ /dev/null
@@ -1,16 +0,0 @@
-*** src/backend/postgres/PostgresBackend.orig Mon Jul 26 17:17:45 2004
---- src/backend/postgres/PostgresBackend.c Mon Jul 26 17:33:16 2004
-***************
-*** 2104,2109 ****
---- 2104,2114 ----
- if (!strcmp (encoding, "ANSI_X3.4-1968"))
- encoding = "SQL_ASCII";
-
-+ if (!strcmp(encoding, "US-ASCII"))
-+ encoding = "SQL_ASCII";
-+
-+ printf("\nDatabase encoding is: %s.\n", encoding);
-+
- /* create the database */
- p = be->buff; *p =0;
- p = stpcpy (p, "CREATE DATABASE ");
diff --git a/finance/gnucash-devel/files/patch-configure b/finance/gnucash-devel/files/patch-configure
deleted file mode 100644
index 094f45f1bb2c..000000000000
--- a/finance/gnucash-devel/files/patch-configure
+++ /dev/null
@@ -1,33 +0,0 @@
---- configure.orig Sun Sep 21 16:06:57 2003
-+++ configure Sun Sep 21 16:07:24 2003
-@@ -3860,10 +3860,10 @@
- #include "confdefs.h"
- #include <libintl.h>
- extern int _nl_msg_cat_cntr;
--extern int *_nl_domain_bindings;
-+extern int *libintl_nl_domain_bindings;
- int main() {
- bindtextdomain ("", "");
--return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
-+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
- ; return 0; }
- EOF
- if { (eval echo configure:3870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-@@ -11776,7 +11776,7 @@
- withval="$with_help_prefix"
- GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash"
- else
-- GNC_HELPDIR="\${datadir}/gnome/help/gnucash"
-+ GNC_HELPDIR="\${datadir}/help/gnucash"
- fi
-
-
-@@ -13665,7 +13665,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lgtkhtml $GTKHTML_LIBS $LIBS"
-+LIBS="-lgtkhtml-1.1 $GTKHTML_LIBS $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 13671 "configure"
- #include "confdefs.h"
diff --git a/finance/gnucash-devel/files/patch-lib::srfi::srfi-8.scm b/finance/gnucash-devel/files/patch-lib::srfi::srfi-8.scm
deleted file mode 100644
index 703cdba87f7a..000000000000
--- a/finance/gnucash-devel/files/patch-lib::srfi::srfi-8.scm
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- lib/srfi/srfi-8.scm.orig Tue Jun 25 23:53:35 2002
-+++ lib/srfi/srfi-8.scm Sat Aug 17 22:34:33 2002
-@@ -22,7 +22,8 @@
- (cond
- ((or (string=? "1.3" (version))
- (string=? "1.3.4" (version))
-- (string=? "1.4" (substring (version) 0 3)))
-+ (string=? "1.4" (substring (version) 0 3))
-+ (string=? "1.4.1" (version)))
-
- (use-modules (ice-9 slib))
- (require 'macro-by-example)
diff --git a/finance/gnucash-devel/files/patch-ltmain.sh b/finance/gnucash-devel/files/patch-ltmain.sh
deleted file mode 100644
index 64f959dd4d0a..000000000000
--- a/finance/gnucash-devel/files/patch-ltmain.sh
+++ /dev/null
@@ -1,29 +0,0 @@
---- ltmain.sh.orig Fri Sep 13 15:38:11 2002
-+++ ltmain.sh Fri Oct 11 01:44:24 2002
-@@ -1073,8 +1073,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -2502,6 +2510,9 @@
- *-*-openbsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
diff --git a/finance/gnucash-devel/files/patch-po::ru.po b/finance/gnucash-devel/files/patch-po::ru.po
deleted file mode 100644
index a8a6f915834d..000000000000
--- a/finance/gnucash-devel/files/patch-po::ru.po
+++ /dev/null
@@ -1,26 +0,0 @@
---- po/ru.po.orig Mon Feb 10 01:52:51 2003
-+++ po/ru.po Tue Feb 11 22:29:55 2003
-@@ -4767,7 +4767,7 @@
-
- #: src/gnome/dialog-totd.c:303
- msgid "-*-helvetica-bold-r-normal-*-*-180-*-*-p-*-*-*"
--msgstr "-rfx-helvetica-bold-r-normal-*-*-180-*-*-p-*-*-*"
-+msgstr "-cronyx-helvetica-bold-r-normal-*-*-180-*-*-p-*-*-*"
-
- #: src/gnome/dialog-totd.c:304
- msgid "Tip of the Day:"
-@@ -8574,12 +8574,12 @@
- msgid ""
- "register-default-font:-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
- msgstr ""
--"register-default-font:-rfx-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
-+"register-hint-font:-cronyx-helvetica-medium-o-normal--*-120-*-*-*-*-*-*"
-
- #: src/register/register-gnome/gnucash-style.c:819
- #: intl-scm/guile-strings.c:248
- msgid "register-hint-font:-adobe-helvetica-medium-o-normal--*-120-*-*-*-*-*-*"
--msgstr "register-hint-font:-rfx-helvetica-medium-o-normal--*-120-*-*-*-*-*-*"
-+msgstr "register-hint-font:-cronyx-helvetica-medium-o-normal--*-120-*-*-*-*-*-*"
-
- #: src/report/report-gnome/dialog-column-view.c:271
- msgid "Contents"
diff --git a/finance/gnucash-devel/files/patch-src::gnome::Makefile.in b/finance/gnucash-devel/files/patch-src::gnome::Makefile.in
deleted file mode 100644
index 2e9afd4bd045..000000000000
--- a/finance/gnucash-devel/files/patch-src::gnome::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/gnome/Makefile.in 2002/07/11 09:16:01 1.1
-+++ src/gnome/Makefile.in 2002/07/11 09:16:10
-@@ -226,7 +226,7 @@
- window-report.c
-
-
--gnomeappdir = ${datadir}/gnome/apps/Applications
-+gnomeappdir = ${datadir}/apps/Applications
-
- gnomeapp_DATA = gnucash.desktop
-
diff --git a/finance/gnucash-devel/files/patch-src_app-utils_i18n.h b/finance/gnucash-devel/files/patch-src_app-utils_i18n.h
deleted file mode 100644
index 0625fd7df4b9..000000000000
--- a/finance/gnucash-devel/files/patch-src_app-utils_i18n.h
+++ /dev/null
@@ -1,8 +0,0 @@
---- src/app-utils/i18n.h.orig Fri Feb 14 12:35:54 2003
-+++ src/app-utils/i18n.h Fri Feb 14 12:36:07 2003
-@@ -26,4 +26,4 @@
- #endif
-
- #define TEXT_DOMAIN "gnucash"
--#define LOCALE_DIR "/usr/local/share/locale"
-+#define LOCALE_DIR "%%PREFIX%%/share/locale"
diff --git a/finance/gnucash-devel/files/patch-src_doc_Makefile.in b/finance/gnucash-devel/files/patch-src_doc_Makefile.in
deleted file mode 100644
index 4cc5e1b93ad2..000000000000
--- a/finance/gnucash-devel/files/patch-src_doc_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/doc/Makefile.in.orig Tue Feb 4 23:55:03 2003
-+++ src/doc/Makefile.in Tue Feb 4 23:58:49 2003
-@@ -492,7 +492,7 @@
- $(mkinstalldirs) $(DESTDIR)$(docdir)/html
- mkdir -p html #Workaround to allow libofx-cvs user to install without doc.
- # cp -rp $(srcdir)/html ${docdir}
-- cp -rp html $(DESTDIR)$(docdir)/html
-+ cp -rp html/* $(DESTDIR)$(docdir)/html
-
- uninstall-hook:
- rm -rf ${docdir}/html