summaryrefslogtreecommitdiff
path: root/databases/libgda
AgeCommit message (Collapse)AuthorFilesLines
2013-10-06Update to libgda-5.1.2 for modern Anjuta.joerg51-1089/+648
This moves to Gnome 3 environment.
2013-07-18fixes last changeobache1-2/+2
2013-07-17catch up to changes in Makefileobache1-2/+2
(devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-06-03PKGREVISION bump (to 5) matching rev 1.33 of distinfo and associateddholland1-2/+2
patches, which was even described as changing installed headers for client packages but I apparently spaced on it. noted by obache.
2012-05-10glib2 build fixes for the providers sub-packages, plus one for when thedholland17-1/+257
fam option is enabled. Closes PR 46429, PR 46430, and PR 46432.
2012-05-06Fix build with the new glib2. Bleh.dholland22-1/+357
2012-05-04Don't return values from void functions.joerg2-1/+20
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06Fix typo in used-by line.wiz1-2/+2
2012-01-15Suppress Oracle, from B.ICT A.P. deBROUWER Jr. in PR 45838.dholland1-2/+2
(Someone(TM) might want to prepare an Oracle backend package for this, if it can be done the same way as the Postgres and MySQL ones.)
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-17Note "used by..." comments.obache1-1/+4
2009-06-14Remove @dirrm related logic.joerg1-6/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-15/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-3/+5
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-08-09fix PRINT_PLIST_AWK for future print-PLISTsdrochner1-2/+2
2007-08-04Update libgda to 3.0.1obache19-521/+405
Based on patch proveided by Makoto Fujiwara in PR 36715. Pkgsrc Changes: Added fam option. from NEWS: libgda 3.0.1, 2007-05-10 - Bug fixes: #433687, #434464, #432798, #432798 (Armin Burgmeier, Gustavo R. Montesino, Leonardo Boshell, Vivien Malerba) - Translations: - ar (Djihed Afifi) libgda 3.0.0, 2007-04-20 - misc. bug fixes (Armin Burgmeier, Vivien Malerba) - bug fixes in the SQL delimiter to handle comments, BEGIN and END blocks and PostgreSQL's dollar quoting (Vivien Malerba) - more unit tests (Vivien Malerba) - removed dependecy and test for popt (Baris Cicek) - fixed SQLite provider's error reporting, and implemented the get_last_insert_id() virtuel method (Vivien Malerba) - fixed MySQL's provider error where the same column would be reported several times in the TABLE_FIELDS schema (Vivien Malerba) - fixed a misbehaviour in the data model import of XML files (Vivien Malerba) - docs improvements - removed ambiguities in the source files: mention LGPL everywhere in the library, and GPL for the executables (Murray Cumming) - allow dictionary XML file to specify its own DTD file (Vivien Malerba) - Bug fixes: #421986, #421986, #420306, #410200, #427605, #407908, #417249 (Carsten Clark, Baris Cicek, Vivien Malerba - Translations: - dz (Pema Geyleg) - lt (Gintautas Miliauskas) - ar (Djihed Afifi) libgda 2.99.6, 2007-03-23 - Merged several libraries into one for efficiency and because of inter-dependencies (yselkowitz, Gustavo R. Montesino, Christopher Taylor) - More explicit API function names (Murray Cumming) - Applications can now check installed DBMS providers (yselkowitz) - C# bindings removed from the libgda's module (Murray Cumming) - Added regression tests for SQL parsing and delimiting (Vivien Malerba) - Reworked SQL delimiter and made the SQL parser report non parsed characters (Vivien Malerba) - Embedded SQLite is now 3.3.13 (Vivien Malerba) - Added configure tests to work around changes in the MDB API (yselkowitz) - Improved WIN32 building for Cygwin and MinGW (yselkowitz, Gustavo R. Montesino, Christopher Taylor) - Bug fixes: #407064, #411811, #314732, #390609, #353404, #411984, #349548, #412122, #411811 (Leonardo Boshell, yselkowitz, Armin Burgmeier, Daniel Espinosa, Murray Cumming, Christopher Taylor, Vivien Malerba) - Lots of minor bug fixes - Translations: - new dz translation (Pema Geyleg) - sv (Daniel Nylander) - en_GB (David Lodge) - it (Marco Ciampa) libgda 2.99.5, 2007-02-12 - Correct a linker error when using the (recently renamed to) gda_query_field_value_get_is_parameter() function. I'm doing a quick extra release because I imagine that the effects of using an implicitly-declared function could be odd. libgda 2.99.4, 2007-02-12 - GdaQuery: Renamed gda_query_is_modif_query() to gda_query_is_modify_query(). (Murray Cumming) - GdaQueryFieldValue: Added the is_parameter property (Daniel Espinosa) - GdaEntityField: Renamed get_data_type() vfunc to get_dict_type(). (Daniel Espinosa) - GdaQueryField: Renamed get_data_type() vfunc to get_dict_type(). (Daniel Espinosa) - GdaObject: Added the option for GdaObject sub-classes to copy the "name" property to the "id" one if the "id" is not set (used by the GdaParameter object) (Vivien Malerba) - GdaDataModelQuery: - Correctly detect when it's not possible to get information about columns. - Added a "use_transaction" property to allow the object to start a transaction before running the modification SQL queries and to end it afterwards (so all the modifications are atomic). (Vivien Malerba) - GdaDataModel: Added "reset" signal, emitted when the data model has completely changed. (Vivien Malerba) - GdaDataProxy: - Added "re_init_done" signal, emitted when the proxied data model's number of columns changes. - Corrected a bug which prevented any modification to be applied to the proxied data model. - Added gda_data_proxy_get_n_modified_rows(). (Vivien Malerba) - Improvements to _new() functions for language bindings, such as C++: GdaParameterList, (Johannes Schmid, Openismus) - Make type checks more flexible, allowing use of derived GTypes by language bindings: (Armin Burgmeier, Openismus) - Use enum types instead of guint or gulong for flags, matching the conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef (Murray Cumming, Openismus) - Use specific types for property and signal parameter registrations, and use specific signal marshallers. This should be more robust, and is needed by language bindings. (Murray Cumming, Openismus) - Correct all remaining installation location conflicts with libgda 1.2. (Leonardo Boshell) - Correct the check for the gamin version. (Leonardo Boshell) - gda-sharp (mono bindings) updated. (Daniel Espinosa) - Added tests. (Vivien Malerb) - Win32 build improvements. (Brecht Sanders) - MDB provider: Attempt to fix the build for more recent versions of the MDB API. (Murray Cumming) libgda 2.99.3, 2007-01-23 - Build fixes: - With gamin/fam. (Murray Cumming) - removed unnecessary libxslt dependency. (Vivien Malerba) - gda-sharp binding fixes. (Vivien Malerba) - Fixed many compiler warnings. (Murray Cumming) - Replace use of deprecated sys_errlist() with strerror(). (Joseph Sacco, Bug #353729) - Win32 build fixes. (yselkowitz, Bug #314732) - Darwin (MacOS X) build fixes. (Min Sik Kim, Bug #382933) - GdaConfig: Handle the GDA_DSN_LIST_IN_MEMORY environment variable. When defined, initial DSN list will be loaded from the filename specified in that environment variable, and the DSN list modifications will not be written to a file. (Vivien Malerba) - GdaQueryFieldValue: can now render parameters in SQL with the :param_name syntax, as used by Oracle. (Vivien Malerba) - GdaBlobOp: New object, for improved blob handling. (Vivien Malerba) - GdaQuarkList: gda_quark_list_add_from_string(): Prevent a crash when the connection string has a final ; character. (Andrea Zagli, Bug #317831) - GdaQuery: - Allow use of derived types, for language bindings. (Armin Burgmeier) - Avoid memory corruption. (Chris Shoemaker, Bug #341061) - GdaQueryFieldField: The field_name property is now readable. (Vivien Malerba) - GdaServerProvider: - Added the escape_string() and unescape_string() virtual methods. (Vivien Malerba) - Removed unimplemented gda_server_provider_create_blob() and gda_server_provider_fetch_blob_by_id() functions. (Murray Cumming) - Removed unused "prop" properties. (Murray Cumming) - Spelling and grammar corrections. (Clytie Siddall, bug #352122) - Providers: - FreeTDS: Build fixes. (Leonardo Boshell) - MySQL: - Slight speed optimization. (Esteban Sanchez) - Fixed a bug with FK reporting in the CONSTRAINTS schema report. Added the "bit" data type as a synonym to "tinyint" removed GDA_TYPE_BLOB reference as MySQL does not support blobs. (Vivien Malerba) - Oracle: Major improvments, including blob handling. (Vivien Malerba) - Postgres - Fix failure of current transaction when trying to delete a nonexisting blob Oid - Improved GdaBinary handling. (Vivien Malerba) - Sqlite: Update Sqlite sources to 3.3.10. - BDB and ODBC: Correct a cast (Hans de Goede, bug #366694)
2007-08-03Don't use malloc.h, use stdlib.h.joerg4-1/+52
2007-04-04Force not to detect PostgreSQL, fixes PR 36123.obache1-1/+5
2007-01-30No X11 here.joerg1-2/+1
2007-01-26Modifications for upcoming libgda-mysql package.dillo3-2/+28
2007-01-21Update to 2.99.2.wiz11-244/+202
Bump API depends, because of shlib name change, and all its dependencies will depend on the new API in a few minutes. libgda 2.99.2, 2006-12-22 ------------------------- - Make all the providers compile again (Vivien) - C# bindings corrections (Daniel) - MySQL provider fixes (Vivien, Stian) - API renaming to avoid using the G namespace (Murray) - Code cleanups (Murray) - Change version to 2.99.x to become 3.0.x when the API/ABI is declared stable (Murray) - Lots of corrections and small improvements (Stian, Vivien) - Make connections keep track of the current transaction status (Vivien) - Doc. improvements (Vivien) - 64 bits corrections (Bas) - Improved code to make bindings easier (Murray) - Translations: - new Arabic transtation (Djihed Afifi) - it (Marco Ciampa)
2006-12-12Add a patch in Gnome bug 382933 to make this package build on Darwin.minskim2-1/+17
2006-12-06Include sys/types.h to use uint on Darwin.minskim2-1/+18
http://bugzilla.gnome.org/show_bug.cgi?id=382936
2006-12-06Portability fix again.obache2-1/+15
Instead of sys_errlist[], use strerror(3), ANSI C89 function. At least, Solaris in LP64 don't have sys_errlist.
2006-12-06Portability fix suggested in PR 34833.obache2-1/+33
Instead of sys_errlist[], use strerror(3), ANSI C89 function. At least, Solaris in LP64 don't have sys_errlist.
2006-12-05Update to 1.99.1:wiz4-138/+129
libgda 1.99.1, 2006-10-26 ------------------------- - Database providers compilation fixes (Marc-Andre) - General corrections (Murray) - Possibility to avoid compiling C# bindings (Vivien) - Gda# packaging corrections (Vivien) - Translations: - it (Marco Ciampa) - en_GB (David Lodge) - fi (Ilkka) libgda 1.99.0, 2006-10-18 ------------------------- - Database providers fixes (Bas, Vivien) - Gda# fixes (Daniel) - Oracle provider improvements (Bas) - API cleanups and made more coherent (Vivien) - New convenience functions for some common tasks (Daniel) - SQLite provider now relies on SQLite 3.3.8 (Vivien) - Improved documentation about migration from previous versions (Vivien) - Many bug fixes and small improvements - Translations: - en_GB (David Lodge) - fi (Ilkka) - ne (Pawan Chitrakar) - ja (Ryoichi INAGAKI) - vi (Clytie)
2006-11-13migrate devhelp docs to share/gtk-doc/html, bump PKGREVISIONdrochner3-185/+185
2006-09-11Update to 1.9.103:wiz8-53/+86
libgda 1.9.103, 2006-09-03 -------------------------- - Added Data Definition queries to be handled by the providers as no SQL standard exists in this area (for the PostgreSQL, MySQL and SQLite providers which now implement database creation and destruction, table creation and destruction, table renaming, and column addition and removal) (Vivien, Bas) - Reworked the database creation and destruction in a simpler way, and updated the API (Vivien) - Improved the MDB (MS Access) provider (Vivien) - GdaDict now uses a generic and extensible way of storing lists of objects it manages (Vivien) - Specifications required to declare a new data source are now translatable (Vivien) - Connections can now easily be opened without requiring to create a data source first (Vivien) - Lots of documentation update - Better usage of DTDs (Vivien) - More consistant API (Murray, Vivien) - Removed usage of GdaValue in favor of GValue - Fixed bugs #329930, #337986, #338081, #328418, #319948, #332556, #337497 (Chris, Thierry) - Many bug fixes and small improvements (Murray, Rodrigo) - Translations: - new Lithuanian (lt) translation (Gintautas Miliauskas) - vi (Clytie) - fi (Ilkka) - zh_HK, zh_TW (Chao-Hsiung Liao) - eu (Iñaki) - nb (Kjartan Maraas) - es (Francisco Javier) - fr (Marc-André Lureau) - ru (Valek Filippov) - de (Hendrik Richter) - nl (Vincent van Adrighem) - it (Marco Ciampa)
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-26Add link options to avoid "Undefined symbols" on Darwin.minskim2-5/+27
2006-06-08Needs msgfmt.joerg1-2/+2
2006-05-02don't @dirrm in PKGSYSCONFDIRdrochner1-2/+1
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-44/+44
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-02Not needed any longer (after 1.9.102 update).wiz1-22/+0
2006-04-02Update to 1.9.102:wiz9-67/+198
libgda 1.9.102, 2006-03-24 -------------------------- - Merged the Libgnomedb's part which is not GUI related (Vivien) - GdaDataModel API simplifications (Vivien) - Added support for cursor based navigation in GdaDataModel (Vivien) - Fixed #327797 (Rodrigo) - Fixed #329933 (Thomas) - Improved Cygwin compilation (Cygwin Ports Maintainer) - Added data import from CSV and XML files (Vivien) - Use SQLite 3.3.4 (Vivien) - Providers can now provide information about constraints in the database structure (Vivien) - Fixes for building out of the source tree (Bob) - FreeTDS provider compilation fixes (Leonardo) - New tests - More respectfull of standard naming conventions (Dan, Murray) - Documentation improvements (Juan Manuel Mouriz, Vivien) - Modifications to require glib >= 2.6.0 (Bas) - Many bug fixes - Many other small improvements - Translations: - new Chinese (Taiwan) translation (Chao-Hsiung) - fi (Ilkka) - it (Marco) - en_CA (Adam) - vi (Clytie) - es (Francisco Javier) - eu (Iñaki) - zh_TW (Chao-Hsiung) - pt_BR (Raphael)
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+5
2006-02-04Fix linkage for libgda-postgres.wiz2-4/+4
I didn't bump its PKGREVISION since I updated it 10 minutes ago.