diff options
author | sem <sem@FreeBSD.org> | 2005-04-03 23:54:40 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-04-03 23:54:40 +0800 |
commit | 33f1e0245420d48dfce0c9a5dbc5097701a75874 (patch) | |
tree | 78e9cfa22996947ffc85b50b78615a88ae33b35e /databases/knoda | |
parent | e905ea4b6ccfa4c68d825251d12f7696da8165de (diff) | |
download | freebsd-ports-gnome-33f1e0245420d48dfce0c9a5dbc5097701a75874.tar.gz freebsd-ports-gnome-33f1e0245420d48dfce0c9a5dbc5097701a75874.tar.zst freebsd-ports-gnome-33f1e0245420d48dfce0c9a5dbc5097701a75874.zip |
- Update to 0.7.3
- Fix build with modules other than mysql
reported by Paul J. Pathiakis <pathiaki@pathiaki.com> &
RÓcz JÓnos <wpooh@freestart.hu>
Diffstat (limited to 'databases/knoda')
-rw-r--r-- | databases/knoda/Makefile | 5 | ||||
-rw-r--r-- | databases/knoda/distinfo | 4 | ||||
-rw-r--r-- | databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp | 11 | ||||
-rw-r--r-- | databases/knoda/files/patch-hk_kdeclasses::hk_kdedblistview.cpp | 11 | ||||
-rw-r--r-- | databases/knoda/files/patch-hk_kdeclasses::hk_kdeqbe.cpp | 11 | ||||
-rw-r--r-- | databases/knoda/pkg-plist | 2 |
6 files changed, 6 insertions, 38 deletions
diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile index 65906c93503d..18da2b219634 100644 --- a/databases/knoda/Makefile +++ b/databases/knoda/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= knoda -PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTVERSION= 0.7.3 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +14,7 @@ MAINTAINER= sem@FreeBSD.org COMMENT= Database frontend for KDE BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone -LIB_DEPENDS= hk_classes.6:${PORTSDIR}/databases/hk_classes +LIB_DEPENDS= hk_classes.7:${PORTSDIR}/databases/hk_classes USE_BZIP2= yes USE_KDELIBS_VER= 3 diff --git a/databases/knoda/distinfo b/databases/knoda/distinfo index 26281341f055..38a4de7e2268 100644 --- a/databases/knoda/distinfo +++ b/databases/knoda/distinfo @@ -1,2 +1,2 @@ -MD5 (knoda-0.7.2.tar.bz2) = a26b02ad9b7abc0a746241f09219c4eb -SIZE (knoda-0.7.2.tar.bz2) = 803402 +MD5 (knoda-0.7.3.tar.bz2) = 035790b0ff64451cc6ed2ba71aff0c5d +SIZE (knoda-0.7.3.tar.bz2) = 872183 diff --git a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp b/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp deleted file mode 100644 index 9d268630d6a1..000000000000 --- a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- hk_kdeclasses/hk_kdedbdesigner.cpp.orig Thu Jul 15 22:18:12 2004 -+++ hk_kdeclasses/hk_kdedbdesigner.cpp Thu Jul 15 22:21:24 2004 -@@ -238,7 +238,7 @@ - QString n; - //cerr <<"drag wert="<<index(itemAt(event->pos()))<<endl; - n.setNum(p_datasourceframe->datasource()->presentationnumber()); -- n="<VUPN>"+n+"</VUPN>\n<VALUE>"+( itemAt(event->pos())?itemAt(event->pos())->text():"") +"</VALUE>\n"; -+ n="<VUPN>"+n+"</VUPN>\n<VALUE>"+( itemAt(event->pos())?itemAt(event->pos())->text():static_cast<QString>("")) +"</VALUE>\n"; - //cerr<<"dragwert"<<n<<endl; - QCString cstr =n.utf8(); - //cerr<"cstr"<<cstr<<endl; diff --git a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedblistview.cpp b/databases/knoda/files/patch-hk_kdeclasses::hk_kdedblistview.cpp deleted file mode 100644 index 452982e84792..000000000000 --- a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedblistview.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- hk_kdeclasses/hk_kdedblistview.cpp.orig Thu Jul 15 23:11:07 2004 -+++ hk_kdeclasses/hk_kdedblistview.cpp Thu Jul 15 23:19:51 2004 -@@ -634,7 +634,7 @@ - if (xtype=="DATABASE" - && !(database()->connection()&&database()->connection()->server_supports(hk_connection::SUPPORTS_NEW_DATABASE))) - cancreate=false; -- return (event->provides("application/x-hk_filecopy")&&event->source()!=this && cancreate); -+ return (event->provides("application/x-hk_filecopy")&&event->source()!=(QWidget*)this && cancreate); - } - - diff --git a/databases/knoda/files/patch-hk_kdeclasses::hk_kdeqbe.cpp b/databases/knoda/files/patch-hk_kdeclasses::hk_kdeqbe.cpp deleted file mode 100644 index 178736d5a51d..000000000000 --- a/databases/knoda/files/patch-hk_kdeclasses::hk_kdeqbe.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- hk_kdeclasses/hk_kdeqbe.cpp.orig Thu Jul 15 22:28:21 2004 -+++ hk_kdeclasses/hk_kdeqbe.cpp Thu Jul 15 23:08:55 2004 -@@ -388,7 +388,7 @@ - for (int i=0;i<p_private->p_table->numCols();++i) - { - if ( ((QComboTableItem*)(p_private->p_table->item(1,i)))->currentItem()>0 // field -- || !(((QComboTableItem*)(p_private->p_table->item(1,i)))->text().isEmpty()) -+ || !(((QComboTableItem*)(p_private->p_table->item(1,i)))->currentText().isEmpty()) - ) - { - diff --git a/databases/knoda/pkg-plist b/databases/knoda/pkg-plist index 398389feb001..5a3173d52290 100644 --- a/databases/knoda/pkg-plist +++ b/databases/knoda/pkg-plist @@ -1,4 +1,5 @@ bin/knoda +bin/knoda-rt include/hk_kdeboolean.h include/hk_kdecombobox.h include/hk_kdegrid.h @@ -138,6 +139,7 @@ share/icons/hicolor/16x16/apps/knoda.png share/icons/hicolor/32x32/apps/knoda.png share/icons/locolor/16x16/apps/knoda.png share/icons/locolor/32x32/apps/knoda.png +share/locale/bg/LC_MESSAGES/knoda.mo share/locale/de/LC_MESSAGES/knoda.mo share/locale/es/LC_MESSAGES/knoda.mo share/locale/fr/LC_MESSAGES/knoda.mo |