FreeBSD Bugzilla – Attachment 56646 Details for
Bug 85532
Update port: finance/libofx to 0.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 17.91 KB, created by
tkato432
on 2005-08-31 18:10:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2005-08-31 18:10:12 UTC
Size:
17.91 KB
patch
obsolete
>diff -urN /usr/ports/finance/libofx/Makefile finance/libofx/Makefile >--- /usr/ports/finance/libofx/Makefile Sun Feb 13 12:29:42 2005 >+++ finance/libofx/Makefile Mon Aug 1 14:43:24 2005 >@@ -6,7 +6,7 @@ > # > > PORTNAME= libofx >-PORTVERSION= 0.7.0 >+PORTVERSION= 0.8.0 > CATEGORIES= finance > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -14,17 +14,20 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= OpenSource implementation of the OFX (Open Financial eXchange) > >-LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp >+LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ >+ osp.3:${PORTSDIR}/textproc/opensp > > USE_GMAKE= yes > USE_GNOME= gnometarget >-USE_LIBTOOL_VER= 15 > USE_GETOPT_LONG= yes >-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >- LDFLAGS="-L${LOCALBASE}/lib" >-CONFIGURE_ARGS= --disable-doxygen --disable-dot \ >+USE_LIBTOOL_VER= 15 >+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" >+CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \ > --with-opensp-includes=${LOCALBASE}/include/OpenSP > INSTALLS_SHLIB= yes >+ >+CPPFLAGS= -I${LOCALBASE}/include >+LDFLAGS= -L${LOCALBASE}/lib > > post-install: > .if !defined(NOPORTDOCS) >diff -urN /usr/ports/finance/libofx/distinfo finance/libofx/distinfo >--- /usr/ports/finance/libofx/distinfo Sat Feb 12 15:19:01 2005 >+++ finance/libofx/distinfo Mon Aug 1 13:59:40 2005 >@@ -1,2 +1,2 @@ >-MD5 (libofx-0.7.0.tar.gz) = 15ab18063c552ad5d69d4481efbbd6e6 >-SIZE (libofx-0.7.0.tar.gz) = 759777 >+MD5 (libofx-0.8.0.tar.gz) = 8001c22445c1bdd6bebf1df3663db203 >+SIZE (libofx-0.8.0.tar.gz) = 748496 >diff -urN /usr/ports/finance/libofx/files/patch-Makefile.in finance/libofx/files/patch-Makefile.in >--- /usr/ports/finance/libofx/files/patch-Makefile.in Sat Feb 12 15:19:01 2005 >+++ finance/libofx/files/patch-Makefile.in Mon Aug 1 14:09:31 2005 >@@ -1,20 +1,20 @@ >---- Makefile.in.orig Fri Oct 8 17:34:45 2004 >-+++ Makefile.in Thu Feb 10 20:30:55 2005 >-@@ -102,7 +102,7 @@ >- enable_latex_docs = @enable_latex_docs@ >- have_gengetopt = @have_gengetopt@ >+--- Makefile.in.orig Mon Aug 1 03:46:41 2005 >++++ Makefile.in Mon Aug 1 14:09:23 2005 >+@@ -206,7 +206,7 @@ >+ sharedstatedir = @sharedstatedir@ >+ sysconfdir = @sysconfdir@ >+ target_alias = @target_alias@ >+-SUBDIRS = inc dtd lib doc . ofx2qif ofxdump ofxconnect >++SUBDIRS = inc dtd lib . ofx2qif ofxdump ofxconnect >+ docdir = ${prefix}/share/doc/libofx >+ doc_DATA = \ >+ AUTHORS \ >+@@ -621,7 +621,7 @@ > >--SUBDIRS = inc dtd lib doc . ofx2qif ofxdump >-+SUBDIRS = inc dtd lib . ofx2qif ofxdump >- >- docdir = ${prefix}/share/doc/libofx-@VERSION@ >- >-@@ -353,7 +353,7 @@ >- install-exec-am: >- install-exec: install-exec-recursive >+ info-am: > > -install-data-am: install-docDATA > +install-data-am: >- install-data: install-data-recursive > >- install-am: all-am >+ install-exec-am: >+ >diff -urN /usr/ports/finance/libofx/files/patch-ofxconnect_Makefile.in finance/libofx/files/patch-ofxconnect_Makefile.in >--- /usr/ports/finance/libofx/files/patch-ofxconnect_Makefile.in Thu Jan 1 09:00:00 1970 >+++ finance/libofx/files/patch-ofxconnect_Makefile.in Mon Aug 1 14:27:01 2005 >@@ -0,0 +1,11 @@ >+--- ofxconnect/Makefile.in.orig Mon Aug 1 03:34:47 2005 >++++ ofxconnect/Makefile.in Mon Aug 1 14:26:47 2005 >+@@ -201,7 +201,7 @@ >+ sharedstatedir = @sharedstatedir@ >+ sysconfdir = @sysconfdir@ >+ target_alias = @target_alias@ >+-ofxconnect_LDADD = $(top_builddir)/lib/libofx.la -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl >++ofxconnect_LDADD = $(top_builddir)/lib/libofx.la `curl-config --libs` >+ ofxconnect_SOURCES = cmdline.h cmdline.c ofxconnect.cpp >+ AM_CPPFLAGS = \ >+ -I${top_srcdir}/inc >diff -urN /usr/ports/finance/libofx/pkg-plist finance/libofx/pkg-plist >--- /usr/ports/finance/libofx/pkg-plist Sat Feb 12 15:19:01 2005 >+++ finance/libofx/pkg-plist Mon Aug 1 14:41:03 2005 >@@ -1,9 +1,10 @@ > bin/ofx2qif >+bin/ofxconnect > bin/ofxdump > include/libofx/libofx.h > lib/libofx.a > lib/libofx.so >-lib/libofx.so.1 >+lib/libofx.so.2 > %%PORTDOCS%%%%DOCSDIR%%/AUTHORS > %%PORTDOCS%%%%DOCSDIR%%/ChangeLog > %%PORTDOCS%%%%DOCSDIR%%/INSTALL >@@ -14,6 +15,10 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/classOFXApplication.html > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.html > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountContainer.png >+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountInfoRequest.html >+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAccountInfoRequest.png >+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAggregate.html >+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxAggregate.png > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.html > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxBalanceContainer.png > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxBankTransactionContainer.html >@@ -28,19 +33,29 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxMainContainer.png > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.html > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxPushUpContainer.png >+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxRequest.html >+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxRequest.png > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.html > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxSecurityContainer.png > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.html > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementContainer.png >+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementRequest.html >+%%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatementRequest.png > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.html > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxStatusContainer.png > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.html > %%PORTDOCS%%%%DOCSDIR%%/html/classOfxTransactionContainer.png >-%%PORTDOCS%%%%DOCSDIR%%/html/cmdline_8c-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/cmdline_8h-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/config_8h-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/context_8cpp-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/context_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/dir_000000.html >+%%PORTDOCS%%%%DOCSDIR%%/html/dir_000001.html >+%%PORTDOCS%%%%DOCSDIR%%/html/dir_000002.html >+%%PORTDOCS%%%%DOCSDIR%%/html/dir_000003.html >+%%PORTDOCS%%%%DOCSDIR%%/html/dir_000004.html >+%%PORTDOCS%%%%DOCSDIR%%/html/dir_000005.html >+%%PORTDOCS%%%%DOCSDIR%%/html/dir_000006.html >+%%PORTDOCS%%%%DOCSDIR%%/html/dir_000007.html > %%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css > %%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png > %%PORTDOCS%%%%DOCSDIR%%/html/file__preproc_8cpp-source.html >@@ -65,54 +80,68 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/functions_eval.html > %%PORTDOCS%%%%DOCSDIR%%/html/functions_func.html > %%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2context_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2context_8hh-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8hh-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2file__preproc_8hh.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2getopt1_8c-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2getopt_8c-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2gnugetopt_8h-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8hh-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2messages_8hh.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8hh-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofc__sgml_8hh.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__account_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__account_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__generic_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__generic_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__main_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__main_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__security_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__security_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__statement_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__statement_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__transaction_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__container__transaction_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers_8hh-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers_8hh.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers__misc_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__containers__misc_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__error__msg_8hh-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__error__msg_8hh.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8hh-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__preproc_8hh.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8hh-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__sgml_8hh.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8cpp-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8cpp.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8hh-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2ofx__utilities_8hh.html >-%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_87_80_2lib_2tree_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2context_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2context_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2file__preproc_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2getopt1_8c-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2getopt_8c-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2gnugetopt_8h-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2messages_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofc__sgml_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__aggregate_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__aggregate_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__account_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__account_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__generic_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__generic_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__main_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__main_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__security_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__security_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__statement_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__statement_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__transaction_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__container__transaction_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers__misc_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__containers__misc_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__error__msg_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__error__msg_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__preproc_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__accountinfo_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__request__statement_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__sgml_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2ofx__utilities_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/fx-0_88_80_2lib_2tree_8hh-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/getopt1_8c-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/getopt_8c-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/globals.html >@@ -125,8 +154,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/inc_2libofx_8h.html > %%PORTDOCS%%%%DOCSDIR%%/html/index.html >-%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_87_80_2inc_2libofx_8h-source.html >-%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_87_80_2inc_2libofx_8h.html >+%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_88_80_2inc_2libofx_8h-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/libofx-0_88_80_2inc_2libofx_8h.html > %%PORTDOCS%%%%DOCSDIR%%/html/main.html > %%PORTDOCS%%%%DOCSDIR%%/html/main__doc_8c-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/messages_8cpp-source.html >@@ -139,6 +168,8 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/ofc__sgml_8hh.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx2qif_8c.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__aggregate_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__aggregate_8hh.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__account_8cpp.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__container__generic_8cpp-source.html >@@ -161,6 +192,18 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8cpp.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__preproc_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__accountinfo_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8hh-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofx__request__statement_8hh.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8cpp.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__sgml_8hh-source.html >@@ -169,11 +212,19 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8cpp.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofx__utilities_8hh.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_2cmdline_8c-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_2cmdline_8h-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_8cpp-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofxconnect_8cpp.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_2cmdline_8c-source.html >+%%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_2cmdline_8h-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp-source.html > %%PORTDOCS%%%%DOCSDIR%%/html/ofxdump_8cpp.html > %%PORTDOCS%%%%DOCSDIR%%/html/structErrorMsg.html > %%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountData.html >+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxAccountInfo.html > %%PORTDOCS%%%%DOCSDIR%%/html/structOfxCurrency.html >+%%PORTDOCS%%%%DOCSDIR%%/html/structOfxFiLogin.html > %%PORTDOCS%%%%DOCSDIR%%/html/structOfxSecurityData.html > %%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatementData.html > %%PORTDOCS%%%%DOCSDIR%%/html/structOfxStatusData.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 85532
: 56646