diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-05-04 07:50:54 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-05-04 07:50:54 +0800 |
commit | 80ebfe2d0bfe59efebf391e37fe9c4d74b4c3683 (patch) | |
tree | 4ab7e311760602aa63b0cfffc18aacefdf77ff0c /finance/kmymoney-kde4/files | |
parent | 46c57cd74512c539cff51e1771613cd4f3e25473 (diff) | |
download | freebsd-ports-gnome-80ebfe2d0bfe59efebf391e37fe9c4d74b4c3683.tar.gz freebsd-ports-gnome-80ebfe2d0bfe59efebf391e37fe9c4d74b4c3683.tar.zst freebsd-ports-gnome-80ebfe2d0bfe59efebf391e37fe9c4d74b4c3683.zip |
- finance/kmymoney-kde4: KDE4 version of KMyMoney
- Updated to 3.97.2 release
PR: 144520
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Diffstat (limited to 'finance/kmymoney-kde4/files')
8 files changed, 0 insertions, 177 deletions
diff --git a/finance/kmymoney-kde4/files/extra-patch-Makefile.in b/finance/kmymoney-kde4/files/extra-patch-Makefile.in deleted file mode 100644 index 38cac64d43af..000000000000 --- a/finance/kmymoney-kde4/files/extra-patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-02-23 22:14:08.000000000 -0300 -+++ Makefile.in 2010-02-12 12:02:37.000000000 -0200 -@@ -342,7 +342,7 @@ - xdg_menudir = @xdg_menudir@ - - # just make sure, we don't ship the sqlite subdirectory with the tarball --SOURCEDIRS = libkgpgfile libkdchart kmymoney2 po doc developer-doc -+SOURCEDIRS = libkgpgfile libkdchart kmymoney2 po doc - SUBDIRS = @SQLITE3@ $(SOURCEDIRS) - DIST_SUBDIRS = $(SOURCEDIRS) contrib - diff --git a/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in b/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in deleted file mode 100644 index daf0663bdcce..000000000000 --- a/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ ---- doc/en/Makefile.in.orig 2010-02-12 12:02:37.000000000 -0200 -+++ doc/en/Makefile.in 2010-02-23 22:20:32.000000000 -0300 -@@ -338,9 +338,9 @@ - select_database.png budgets_view.png forecast_view.png \ - newfile-2.png newfile-3.png newfile-4.png newfile-5.png \ - newfile-6.png --EXTRA_DIST = kmymoney2.1 $(DOCBOOK_FILES) -+EXTRA_DIST = kmymoney2.1 - MOSTLYCLEANFILES = index.cache.bz2 kmymoney2.1.gz index.xml *.aux *.tex *.log **.out *.pdf errorlog *.ps *.html online-manual.tar.bz2 --BUILT_SOURCES = index.cache.bz2 kmymoney2.1.gz $(PDF_TARGET) -+BUILT_SOURCES = kmymoney2.1.gz - CHARSET = - KDE_LANG = en - KDE_DOCS = kmymoney2 - $(DOCBOOK_FILES) $(SCREENSHOT_FILES) -@@ -492,7 +492,7 @@ - - #>- install-data-am: - #>+ 1 --install-data-am: install-nls -+install-data-am: - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook - -@@ -652,7 +652,7 @@ - # Also install the man pages on this system - .PHONY: install-docs uninstall-docs - --install-data-hook: kmymoney2.1.gz install-docs -+install-data-hook: kmymoney2.1.gz - -rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmymoney2/kmymoney2.1 - $(mkinstalldirs) $(DESTDIR)$(mandir)/man1/ - $(INSTALL_DATA) kmymoney2.1.gz $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz diff --git a/finance/kmymoney-kde4/files/patch-admin__install-sh b/finance/kmymoney-kde4/files/patch-admin__install-sh deleted file mode 100644 index c8dd2746d86d..000000000000 --- a/finance/kmymoney-kde4/files/patch-admin__install-sh +++ /dev/null @@ -1,28 +0,0 @@ ---- ./admin/install-sh.orig 2004-12-28 15:10:08.000000000 -0500 -+++ ./admin/install-sh 2008-10-10 09:39:06.000000000 -0400 -@@ -50,6 +50,7 @@ - stripcmd="" - rmcmd="$rmprog -f" - mvcmd="$mvprog" -+mkdircmd="$mkdirprog -p" - src="" - dst="" - dir_arg="" -@@ -120,7 +121,7 @@ - instcmd=: - chmodcmd="" - else -- instcmd=$mkdirprog -+ instcmd=$mkdircmd - fi - else - -@@ -181,7 +182,7 @@ - - if [ ! -d "$pathcomp" ] ; - then -- $mkdirprog "$pathcomp" -+ $mkdircmd "$pathcomp" - else - : - fi diff --git a/finance/kmymoney-kde4/files/patch-configure b/finance/kmymoney-kde4/files/patch-configure deleted file mode 100644 index 6742f191b5e5..000000000000 --- a/finance/kmymoney-kde4/files/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig 2010-02-12 12:02:25.000000000 -0200 -+++ configure 2010-03-06 21:40:16.000000000 -0300 -@@ -1,4 +1,4 @@ --#! /bin/sh -+#! /usr/local/bin/bash - # Guess values for system-dependent variables and create Makefiles. - # Generated by GNU Autoconf 2.61. - # -@@ -22548,10 +22548,10 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS=" %%LTMAIN%%" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' -+LIBTOOL='$(SHELL) %%LIBTOOL%% --silent' - - # Prevent multiple expansion - -@@ -34605,7 +34605,7 @@ - fi - { echo "$as_me:$LINENO: result: $QTDIR" >&5 - echo "${ECHO_T}$QTDIR" >&6; } -- ac_qmake=${QTDIR}/bin/qmake -+ ac_qmake="${QTDIR}/bin/qmake -spec freebsd-g++" - - # Check whether --with-qmake was given. - if test "${with_qmake+set}" = set; then diff --git a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am b/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am deleted file mode 100644 index 3f7517e2c5b3..000000000000 --- a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- developer-doc/phb/Makefile.am.orig 2010-02-17 20:01:44.000000000 -0200 -+++ developer-doc/phb/Makefile.am 2010-02-17 21:42:28.000000000 -0200 -@@ -106,7 +106,6 @@ - kmymoney-phb.pdf: $(DOCBOOK_FILES) - $(MAKE) get-files - $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html -- recode utf8..latin1 index.html - html2ps -o kmymoney-phb.ps -n index.html - ps2pdf kmymoney-phb.ps kmymoney-phb.pdf - rm index.html kmymoney-phb.ps diff --git a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in b/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in deleted file mode 100644 index a509e0ad8e22..000000000000 --- a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- developer-doc/phb/Makefile.in.orig 2010-02-17 20:02:33.000000000 -0200 -+++ developer-doc/phb/Makefile.in 2010-02-17 21:43:06.000000000 -0200 -@@ -238,7 +238,6 @@ - exec_prefix = @exec_prefix@ - found_html2ps = @found_html2ps@ - found_ps2pdf = @found_ps2pdf@ --found_recode = @found_recode@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ -@@ -583,7 +582,6 @@ - @GENERATE_PDF_TRUE@kmymoney-phb.pdf: $(DOCBOOK_FILES) - @GENERATE_PDF_TRUE@ $(MAKE) get-files - @GENERATE_PDF_TRUE@ $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html --@GENERATE_PDF_TRUE@ recode utf8..latin1 index.html - @GENERATE_PDF_TRUE@ html2ps -o kmymoney-phb.ps -n index.html - @GENERATE_PDF_TRUE@ ps2pdf kmymoney-phb.ps kmymoney-phb.pdf - @GENERATE_PDF_TRUE@ rm index.html kmymoney-phb.ps diff --git a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.am b/finance/kmymoney-kde4/files/patch-doc__en__Makefile.am deleted file mode 100644 index b9e0432a9cd4..000000000000 --- a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ ---- doc/en/Makefile.am.orig 2010-02-17 20:04:44.000000000 -0200 -+++ doc/en/Makefile.am 2010-02-17 21:47:06.000000000 -0200 -@@ -87,9 +87,6 @@ - for file in $(DOCBOOK_FILES); do \ - cp $(srcdir)/$$file .; \ - chmod +w $$file; \ -- if test -n $(CHARSET); then \ -- recode utf-8..$(CHARSET) $$file; \ -- fi \ - done; \ - for file in $(SCREENSHOT_FILES); do \ - cp $(srcdir)/$$file .; \ -@@ -111,7 +108,6 @@ - kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) - $(MAKE) get-files - $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html; -- recode utf8..latin1 index.html - html2ps -o kmymoney-user.ps -n index.html - ps2pdf kmymoney-user.ps kmymoney-user.pdf - rm index.html kmymoney-user.ps diff --git a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in b/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in deleted file mode 100644 index 9aecdde1321f..000000000000 --- a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- doc/en/Makefile.in.orig 2010-02-17 20:06:19.000000000 -0200 -+++ doc/en/Makefile.in 2010-02-17 21:46:14.000000000 -0200 -@@ -238,7 +238,6 @@ - exec_prefix = @exec_prefix@ - found_html2ps = @found_html2ps@ - found_ps2pdf = @found_ps2pdf@ --found_recode = @found_recode@ - host = @host@ - host_alias = @host_alias@ - host_cpu = @host_cpu@ -@@ -620,9 +619,6 @@ - for file in $(DOCBOOK_FILES); do \ - cp $(srcdir)/$$file .; \ - chmod +w $$file; \ -- if test -n $(CHARSET); then \ -- recode utf-8..$(CHARSET) $$file; \ -- fi \ - done; \ - for file in $(SCREENSHOT_FILES); do \ - cp $(srcdir)/$$file .; \ -@@ -641,7 +637,6 @@ - @GENERATE_PDF_TRUE@kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) - @GENERATE_PDF_TRUE@ $(MAKE) get-files - @GENERATE_PDF_TRUE@ $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html; --@GENERATE_PDF_TRUE@ recode utf8..latin1 index.html - @GENERATE_PDF_TRUE@ html2ps -o kmymoney-user.ps -n index.html - @GENERATE_PDF_TRUE@ ps2pdf kmymoney-user.ps kmymoney-user.pdf - @GENERATE_PDF_TRUE@ rm index.html kmymoney-user.ps |