summaryrefslogtreecommitdiff
path: root/databases/libgda-mysql
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-05-17 08:20:34 +0000
committerwiz <wiz@pkgsrc.org>2019-05-17 08:20:34 +0000
commit67d932880546416777bf588fefd4517698594d28 (patch)
tree74d6751e3aa8817d213974c432d17be495c8c2aa /databases/libgda-mysql
parent3e6bd62baea1f3804fb876aa7ab891775aab07a6 (diff)
downloadpkgsrc-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/libgda-mysql')
-rw-r--r--databases/libgda-mysql/Makefile3
1 files changed, 1 insertions, 2 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"