FreeBSD Bugzilla – Attachment 39622 Details for
Bug 62428
Update port: finance/qhacc to 2.9.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.95 KB, created by
tkato
on 2004-02-06 13:10:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2004-02-06 13:10:09 UTC
Size:
3.95 KB
patch
obsolete
>diff -urN /usr/ports/finance/qhacc/Makefile finance/qhacc/Makefile >--- /usr/ports/finance/qhacc/Makefile Wed Feb 4 18:58:21 2004 >+++ finance/qhacc/Makefile Fri Feb 6 10:24:33 2004 >@@ -6,8 +6,7 @@ > # > > PORTNAME= qhacc >-PORTVERSION= 2.9.6 >-PORTREVISION= 3 >+PORTVERSION= 2.9.7 > CATEGORIES= finance > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -19,11 +18,10 @@ > > USE_QT_VER= 3 > USE_X_PREFIX= yes >-WANT_GNOME= yes >-USE_GNOME= gnometarget > USE_REINPLACE= yes > USE_GMAKE= yes > USE_AUTOCONF_VER= 257 >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ARGS= --with-qt-moc=${QT_PREFIX}/bin \ > --with-qt-libs=${QT_PREFIX}/lib > MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ >@@ -43,14 +41,6 @@ > CXXFLAGS+= -fpermissive > .endif > >-.if ${HAVE_GNOME:Mlibxml}!="" >-USE_GNOME+= libxml >-CONFIGURE_ARGS+= --enable-xml >-PLIST_SUB+= LIBXML="" >-.else >-PLIST_SUB+= LIBXML="@comment " >-.endif >- > .if defined(WITH_MYSQL) > CONFIGURE_ARGS+= --enable-mysql \ > --with-mysql-libs="${LOCALBASE}/lib/mysql" \ >@@ -83,7 +73,6 @@ > @${ECHO_MSG} > @${ECHO_MSG} "QHacc has the following tunable option(s):" > @${ECHO_MSG} >- @${ECHO_MSG} " WITHOUT_GNOME=libxml Turns off LibXML support" > @${ECHO_MSG} " WITH_MYSQL=yes Turns on MySQL support" > @${ECHO_MSG} " WITH_PGSQL=yes Turns on PostgreSQL support" > @${ECHO_MSG} " WITH_SQLITE=yes Turns on SQLite support" >diff -urN /usr/ports/finance/qhacc/distinfo finance/qhacc/distinfo >--- /usr/ports/finance/qhacc/distinfo Thu Jan 29 20:24:54 2004 >+++ finance/qhacc/distinfo Wed Feb 4 10:54:40 2004 >@@ -1,2 +1,2 @@ >-MD5 (qhacc-2.9.6.tar.gz) = 29cdfa57ca4c8ef869056608300de677 >-SIZE (qhacc-2.9.6.tar.gz) = 455020 >+MD5 (qhacc-2.9.7.tar.gz) = d1a7ed5c39e36612100d3d9ae36a8952 >+SIZE (qhacc-2.9.7.tar.gz) = 472495 >diff -urN /usr/ports/finance/qhacc/files/patch-plugins::xml::xmlplugin.h finance/qhacc/files/patch-plugins::xml::xmlplugin.h >--- /usr/ports/finance/qhacc/files/patch-plugins::xml::xmlplugin.h Thu Dec 18 01:20:30 2003 >+++ finance/qhacc/files/patch-plugins::xml::xmlplugin.h Thu Jan 1 09:00:00 1970 >@@ -1,13 +0,0 @@ >---- plugins/xml/xmlplugin.h.orig Thu Dec 4 22:21:26 2003 >-+++ plugins/xml/xmlplugin.h Fri Dec 5 14:16:02 2003 >-@@ -24,8 +24,8 @@ >- >- #include <stdlib.h> >- #include <tree.h> >--#include <xmlmemory.h> >--#include <parser.h> >-+#include <libxml/xmlmemory.h> >-+#include <libxml/parser.h> >- >- class XMLDBPlugin : public LocalFileDBPlugin { >- public: >diff -urN /usr/ports/finance/qhacc/pkg-plist finance/qhacc/pkg-plist >--- /usr/ports/finance/qhacc/pkg-plist Sun Jan 25 21:27:12 2004 >+++ finance/qhacc/pkg-plist Wed Feb 4 12:56:06 2004 >@@ -56,23 +56,23 @@ > lib/libupgradeio.a > lib/libupgradeio.so > lib/libupgradeio.so.1 >-%%LIBXML%%lib/libxmlio.a >-%%LIBXML%%lib/libxmlio.so >-%%LIBXML%%lib/libxmlio.so.1 >+lib/libxmlio.a >+lib/libxmlio.so >+lib/libxmlio.so.1 > lib/qhacc/plugins/db/libextprgio.so > %%SQLITE%%lib/qhacc/plugins/db/liblfsqliteio.so > %%MYSQL%%lib/qhacc/plugins/db/libmysqlio.so > %%PGSQL%%lib/qhacc/plugins/db/libpsqlio.so > %%SQLITE%%lib/qhacc/plugins/db/libsqliteio.so > lib/qhacc/plugins/db/libupgradeio.so >-%%LIBXML%%lib/qhacc/plugins/db/libxmlio.so >+lib/qhacc/plugins/db/libxmlio.so > lib/qhacc/plugins/export/libarcio.so > lib/qhacc/plugins/export/libextprgio.so > %%SQLITE%%lib/qhacc/plugins/export/liblfsqliteio.so > %%MYSQL%%lib/qhacc/plugins/export/libmysqlio.so > %%PGSQL%%lib/qhacc/plugins/export/libpsqlio.so > %%SQLITE%%lib/qhacc/plugins/export/libsqliteio.so >-%%LIBXML%%lib/qhacc/plugins/export/libxmlio.so >+lib/qhacc/plugins/export/libxmlio.so > lib/qhacc/plugins/import/libarcio.so > lib/qhacc/plugins/import/libcliimpio.so > lib/qhacc/plugins/import/libextprgio.so >@@ -81,7 +81,7 @@ > %%PGSQL%%lib/qhacc/plugins/import/libpsqlio.so > lib/qhacc/plugins/import/libqifio.so > %%SQLITE%%lib/qhacc/plugins/import/libsqliteio.so >-%%LIBXML%%lib/qhacc/plugins/import/libxmlio.so >+lib/qhacc/plugins/import/libxmlio.so > lib/qhacc/qhacc_es_ES.qm > %%PORTDOCS%%%%DOCSDIR%%/advanced.html > %%PORTDOCS%%%%DOCSDIR%%/compiling.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 62428
: 39622