FreeBSD Bugzilla – Attachment 195648 Details for
Bug 214922
databases/tora 2.1.3: Warning messages and errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch updating to 3.2-133
tora.patch (text/plain), 25.83 KB, created by
Yuri Victorovich
on 2018-07-30 17:08:16 UTC
(
hide
)
Description:
patch updating to 3.2-133
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2018-07-30 17:08:16 UTC
Size:
25.83 KB
patch
obsolete
>Index: databases/tora/Makefile >=================================================================== >--- databases/tora/Makefile (revision 475861) >+++ databases/tora/Makefile (working copy) >@@ -2,48 +2,42 @@ > # $FreeBSD$ > > PORTNAME= tora >-PORTVERSION= 2.1.3 >-PORTREVISION= 14 >+DISTVERSIONPREFIX= v >+DISTVERSION= 3.2-133 >+DISTVERSIONSUFFIX= -gbbeb2fe4 > PORTEPOCH= 1 > CATEGORIES= databases >-MASTER_SITES= SF > > MAINTAINER= ports@FreeBSD.org >-COMMENT= Toolkit for Oracle >+COMMENT= Database management GUI for Oracle, MySQL, PgSql, etc > > LICENSE= GPLv2 > > BUILD_DEPENDS= cppunit-config:devel/cppunit >-LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 \ >- libpcre.so:devel/pcre >+LIB_DEPENDS= libboost_system.so:devel/boost-libs \ >+ libqscintilla2_qt5.so:devel/qscintilla2-qt5 > >-OPTIONS_DEFINE= PGSQL MYSQL DOCS >-OPTIONS_DEFAULT= PGSQL MYSQL >- >-USE_QT= corelib gui sql xml network moc_build qmake_build rcc_build uic_build >-USES= autoreconf gmake libtool localbase:ldflags makeinfo qmake:no_env qt:4 >+USES= cmake:outsource desktop-file-utils localbase:ldflags makeinfo qt:5 >+USE_GITHUB= yes >+GH_ACCOUNT= tora-tool >+USE_QT= core gui network printsupport sql widgets xml buildtools_build qmake_build > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-pcre=${LOCALBASE} \ >- --with-qt-includes=${QT_INCDIR} \ >- --with-qt-libraries=${QT_LIBDIR} \ >- --with-extra-includes=${LOCALBASE}/include \ >- --with-extra-libs=${LOCALBASE}/lib >+USE_GCC= any # https://github.com/tora-tool/tora/issues/108 > >-INSTALL_TARGET= install-strip >+CMAKE_ON= QT5_BUILD WANT_INTERNAL_LOKI # external loki fails to link: https://github.com/tora-tool/tora/issues/109 >+CMAKE_OFF= ENABLE_DB2 TERADATA > >-PREFIX2FIX= doc/help/preferences.texi doc/help/preferences.html >+OPTIONS_GROUP= DB >+OPTIONS_GROUP_DB= ORACLE PGSQL >+OPTIONS_DEFAULT= ORACLE PGSQL >+DB_DESC= Databases > >-DOCS_USES= makeinfo >-DOCS_INFO= tora >+ORACLE_CMAKE_BOOL= ENABLE_ORACLE >+PGSQL_CMAKE_BOOL= ENABLE_PGSQL >+PGSQL_USES= pgsql > >-MYSQL_USE= QT=sql-mysql_run >-PGSQL_USE= QT=sql-pgsql_run >+PLIST_FILES= bin/tora \ >+ share/applications/tora.desktop \ >+ ${DATADIR}-3.2/i18n/tora_toad.qm > >-post-patch-DOCS-on: >- @${REINPLACE_CMD} 's|/etc/torarc|${PREFIX}/etc/torarc|' \ >- ${PREFIX2FIX:S|^|${WRKSRC}/|} >- >-post-patch-DOCS-off: >- @${REINPLACE_CMD} 's|test doc|test|' ${WRKSRC}/Makefile.am >- > .include <bsd.port.mk> >Index: databases/tora/distinfo >=================================================================== >--- databases/tora/distinfo (revision 475861) >+++ databases/tora/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (tora-2.1.3.tar.gz) = ecabb2f181d1fefe8c1c401f14e1fea80b49fc6bc7963ef9f202821a626e619b >-SIZE (tora-2.1.3.tar.gz) = 12284451 >+TIMESTAMP = 1532923806 >+SHA256 (tora-tool-tora-v3.2-133-gbbeb2fe4_GH0.tar.gz) = 07966678032118993f760348da9b806a62e65c50e749634155edca370d3d5ee0 >+SIZE (tora-tool-tora-v3.2-133-gbbeb2fe4_GH0.tar.gz) = 12788026 >Index: databases/tora/files/patch-config_m4_oracle.m4 >=================================================================== >--- databases/tora/files/patch-config_m4_oracle.m4 (revision 475869) >+++ databases/tora/files/patch-config_m4_oracle.m4 (nonexistent) >@@ -1,14 +0,0 @@ >---- config/m4/oracle.m4.orig 2009-10-23 16:19:57 UTC >-+++ config/m4/oracle.m4 >-@@ -113,6 +113,11 @@ Please install the instant client sdk pa >- ora_cflags="$ora_cflags -I$dir" >- echo "adding -I$dir" >&AS_MESSAGE_LOG_FD() >- fi >-+ echo "trying ociextp.h $dir/ociextp.h" >&AS_MESSAGE_LOG_FD() >-+ if test -r $dir/ociextp.h; then >-+ ora_cflags="$ora_cflags -I$dir" >-+ echo "adding -I$dir" >&AS_MESSAGE_LOG_FD() >-+ fi >- done >- >- ora_check_lib=" > >Property changes on: databases/tora/files/patch-config_m4_oracle.m4 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-config_m4_qtkde.m4 >=================================================================== >--- databases/tora/files/patch-config_m4_qtkde.m4 (revision 475869) >+++ databases/tora/files/patch-config_m4_qtkde.m4 (nonexistent) >@@ -1,21 +0,0 @@ >-The library is called libqscintilla2_qt4.so since 2.10.2. >---- config/m4/qtkde.m4.orig 2018-02-16 21:51:49 UTC >-+++ config/m4/qtkde.m4 >-@@ -112,7 +112,7 @@ AC_DEFUN([TORA_CHECK_QSCINTILLA], >- @LIB_DCOP@ \ >- @LIB_KHTML@ \ >- $scin_ldflags" >-- LIBS="-lqscintilla2" >-+ LIBS="-lqscintilla2_qt4" >- >- AC_LANG_PUSH(C++) >- >-@@ -148,7 +148,7 @@ Or alternatively see if your OS offers a QScintilla 2 >- >- AC_DEFINE_UNQUOTED(QSCINTILLA_DLL, 1, [True if on Windows.]) >- AC_SUBST(QSCINTILLA_CXXFLAGS, $scin_cflags) >-- AC_SUBST(QSCINTILLA_LDFLAGS, "$scin_ldflags -lqscintilla2") >-+ AC_SUBST(QSCINTILLA_LDFLAGS, "$scin_ldflags -lqscintilla2_qt4") >- AC_MSG_RESULT(yes) >- ]) >- > >Property changes on: databases/tora/files/patch-config_m4_qtkde.m4 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-configure >=================================================================== >--- databases/tora/files/patch-configure (revision 475869) >+++ databases/tora/files/patch-configure (nonexistent) >@@ -1,14 +0,0 @@ >---- configure.orig 2010-09-19 17:15:52 UTC >-+++ configure >-@@ -17436,6 +17436,11 @@ Please install the instant client sdk pa >- ora_cflags="$ora_cflags -I$dir" >- echo "adding -I$dir" >&5 >- fi >-+ echo "trying ociextp.h $dir/ociextp.h" >&5 >-+ if test -r $dir/ociextp.h; then >-+ ora_cflags="$ora_cflags -I$dir" >-+ echo "adding -I$dir" >&5 >-+ fi >- done >- >- ora_check_lib=" > >Property changes on: databases/tora/files/patch-configure >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-configure.ac >=================================================================== >--- databases/tora/files/patch-configure.ac (revision 475869) >+++ databases/tora/files/patch-configure.ac (nonexistent) >@@ -1,12 +0,0 @@ >---- configure.ac.orig 2010-06-06 19:50:46 UTC >-+++ configure.ac >-@@ -57,6 +57,9 @@ TORA_CHECK_QSCINTILLA >- AX_PATH_LIB_PCRE >- AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes) >- AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"]) >-+# is mandatory check for libcompat >-+AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD >-+AC_SUBST(LIBCOMPAT) >- >- # Makefile.am uses these >- AM_CONDITIONAL(HAVE_ORACLE, test "$enable_oracle" = yes) > >Property changes on: databases/tora/files/patch-configure.ac >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-doc_Makefile.am >=================================================================== >--- databases/tora/files/patch-doc_Makefile.am (revision 475869) >+++ databases/tora/files/patch-doc_Makefile.am (nonexistent) >@@ -1,27 +0,0 @@ >---- doc/Makefile.am.orig 2009-10-23 16:19:55 UTC >-+++ doc/Makefile.am >-@@ -3,19 +3,20 @@ EXTRA_DIST = help >- dist-hook: >- rm -rf `find $(distdir) -name .svn` >- >--tora_docdir = $(DESTDIR)$(libdir) >-+tora_docdir = $(DESTDIR)$(docdir) >- >- install-data-hook: >- rm -rf $(tora_docdir)/help >-- cp -dpR $(top_builddir)/doc/help/tora $(tora_docdir)/help >-+ $(mkdir_p) $(tora_docdir)/help >-+ cp -Rp $(top_builddir)/doc/help/tora/ $(tora_docdir)/help >- cp $(tora_docdir)/help/index.html $(tora_docdir)/help/toc.html >-- cp -dpR $(top_srcdir)/doc/help/images $(tora_docdir)/help >-+ cp -Rp $(top_srcdir)/doc/help/images $(tora_docdir)/help >- # cp -dpR $(top_srcdir)/doc/help/api $(tora_docdir)/help >- >- manualdir = $(top_builddir)/doc/help >- >- all-local: >- echo Making HTML in $(manualdir) >-- cd $(manualdir) && make html >-+ cd $(manualdir) && gmake html >- >- SUBDIRS = help > >Property changes on: databases/tora/files/patch-doc_Makefile.am >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-doc_help_tora.texi >=================================================================== >--- databases/tora/files/patch-doc_help_tora.texi (revision 475869) >+++ databases/tora/files/patch-doc_help_tora.texi (nonexistent) >@@ -1,13 +0,0 @@ >---- doc/help/tora.texi.orig 2010-07-18 10:48:45 UTC >-+++ doc/help/tora.texi >-@@ -7,6 +7,10 @@ >- @c @image{images/tora_manual} >- @c %**end of header >- >-+@direntry >-+* Tora: (tora). Toolkit for Oracle >-+@end direntry >-+ >- @copying >- This manual is for TOra, version 2.1.3+. >- @end copying > >Property changes on: databases/tora/files/patch-doc_help_tora.texi >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_Makefile.am >=================================================================== >--- databases/tora/files/patch-src_Makefile.am (revision 475869) >+++ databases/tora/files/patch-src_Makefile.am (nonexistent) >@@ -1,19 +0,0 @@ >---- src/Makefile.am.orig 2010-09-19 18:07:44 UTC >-+++ src/Makefile.am >-@@ -37,7 +37,7 @@ AM_LDFLAGS = $(PCRE_LIBS) \ >- # fix for annoying automake naming problems. >- tora_CXXFLAGS = $(AM_CXXFLAGS) >- >--tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(TERADATA_LIBS) $(@TORA_LINK_OTHERS@) >-+tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(TERADATA_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT) >- >- if HAVE_ORACLE >- EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp tooraclesetting.h \ >-@@ -439,6 +439,7 @@ BUILT_SOURCES = \ >- moc_tobrowserdblinkswidget.cpp \ >- moc_tobrowserdirectorieswidget.cpp \ >- moc_toresultgrants.cpp \ >-+ moc_toawr.cpp \ >- docklets/moc_toviewdirectory.cpp \ >- docklets/moc_toviewconnections.cpp \ >- ui_toaboutui.h \ > >Property changes on: databases/tora/files/patch-src_Makefile.am >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_connection_tooraclefind.cpp >=================================================================== >--- databases/tora/files/patch-src_connection_tooraclefind.cpp (nonexistent) >+++ databases/tora/files/patch-src_connection_tooraclefind.cpp (working copy) >@@ -0,0 +1,12 @@ >+--- src/connection/tooraclefind.cpp.orig 2018-07-30 04:26:46 UTC >++++ src/connection/tooraclefind.cpp >+@@ -56,6 +56,9 @@ >+ #if defined(Q_OS_LINUX) >+ # define PROVIDER_LIB "libporacle.so" >+ # define TROTL_LIB "libtrotl.so" >++#elif defined(Q_OS_FREEBSD) >++# define PROVIDER_LIB "libporacle.so" >++# define TROTL_LIB "libtrotl.so" >+ #elif defined(Q_OS_WIN32) >+ # define PROVIDER_LIB "poracle.dll" >+ # define TROTL_LIB "trotl.dll" > >Property changes on: databases/tora/files/patch-src_connection_tooraclefind.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_connection_toteradatafind.cpp >=================================================================== >--- databases/tora/files/patch-src_connection_toteradatafind.cpp (nonexistent) >+++ databases/tora/files/patch-src_connection_toteradatafind.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/connection/toteradatafind.cpp.orig 2018-07-30 05:07:51 UTC >++++ src/connection/toteradatafind.cpp >+@@ -45,6 +45,8 @@ >+ >+ #if defined(Q_OS_LINUX) >+ # define PROVIDER_LIB "libpteradata.so" >++#elif defined(Q_OS_FREEBSD) >++# define PROVIDER_LIB "libpteradata.so" >+ #elif defined(Q_OS_WIN32) >+ # define PROVIDER_LIB "pteradata.dll" >+ #elif defined(Q_OS_MAC) > >Property changes on: databases/tora/files/patch-src_connection_toteradatafind.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_toextract.cpp >=================================================================== >--- databases/tora/files/patch-src_toextract.cpp (revision 475869) >+++ databases/tora/files/patch-src_toextract.cpp (nonexistent) >@@ -1,10 +0,0 @@ >---- src/toextract.cpp.orig 2010-02-02 18:25:43 UTC >-+++ src/toextract.cpp >-@@ -39,6 +39,7 @@ >- * >- * END_COMMON_COPYRIGHT_HEADER */ >- >-+#include <unistd.h> >- #include "utils.h" >- >- #include "toconf.h" > >Property changes on: databases/tora/files/patch-src_toextract.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_toextract.h >=================================================================== >--- databases/tora/files/patch-src_toextract.h (revision 475869) >+++ databases/tora/files/patch-src_toextract.h (nonexistent) >@@ -1,18 +0,0 @@ >---- src/toextract.h.orig 2010-02-02 18:25:43 UTC >-+++ src/toextract.h >-@@ -782,13 +782,13 @@ public: >- } >- /** Implement sort order based only on Order field. >- */ >-- bool operator <(const columnInfo &inf) >-+ bool operator <(const columnInfo &inf) const >- { >- return Order < inf.Order; >- } >- /** Implement sort order based only on Order field. >- */ >-- bool operator ==(const columnInfo &inf) >-+ bool operator ==(const columnInfo &inf) const >- { >- return Order == inf.Order; >- } > >Property changes on: databases/tora/files/patch-src_toextract.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_tooracleconnection.cpp >=================================================================== >--- databases/tora/files/patch-src_tooracleconnection.cpp (revision 475869) >+++ databases/tora/files/patch-src_tooracleconnection.cpp (nonexistent) >@@ -1,10 +0,0 @@ >---- src/tooracleconnection.cpp.orig 2010-09-19 09:27:38 UTC >-+++ src/tooracleconnection.cpp >-@@ -58,7 +58,6 @@ >- >- #define OTL_STL >- #define OTL_EXCEPTION_ENABLE_ERROR_OFFSET >--#define OTL_ORA_UTF8 >- #define OTL_ORA_UNICODE >- #define OTL_ORA_TIMESTAMP >- #define OTL_ANSI_CPP > >Property changes on: databases/tora/files/patch-src_tooracleconnection.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_topiechart.h >=================================================================== >--- databases/tora/files/patch-src_topiechart.h (revision 475869) >+++ databases/tora/files/patch-src_topiechart.h (nonexistent) >@@ -1,10 +0,0 @@ >---- src/topiechart.h.orig 2009-10-23 16:19:33 UTC >-+++ src/topiechart.h >-@@ -44,6 +44,7 @@ >- >- #include "config.h" >- >-+#include <time.h> >- #include <list> >- #include <qwidget.h> >- > >Property changes on: databases/tora/files/patch-src_topiechart.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_toplsqltext.cpp >=================================================================== >--- databases/tora/files/patch-src_toplsqltext.cpp (revision 475869) >+++ databases/tora/files/patch-src_toplsqltext.cpp (nonexistent) >@@ -1,16 +0,0 @@ >-Fix the build with clang 6. >- >-toplsqltext.cpp:80:19: error: cannot initialize a member subobject of type 'const char *' with an rvalue of type 'bool' >- { NULL, NULL, false, false} >- ^~~~~ >---- src/toplsqltext.cpp.orig 2018-02-16 21:47:29 UTC >-+++ src/toplsqltext.cpp >-@@ -77,7 +77,7 @@ TypeMap[] = { { "FUNCTION", "Fc", ":/icons/function.pn >- { "LOOP", "Loop", NULL, false, false}, >- { "WHILE", "Loop", NULL, false, false}, >- { "FOR", "Loop", NULL, false, false}, >-- { NULL, NULL, false, false} >-+ { NULL, NULL, NULL, false, false} >- }; >- >- > >Property changes on: databases/tora/files/patch-src_toplsqltext.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_toreport.cpp >=================================================================== >--- databases/tora/files/patch-src_toreport.cpp (revision 475869) >+++ databases/tora/files/patch-src_toreport.cpp (nonexistent) >@@ -1,10 +0,0 @@ >---- src/toreport.cpp.orig 2010-01-14 16:39:02 UTC >-+++ src/toreport.cpp >-@@ -39,6 +39,7 @@ >- * >- * END_COMMON_COPYRIGHT_HEADER */ >- >-+#include <unistd.h> >- #include "utils.h" >- >- #include "toconf.h" > >Property changes on: databases/tora/files/patch-src_toreport.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/files/patch-src_towaitevents.h >=================================================================== >--- databases/tora/files/patch-src_towaitevents.h (revision 475869) >+++ databases/tora/files/patch-src_towaitevents.h (nonexistent) >@@ -1,10 +0,0 @@ >---- src/towaitevents.h.orig 2009-10-23 16:19:33 UTC >-+++ src/towaitevents.h >-@@ -48,6 +48,7 @@ >- #include <list> >- #include <map> >- #include <algorithm> >-+#include <ctime> >- >- #include <QWidget> >- #include <QString> > >Property changes on: databases/tora/files/patch-src_towaitevents.h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: databases/tora/pkg-descr >=================================================================== >--- databases/tora/pkg-descr (revision 475861) >+++ databases/tora/pkg-descr (working copy) >@@ -9,4 +9,4 @@ > application. Features PL/SQL debugger, SQL worksheet with syntax > highlighting, DB browser and a comprehensive set of DBA tools. > >-WWW: http://torasql.com/ >+WWW: https://github.com/tora-tool/tora/wiki >Index: databases/tora/pkg-plist >=================================================================== >--- databases/tora/pkg-plist (revision 475861) >+++ databases/tora/pkg-plist (nonexistent) >@@ -1,113 +0,0 @@ >-bin/tora >-lib/tora_fr.qm >-lib/tora_it.qm >-lib/tora_se.qm >-lib/tora_toad.qm >-%%PORTDOCS%%%%DOCSDIR%%/help/Index_002dlist.html >-%%PORTDOCS%%%%DOCSDIR%%/help/additionalhelp.html >-%%PORTDOCS%%%%DOCSDIR%%/help/alert.html >-%%PORTDOCS%%%%DOCSDIR%%/help/analyze.html >-%%PORTDOCS%%%%DOCSDIR%%/help/api.html >-%%PORTDOCS%%%%DOCSDIR%%/help/browser.html >-%%PORTDOCS%%%%DOCSDIR%%/help/charts.html >-%%PORTDOCS%%%%DOCSDIR%%/help/common.html >-%%PORTDOCS%%%%DOCSDIR%%/help/current.html >-%%PORTDOCS%%%%DOCSDIR%%/help/database.html >-%%PORTDOCS%%%%DOCSDIR%%/help/debugger.html >-%%PORTDOCS%%%%DOCSDIR%%/help/editor.html >-%%PORTDOCS%%%%DOCSDIR%%/help/editors.html >-%%PORTDOCS%%%%DOCSDIR%%/help/explainplan.html >-%%PORTDOCS%%%%DOCSDIR%%/help/extendingtora.html >-%%PORTDOCS%%%%DOCSDIR%%/help/externalapi.html >-%%PORTDOCS%%%%DOCSDIR%%/help/gettingbindparameters.html >-%%PORTDOCS%%%%DOCSDIR%%/help/globalsettings.html >-%%PORTDOCS%%%%DOCSDIR%%/help/help.html >-%%PORTDOCS%%%%DOCSDIR%%/help/history.html >-%%PORTDOCS%%%%DOCSDIR%%/help/images/CMakeLists.txt >-%%PORTDOCS%%%%DOCSDIR%%/help/images/additionalhelp.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/addwatch.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/alert.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/analyze.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/browser.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/browserfilter.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/changewatch.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/charts.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/chartsetup.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/contentfilter.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/current.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/database.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/debugger.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/describe.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/difference.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/editmenu.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/editor.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/editor_syntax.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/exporttofile.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/filemenu.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/fonts.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/getparam.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/help.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/helpmenu.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/invalid.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/largelogo.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/lists.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/memo.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/mysql.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/newconnection.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/oracle.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/output.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/pfileeditor.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/preferences.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/priviledges.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/quota.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/resize.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/rollback.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/rollbacksetup.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/script.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/searchreplace.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/security.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/session.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/sgastatement.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/sgatrace.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/sqledit.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/storage.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/template.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/templateeditor.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/templatesetup.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/toolbar.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/tools.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/toolsmenu.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/tuning.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/visualize.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/windowsmenu.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/worksheet.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/worksheetsetup.png >-%%PORTDOCS%%%%DOCSDIR%%/help/images/workspace.png >-%%PORTDOCS%%%%DOCSDIR%%/help/index.html >-%%PORTDOCS%%%%DOCSDIR%%/help/invalid.html >-%%PORTDOCS%%%%DOCSDIR%%/help/lists.html >-%%PORTDOCS%%%%DOCSDIR%%/help/memoeditor.html >-%%PORTDOCS%%%%DOCSDIR%%/help/newconnection.html >-%%PORTDOCS%%%%DOCSDIR%%/help/objectdescription.html >-%%PORTDOCS%%%%DOCSDIR%%/help/output.html >-%%PORTDOCS%%%%DOCSDIR%%/help/plsqleditor.html >-%%PORTDOCS%%%%DOCSDIR%%/help/preferences.html >-%%PORTDOCS%%%%DOCSDIR%%/help/rollback.html >-%%PORTDOCS%%%%DOCSDIR%%/help/script.html >-%%PORTDOCS%%%%DOCSDIR%%/help/searchreplace.html >-%%PORTDOCS%%%%DOCSDIR%%/help/security.html >-%%PORTDOCS%%%%DOCSDIR%%/help/session.html >-%%PORTDOCS%%%%DOCSDIR%%/help/sgastatement.html >-%%PORTDOCS%%%%DOCSDIR%%/help/sqledit.html >-%%PORTDOCS%%%%DOCSDIR%%/help/storage.html >-%%PORTDOCS%%%%DOCSDIR%%/help/template.html >-%%PORTDOCS%%%%DOCSDIR%%/help/toc.html >-%%PORTDOCS%%%%DOCSDIR%%/help/tools.html >-%%PORTDOCS%%%%DOCSDIR%%/help/toolsetting.html >-%%PORTDOCS%%%%DOCSDIR%%/help/trace.html >-%%PORTDOCS%%%%DOCSDIR%%/help/tuning.html >-%%PORTDOCS%%%%DOCSDIR%%/help/unittest.html >-%%PORTDOCS%%%%DOCSDIR%%/help/whatprivileges.html >-%%PORTDOCS%%%%DOCSDIR%%/help/window.html >-%%PORTDOCS%%%%DOCSDIR%%/help/worksheet.html >-%%PORTDOCS%%%%DOCSDIR%%/help/workspace.html > >Property changes on: databases/tora/pkg-plist >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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 214922
: 195648