diff options
author | wiz <wiz@pkgsrc.org> | 2019-05-17 08:20:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-05-17 08:20:34 +0000 |
commit | 67d932880546416777bf588fefd4517698594d28 (patch) | |
tree | 74d6751e3aa8817d213974c432d17be495c8c2aa /databases | |
parent | 3e6bd62baea1f3804fb876aa7ab891775aab07a6 (diff) | |
download | pkgsrc-67d932880546416777bf588fefd4517698594d28.tar.gz |
libgda*: update to 5.2.9
Fixes build with OpenSSL-1.1.
libgda 5.2.9
- Fix Sun JRE 1.8 detection
- Fix JDK 11.0 detection
- Drop unneeded JAVAH variable check
- Fix build for System Installed SQLite libs
- Non-Dates and Timestamps values returns 'NULL' string when converted
- Fix --with-ui, now UI is buildable when enable
libgda 5.2.8 2018-12-03
- Fix a typo on sv translation
- Please note: releases 5.2.6 and 5.2.7 were unable to be published at
downdload.gnome.org
libgda 5.2.7 2018-11-07
- SQLite provider uses system installed one by default
- Revome build's date from documentation
- introspection: removed system install in favor of --prefix
libgda 5.2.6 2018-10-03
- Fixed compilation on MacOS
- All Vala bindings and Vala extensions are built by default using --enable-vala,
added --disable* switch to disable some or all of them
- Fixes on outdated unit tests
- Removed unused Vala extensions
- Translations:
- es (Daniel Mustieles)
libgda 5.2.5 2018-09-25
- GdaConnection has removed the use of g_object_weak_*, improving
multi-threading behaviour
- Prepared statements now use GWeakRef for weak references
- GdaDataPivot use instance providers and locking
- GdaVConnectionDataModel use GRecMutex
- Updated SQLite to 3.8.11.1
- Fix SQLCipher build by embedding source code for 3.4.2 version
- Fix SQLCipher disabling
- Updated GObject Introspection annotations
- Fix Doc generation
- Bugs corrected: #787685 #789382 #761560 #761529 #760420 #761424 #754263 #754208
- Corrected HTML output containing <SCRIPT> tag
- Correct some truncated help strings
- Don't use (deprecated) g_thread_supported()
- MySQL meta data: fixed case where schema is incomplete in MySQL database
- Allow introspection for gda_sql_builder_add_cond_v()
- SQLite: handle WITHOUT ROWID without any error
- Translations:
- es (Daniel Mustieles)
- da (Ask Hjorth Larsen)
- pt_BR (Rafael Fontenelle)
- eu (Inaki Larranaga Murgoitio)
- sr (Мирослав Николић)
- sv (Anders Jonsson)
- de (Mario Blättermann)
- cs (Marek Černocký)
- hu (Balázs Meskó)
- oc (Balázs Meskó)
- el (Tom Tryfonidis)
- po (Pedro Albuquerque)
- id (Andika Triwidada)
libgda 5.2.4, 2015-06-13
- Added missing file in distributed tarball, bug #750891
libgda 5.2.3, 2015-06-12
- Improved Vala and introspection
- Bugs corrected: #722531, #722773, #730813, #742312, #750191 and others
- Translations:
- zh_CN (Wylmer Wang)
- el (Dimitris Spingos)
- sr (Мирослав Николић)
- bs (Samir Ribic)
- pl (Piotr Drąg)
- cs (Marek Černocký)
- es (Daniel Mustieles)
- id (Andika Triwidada)
- eu (Inaki Larranaga Murgoitio)
- pt (Pedro Albuquerque)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda-mysql/Makefile | 3 | ||||
-rw-r--r-- | databases/libgda-postgres/Makefile | 3 | ||||
-rw-r--r-- | databases/libgda/Makefile | 13 | ||||
-rw-r--r-- | databases/libgda/Makefile.common | 21 | ||||
-rw-r--r-- | databases/libgda/PLIST | 13 | ||||
-rw-r--r-- | databases/libgda/distinfo | 20 | ||||
-rw-r--r-- | databases/libgda/patches/patch-data_Makefile.in | 4 | ||||
-rw-r--r-- | databases/libgda/patches/patch-providers_mysql_Makefile.in | 4 | ||||
-rw-r--r-- | databases/libgda/patches/patch-providers_postgres_Makefile.in | 4 | ||||
-rw-r--r-- | databases/libgda/patches/patch-providers_reuseable_mysql_Makefile.in | 4 | ||||
-rw-r--r-- | databases/libgda/patches/patch-providers_reuseable_postgres_Makefile.in | 4 |
11 files changed, 45 insertions, 48 deletions
diff --git a/databases/libgda-mysql/Makefile b/databases/libgda-mysql/Makefile index c4c4795e935..0120c0135c7 100644 --- a/databases/libgda-mysql/Makefile +++ b/databases/libgda-mysql/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/03/05 11:28:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2019/05/17 08:20:34 wiz Exp $ LIBGDA_PROVIDER= mysql -PKGREVISION= 2 .include "../../databases/libgda/Makefile.common" diff --git a/databases/libgda-postgres/Makefile b/databases/libgda-postgres/Makefile index 9d1f5821e37..770c89c2f57 100644 --- a/databases/libgda-postgres/Makefile +++ b/databases/libgda-postgres/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2016/10/09 21:41:56 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2019/05/17 08:20:34 wiz Exp $ LIBGDA_PROVIDER= postgres -PKGREVISION= 3 .include "../../databases/libgda/Makefile.common" diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index f5844ab5bc9..c7701d85d7a 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -1,20 +1,17 @@ -# $NetBSD: Makefile,v 1.37 2016/03/05 11:28:11 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.38 2019/05/17 08:20:34 wiz Exp $ .include "Makefile.common" .include "options.mk" -PKGREVISION= 3 - -PKGCONFIG_OVERRIDE= libgda-5.0.pc.in libgda-report-5.0.pc.in \ - libgda-sqlcipher-5.0.pc.in libgda-sqlite-5.0.pc.in +PKGCONFIG_OVERRIDE+= libgda-5.0.pc.in +PKGCONFIG_OVERRIDE+= libgda-report-5.0.pc.in CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no --with-oracle=no TEST_TARGET= check -CHECK_INTERPRETER_SKIP= share/libgda-5.0/gda_trml2html/trml2html.py \ - share/libgda-5.0/gda_trml2pdf/trml2pdf.py +CHECK_INTERPRETER_SKIP= share/libgda-5.0/gda_trml2html/trml2html.py +CHECK_INTERPRETER_SKIP+= share/libgda-5.0/gda_trml2pdf/trml2pdf.py PKG_SYSCONFSUBDIR= libgda-5.0 EGDIR= ${PREFIX}/share/examples/libgda diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common index 915578e9130..4f862f63019 100644 --- a/databases/libgda/Makefile.common +++ b/databases/libgda/Makefile.common @@ -1,12 +1,10 @@ -# $NetBSD: Makefile.common,v 1.57 2014/10/05 16:41:05 wiz Exp $ +# $NetBSD: Makefile.common,v 1.58 2019/05/17 08:20:34 wiz Exp $ # # used by databases/libgda/Makefile -# used by databases/libgda-mysql -# used by databases/libgda-postgres -# used by databases/libgda-postgres/Makefile # used by databases/libgda-mysql/Makefile +# used by databases/libgda-postgres/Makefile -DISTNAME= libgda-5.2.2 +DISTNAME= libgda-5.2.9 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/5.2/} EXTRACT_SUFX= .tar.xz @@ -14,6 +12,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome-db.org/ COMMENT= GNU database access library +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 DISTINFO_FILE= ${.CURDIR}/../../databases/libgda/distinfo PATCHDIR= ${.CURDIR}/../../databases/libgda/patches @@ -34,14 +33,6 @@ CONFIGURE_ARGS+= --without-mysql CONFIGURE_ARGS+= --without-postgres .endif -SUBST_CLASSES+= malloc_h -SUBST_STAGE.malloc_h= pre-configure -SUBST_MESSAGE.malloc_h= Don't use malloc.h, use stdlib.h. -SUBST_FILES.malloc_h= providers/sqlite/sqlite-src/fts1.c -SUBST_FILES.malloc_h+= providers/sqlite/sqlite-src/fts1_porter.c -SUBST_FILES.malloc_h+= providers/sqlite/sqlite-src/fts1_tokenizer1.c -SUBST_SED.malloc_h+= -e 's|<malloc.h>|<stdlib.h>|' - .if defined(LIBGDA_PROVIDER) && !empty(LIBGDA_PROVIDER) PKGNAME= ${DISTNAME:S/libgda-/libgda-${LIBGDA_PROVIDER}-/} COMMENT+= - ${LIBGDA_PROVIDER} provider @@ -50,8 +41,8 @@ BUILD_DIRS= providers/reuseable/${LIBGDA_PROVIDER} providers/${LIBGDA_PROVIDER} .include "../../databases/libgda/buildlink3.mk" .else -.include "../../textproc/libxml2/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" -.include "../../devel/glib2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .endif +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" diff --git a/databases/libgda/PLIST b/databases/libgda/PLIST index d2739a5afef..a123e8db123 100644 --- a/databases/libgda/PLIST +++ b/databases/libgda/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2014/01/21 13:08:19 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.25 2019/05/17 08:20:34 wiz Exp $ bin/gda-list-config bin/gda-list-config-5.0 bin/gda-list-server-op @@ -124,7 +124,6 @@ share/gtk-doc/html/libgda-5.0/GdaConnectionEvent.html share/gtk-doc/html/libgda-5.0/GdaDataAccessWrapper.html share/gtk-doc/html/libgda-5.0/GdaDataModel.html share/gtk-doc/html/libgda-5.0/GdaDataModelArray.html -share/gtk-doc/html/libgda-5.0/GdaDataModelBdb.html share/gtk-doc/html/libgda-5.0/GdaDataModelDir.html share/gtk-doc/html/libgda-5.0/GdaDataModelImport.html share/gtk-doc/html/libgda-5.0/GdaDataModelIter.html @@ -281,8 +280,8 @@ share/gtk-doc/html/libgda-5.0/gda-sql-manual-icommands.html share/gtk-doc/html/libgda-5.0/gda-sql-manual-open.html share/gtk-doc/html/libgda-5.0/gda-sql-manual-run.html share/gtk-doc/html/libgda-5.0/gda-sql.html -share/gtk-doc/html/libgda-5.0/gen:sql_identifiers.html share/gtk-doc/html/libgda-5.0/gen_blobs.html +share/gtk-doc/html/libgda-5.0/gen_sql_identifiers.html share/gtk-doc/html/libgda-5.0/getting_started.html share/gtk-doc/html/libgda-5.0/home.png share/gtk-doc/html/libgda-5.0/howto-exec-non-select.html @@ -311,7 +310,6 @@ share/gtk-doc/html/libgda-5.0/index-5-0.html share/gtk-doc/html/libgda-5.0/index-5-2-0.html share/gtk-doc/html/libgda-5.0/index-deprecated.html share/gtk-doc/html/libgda-5.0/index.html -share/gtk-doc/html/libgda-5.0/index.sgml share/gtk-doc/html/libgda-5.0/index_main.html share/gtk-doc/html/libgda-5.0/information_schema.html share/gtk-doc/html/libgda-5.0/information_schema.png @@ -320,12 +318,14 @@ share/gtk-doc/html/libgda-5.0/installation-configuring.html share/gtk-doc/html/libgda-5.0/installation-installing.html share/gtk-doc/html/libgda-5.0/installation.html share/gtk-doc/html/libgda-5.0/introduction.html +share/gtk-doc/html/libgda-5.0/left-insensitive.png share/gtk-doc/html/libgda-5.0/left.png share/gtk-doc/html/libgda-5.0/libgda-5.0-Attributes-manager.html share/gtk-doc/html/libgda-5.0/libgda-5.0-Configuration.html share/gtk-doc/html/libgda-5.0/libgda-5.0-Default-Data-handlers.html share/gtk-doc/html/libgda-5.0/libgda-5.0-Gda-Value.html share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaDataComparator.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaDataModelBdb.html share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaDataPivot.html share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaMutex.html share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaRepetitiveStatement.html @@ -402,6 +402,7 @@ share/gtk-doc/html/libgda-5.0/provider_notes_sqlcipher.html share/gtk-doc/html/libgda-5.0/provider_notes_sqlite.html share/gtk-doc/html/libgda-5.0/psupport.html share/gtk-doc/html/libgda-5.0/pt09.html +share/gtk-doc/html/libgda-5.0/right-insensitive.png share/gtk-doc/html/libgda-5.0/right.png share/gtk-doc/html/libgda-5.0/stmt-compound.png share/gtk-doc/html/libgda-5.0/stmt-insert1.png @@ -415,6 +416,7 @@ share/gtk-doc/html/libgda-5.0/transactions.html share/gtk-doc/html/libgda-5.0/tree-overview.png share/gtk-doc/html/libgda-5.0/tree-overview2.png share/gtk-doc/html/libgda-5.0/trees.html +share/gtk-doc/html/libgda-5.0/up-insensitive.png share/gtk-doc/html/libgda-5.0/up.png share/gtk-doc/html/libgda-5.0/vi-basic-form.png share/gtk-doc/html/libgda-5.0/vi-cloud.png @@ -474,6 +476,7 @@ share/libgda-5.0/web/mouseapp_2.js share/libgda-5.0/web/mouseirb_2.js share/locale/ar/LC_MESSAGES/libgda-5.0.mo share/locale/az/LC_MESSAGES/libgda-5.0.mo +share/locale/bs/LC_MESSAGES/libgda-5.0.mo share/locale/ca/LC_MESSAGES/libgda-5.0.mo share/locale/ca@valencia/LC_MESSAGES/libgda-5.0.mo share/locale/cs/LC_MESSAGES/libgda-5.0.mo @@ -507,7 +510,6 @@ share/locale/ne/LC_MESSAGES/libgda-5.0.mo share/locale/nl/LC_MESSAGES/libgda-5.0.mo share/locale/oc/LC_MESSAGES/libgda-5.0.mo share/locale/pa/LC_MESSAGES/libgda-5.0.mo -share/locale/pl/LC_MESSAGES/libgda-5.0.mo share/locale/pt/LC_MESSAGES/libgda-5.0.mo share/locale/pt_BR/LC_MESSAGES/libgda-5.0.mo share/locale/ru/LC_MESSAGES/libgda-5.0.mo @@ -516,7 +518,6 @@ share/locale/sk/LC_MESSAGES/libgda-5.0.mo share/locale/sl/LC_MESSAGES/libgda-5.0.mo share/locale/sq/LC_MESSAGES/libgda-5.0.mo share/locale/sr/LC_MESSAGES/libgda-5.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-5.0.mo share/locale/sr@latin/LC_MESSAGES/libgda-5.0.mo share/locale/sv/LC_MESSAGES/libgda-5.0.mo share/locale/tg/LC_MESSAGES/libgda-5.0.mo diff --git a/databases/libgda/distinfo b/databases/libgda/distinfo index d2e278016a4..68118a39673 100644 --- a/databases/libgda/distinfo +++ b/databases/libgda/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.36 2015/11/03 01:56:14 agc Exp $ +$NetBSD: distinfo,v 1.37 2019/05/17 08:20:34 wiz Exp $ -SHA1 (libgda-5.2.2.tar.xz) = 2b56f6388961bb9dd3a92b6bb2803cab5439597e -RMD160 (libgda-5.2.2.tar.xz) = d391a7ea74d08ae4f5f5fe7ba6c49f2f254be5f9 -SHA512 (libgda-5.2.2.tar.xz) = b09ef364c3357a58b17508a39ee53ef462baa54bb3c8af580d23fd2771b034355092ecdb7ef29b29dd08533394a702f12b838732c712fb6b3a04b6b201cd3c74 -Size (libgda-5.2.2.tar.xz) = 12173216 bytes -SHA1 (patch-data_Makefile.in) = 4a729d5edf8ff86991b131098333cba760d177e6 -SHA1 (patch-providers_mysql_Makefile.in) = e290a2cd32121c8d78d5f8d128e1da111954781e -SHA1 (patch-providers_postgres_Makefile.in) = 5edd0bfe7ae2614e9a71e90d50a1add0a0119f15 -SHA1 (patch-providers_reuseable_mysql_Makefile.in) = d03bc0dfbcf287defec7a7320c2792c839058da9 -SHA1 (patch-providers_reuseable_postgres_Makefile.in) = 18634bae01cca6443a0dbf765b0dd4ea7374fca4 +SHA1 (libgda-5.2.9.tar.xz) = 005d3be4448ae9faa5fe422f8479630793adf89e +RMD160 (libgda-5.2.9.tar.xz) = b96a8548228f932d51bd92c19667a214b1ab1d55 +SHA512 (libgda-5.2.9.tar.xz) = a28324533298d42aacfce5d9f3d699314ddb5d5fe7e492433dbbe4232fb310b798d312ac08dffd4f4ebef5ceea3c6c49ef3c679ab97b5e9d1f64e3fed50b2231 +Size (libgda-5.2.9.tar.xz) = 12619160 bytes +SHA1 (patch-data_Makefile.in) = b5c09e1d653f5290db1452537c310767cb6cf5b1 +SHA1 (patch-providers_mysql_Makefile.in) = 7926d08a71581f8ebd2f4e09cae71bfce2c4a1cc +SHA1 (patch-providers_postgres_Makefile.in) = f925b74ef1658e8f289b9c69e0e8e9476ad7a428 +SHA1 (patch-providers_reuseable_mysql_Makefile.in) = 0ce50b4871938dc13a701be0831c8caf0d6d9be9 +SHA1 (patch-providers_reuseable_postgres_Makefile.in) = cba14f42297e7346ca9448e5f3503f4c49d09ab5 diff --git a/databases/libgda/patches/patch-data_Makefile.in b/databases/libgda/patches/patch-data_Makefile.in index f319e20cf89..09e03553b0f 100644 --- a/databases/libgda/patches/patch-data_Makefile.in +++ b/databases/libgda/patches/patch-data_Makefile.in @@ -1,4 +1,6 @@ -$NetBSD: patch-data_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ +$NetBSD: patch-data_Makefile.in,v 1.2 2019/05/17 08:20:34 wiz Exp $ + +Use pkgsrc example config directory. --- data/Makefile.in.orig 2013-10-02 12:02:15.000000000 +0000 +++ data/Makefile.in diff --git a/databases/libgda/patches/patch-providers_mysql_Makefile.in b/databases/libgda/patches/patch-providers_mysql_Makefile.in index 61c82117410..b401a06ed87 100644 --- a/databases/libgda/patches/patch-providers_mysql_Makefile.in +++ b/databases/libgda/patches/patch-providers_mysql_Makefile.in @@ -1,4 +1,6 @@ -$NetBSD: patch-providers_mysql_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ +$NetBSD: patch-providers_mysql_Makefile.in,v 1.2 2019/05/17 08:20:34 wiz Exp $ + +For building mysql plugin as a separate package. --- providers/mysql/Makefile.in.orig 2013-10-02 11:34:25.000000000 +0000 +++ providers/mysql/Makefile.in diff --git a/databases/libgda/patches/patch-providers_postgres_Makefile.in b/databases/libgda/patches/patch-providers_postgres_Makefile.in index d28724e63d6..fe1d3682b82 100644 --- a/databases/libgda/patches/patch-providers_postgres_Makefile.in +++ b/databases/libgda/patches/patch-providers_postgres_Makefile.in @@ -1,4 +1,6 @@ -$NetBSD: patch-providers_postgres_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ +$NetBSD: patch-providers_postgres_Makefile.in,v 1.2 2019/05/17 08:20:34 wiz Exp $ + +For building postgres plugin as a separate package. --- providers/postgres/Makefile.in.orig 2013-10-02 11:58:55.000000000 +0000 +++ providers/postgres/Makefile.in diff --git a/databases/libgda/patches/patch-providers_reuseable_mysql_Makefile.in b/databases/libgda/patches/patch-providers_reuseable_mysql_Makefile.in index 6ce3be6a514..e75e4a3c0d7 100644 --- a/databases/libgda/patches/patch-providers_reuseable_mysql_Makefile.in +++ b/databases/libgda/patches/patch-providers_reuseable_mysql_Makefile.in @@ -1,4 +1,6 @@ -$NetBSD: patch-providers_reuseable_mysql_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ +$NetBSD: patch-providers_reuseable_mysql_Makefile.in,v 1.2 2019/05/17 08:20:34 wiz Exp $ + +For building mysql plugin as a separate package. --- providers/reuseable/mysql/Makefile.in.orig 2013-10-02 11:39:08.000000000 +0000 +++ providers/reuseable/mysql/Makefile.in diff --git a/databases/libgda/patches/patch-providers_reuseable_postgres_Makefile.in b/databases/libgda/patches/patch-providers_reuseable_postgres_Makefile.in index bc4b0076bf1..2a759da788b 100644 --- a/databases/libgda/patches/patch-providers_reuseable_postgres_Makefile.in +++ b/databases/libgda/patches/patch-providers_reuseable_postgres_Makefile.in @@ -1,4 +1,6 @@ -$NetBSD: patch-providers_reuseable_postgres_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ +$NetBSD: patch-providers_reuseable_postgres_Makefile.in,v 1.2 2019/05/17 08:20:34 wiz Exp $ + +For building postgres plugin as a separate package. --- providers/reuseable/postgres/Makefile.in.orig 2013-10-02 11:59:18.000000000 +0000 +++ providers/reuseable/postgres/Makefile.in |