summaryrefslogtreecommitdiff
path: root/databases/libgnomedb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-09-29Require OpenSSL to build plugins.obache1-1/+2
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-4/+5
Bump PKGREVISION.
2007-08-04Update libgnomedb to 3.0.0.obache1-9/+8
libgnomedb 3.0.0, 2007-04-23 - fix libgnomedb versioning in gtk-docs (yselkowitz) - misc. bug fixes (Armin Burgmeier, Vivien Malerba) - Bug fixes: #422979, #423405 (Vivien Malerba) - Translations: - ca (Gil Forcada) - dz (Pema Geyleg) - lt (Gintautas Miliauskas) - ar (Djihed Afifi) libgnomedb 2.99.6, 2007-03-23 - Corrected linker errors when using C++ (Murray Cumming) - Spell corrections (Murray Cumming) - Code cleanups (Murray Cumming) - Data entry widgets improvements (Vivien Malerba) - Removed the C# bindings (Murray Cumming) - Always install the doc (Thomas Klausner) - Lots of minor corrections (Armin Burgmeier, Vivien Malerba, Murray Cumming) - Bug fixes: #419063, #390609 (Yselkowitz, Murray Cumming) - Translations: - new 'dz' translation (Pema Geyleg) - ca (Josep Puigdemont i Casamajó) - en_GB (David Lodge) - sv (Daniel Nylander) - vi (Clytie Siddall) libgnomedb 2.99.5, 2007-02-12 - Updated for libgda 2.99.5. libgnomedb 2.99.4, 2007-02-12 - The library is no split into separate libgnomedb, libgnomedb-extra, and libgnomedb-graph shared libraries. You must adjust your #include lines appropriately. Packagers might want to ensure that previously-installed headers are removed, if possible. - GnomeDbRawForm: - Handle the new "reset" signal from the GdaDataProxy. - Don't show a data entry if gnome_db_data_widget_column_hide() has been called. (Vivien Malerba) - GnomeDbBasicForm: Allow the "paramlist" property to be set more than once. - GnomeDbDataWidget, GnomeDbRawGrid, GnomeDBRawForm: added an "iter_changed" signal. (Vivien Malerba) - GnomeDbRawGrid: - Improved column title for parameters restricted by a data model. - Hide expander for parameters restricted by a data model. (Vivien Malerba) - GnomeDbDataCellRendererCombo: Added a "show_expander" property. (Vivien Malerba) - 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) - Generate enum GType registrations for libgnomedb-extra. This is needed for language bindings and use of these enums in GValues. - Improvements to _new() functions for language bindings, such as C++: GnomeDbSqlConsole, GnomeDbDbmsUpdateViewer, GnomeDbErrorDialog, GnomeDbEditor, GnomeDbDataImport, GnomeDbLoginDialog, GnomeDbDsnSpec, GnomeDbGrid, GnomeDbDataSourceSelector, GnomeDbConnectionProperties, GnomeDBForm. (ArminBurgmeir, Openismus) GnomeDbDataCellRendererBoolean, GnomeDbDataCellRendererCombo, GnomeDbDataCellRendererInfo, GnomeDbDataCellRendererTextual, GnomeDbDataEntryCombo (Johannes Schmid, Openismus) - Adapt to latest glade3 API changes. (Vincent Geddes, bug #400836) - Correct all remaining installation location conflicts with libgda 1.2. (Leonardo Boshell) - Correct English spellings. (Kraii) libgnomedb 2.99.3, 2007-01-27 - Build: - Now builds with GTK+ 2.8 as well as GTK+ 2.10. (Murray Cumming) - Now builds with glib 2.8 as well as glib 2.12. (Vivien Malerba) - Now builds without gconf, libgnomecanvas, or libgnomeui. - The graph API is now a separate shared library. (Vivien Malerba) - Use glade-3.1/3.2 instead of glade 3.0, if using glade at all. (Vivien Malerba) - Install gnome-db-plugin.h (Vivien Malerba) - Do not install private headers. (Murray Cumming) - Removed unused utility functions. (Bug #383533, Min Sik Kim) - Windows (win32) build improvements. (Bug #321663, Yselkowitz) - Do not ignore CFLAGS. (Bug #354476, Alex Smith) - Use glib-mkenums to create gnome-db-enum-types.h and gnome-db-enum-types.c. (Bug #129035, Armin Burgmeier) - Fixed compiler warnings. (Mark Johnson, Bug #366710, Hans de Goede) - GnomeDbServerOperation.c: Added "opt_header" property. (Vivien Malerba) - Renamed gnome_db_basic_form_show_entries_actions() to gnome_db_basic_form_show_entry_actions(). (Murray Cumming) - Renamed GnomeDbmsUpdateViewer to GnomeDbDbmsUpdateViewer. (Bug #389191, Murray Cumming) - GnomeDbDatabaseLogin improvements. (Vivien Malerba) - Picture widgets: Bug fixes. (Vivien Malerba) - GnomeDbTransactionStatus: Warn when the transaction is locked. (Vivien Malerba) - Added construct properties for language bindings. (Bug #391514, Johannes Schmid) - HIG improvements. (Jeroen Zwartepoorte) - Corrected some English strings. (Bug #352123 and bug #315612 from Clytie Siddall)
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-2/+2
affected packages.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-1/+2
2007-01-21Update to 2.99.2:wiz1-7/+4
libgnomedb 2.99.2, 2006-12-22 ----------------------------- - C# bindings corrections (Daniel) - 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) - Doc. improvements (Vivien) - Glade3 support (Daniel) - Code cleanups (Vivien) - Improved code to make bindings easier (Murray) - Improved sample application (Vivien) - New plugin to display pictures from BLOB or encoded strings (Vivien) - Translations: - new Arabic transtation (Djihed Afifi) - fi (Ilkka) - en_GB (David Lodge) - es (Francisco Javier) - en_CA (Adam Weinberger)
2006-12-07Make this package build on Darwin by linking with all required libraries.minskim1-1/+2
Bump PKGREVISION. http://bugzilla.gnome.org/show_bug.cgi?id=383525
2006-12-05Update to 1.99.1:wiz1-4/+5
libgnomedb 1.99.1, 2006-10-26 ----------------------------- - Possibility to avoid compiling C# bindings (Vivien) - Bug fixes (Vivien) - Translations: - en_GB (David Lodge) - fi (Ilkka) libgnomedb 1.99.0, 2006-10-18 ----------------------------- - GnomeDb# fixes (Daniel) - New gnome-db-demo program to demo widgets and show code (Vivien) - Improved documentation about migration from previous versions (Vivien) - Many bug fixes and small improvements - Translations: - en_GB (David Lodge) - fi (Ilkka) - ca (Josep Puigdemont i Casamajó) - ne (Pawan Chitrakar) - vi (Clytie)
2006-11-13migrate devhelp docs to share/gtk-doc/html, bump PKGREVISIONdrochner1-5/+2
2006-09-22Pull in security/openssl/buildlink3.mk.dsainty1-1/+2
libgnomedb_entry_builtin_plugins.so.4.0.0 links with libssl, and if PREFER.openssl=pkgsrc then it should link with Pkgsrc libssl. Without including security/openssl, it links with /usr/lib/libssl.so instead.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-11Update to 1.9.103:wiz1-3/+2
libgnomedb 1.9.103, 2006-09-03 ------------------------------ - Re-implement the plugin feature for custom GnomeDbDataEntry widgets and GtkCellRenderer objects (Vivien) - Better integration with Glade-3 (Daniel Espinosa) - Enable table contents modifications in the browser (Carlos) - Improved testing program (Vivien) - New widget to represent DDL queries in a generic way (from each provider's specifications) (Vivien) - Fixed #336982 (Thomas) - Bug fixes - Translations: - new Lithuanian (lt) translation (Gintautas Miliauskas) - removed the obsolete no translation (Kjartan Maraas) - 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 (Nickolay) - de (Hendrik)
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-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-02Update to 1.902:wiz1-3/+2
libgnomedb 1.9.102, 2006-03-24 ------------------------------ - More respectfull of standard naming conventions (Juan Manuel) - Moved all the objects not depending on GTK+ to Libgda (Vivien) - Improved tests (Vivien) - Fixed #327798 (Thierry) - Login widget now uses usaename and password when provided in the configuration - Grammar corrections (Thierry) - Updated sample application - Bug fixes and various improvements - Translations: - new Chinese (Taiwan) translation (Chao-Hsiung) - es (Francisco Javier) - fi (Ilkka) - nl (Vincent) - cs (Stanislav) - vi (Clytie) - en_CA (Adam) - eu (Iñaki) - zh_TW (Chao-Hsiung) - de (Frank) - pt_BR (Raphael)
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
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.joerg1-1/+2
2006-02-04Update to 1.9.100:wiz1-5/+5
libgnomedb 1.9.100, 2005-10-13 ------------------------------ - Fixed #313204 (Rodrigo) - Fixed #314733 (Cygwin ports maintainer) - Require libgda >= 1.9.99 (Juan Manuel) - Updated translations: - es (Francisco Javier) - sv (Christian) libgnomedb 1.9.99, 2005-09-26 ----------------------------- - Compilation fixes (Rodrigo, Stanislav) - Added Mono bindings from GTK# (Dan) - Install plugins in $libdir (Stanislav) - Added SQL console menu item to browser application (Vivien) - Fixed row numbers status messages in browser application (Vivien) - Fixed compilations flags and libs for sample application (Juan Manuel) - Extended GnomeDbSelector API (Vivien) - Adapted to libgda-1.9.99 API changes (Vivien, Rodrigo) - Updated translations: - en_CA (Adam) - eu (Iñaki) - ne (Pawan) - vi (Clytie) libgnomedb 1.3.91, 2005-08-10 ----------------------------- - Depend on libgda >= 1.3.90 (Rodrigo) libgnomedb 1.3.90, 2005-08-07 ----------------------------- - Removed redundant gnome_db_server_stringify_value (Vivien) - Adapted to changes in libgda's GdaValue (Vivien) - Support more numerical types in GnomeDbHandlerNumerical (Vivien) - Renamed GnomeDbGrid's "create_popup_menu" signal to "populate_popup" (Vivien) - GnomeDbTableField API cleanups and improvements (Vivien) - Extended DTD attributes for GNOME_DB_FIELD tag (Vivien) - Added support for browsing through large data sets in the browser application (Vivien) - Clever use of AUTO_INCREMENT's in result sets (Vivien) - Fixed #310396 (M Wood) - Compilation fixes for gtk-doc generated documentation (Andreas) - Fixed #300082 (Kristof) - Changed all type declarations to GNOME_DB_TYPE_* (Vivien) - Make use of the better libgda error reporting to report better messages (Vivien) - Improved SQL parsing and data dictionary (Vivien) - Updated translations: - fi (Ilkka) - nb (Kjartan) - no (Kjartan) - vi (Clytie) libgnomedb 1.3.4, 2005-07-08 ---------------------------- - Use libgnomedb-2.0 for the pkg-config files (Rodrigo) - Fixed wrongly static functions in gnome-db-qf-value.[ch] (Rodrigo) - Use GType instead of guint for GObject types (Andreas) - Compilation fixes (Rodrigo) - Improved boolean data type handler (Vivien) - Replace DSN string entry with list of widgets for all provider parameters (Vivien) - Added GnomeDbDsnSpec widget (Vivien) libgnomedb 1.3.3, 2005-06-06 ---------------------------- - Changed some menu strings to match similar ones in other menus (Rodrigo) libgnomedb 1.3.2, 2005-06-01 ---------------------------- - Fixed several bugs when refreshing data models (Vivien) - Allow multiple selections in the grid widget (Vivien) - Added GnomeDbQfAgg object for aggregate query fields (Vivien) - Added aggregates parsing in query parsing code (Vivien) - Load data asynchromously and by chunks of rows in data proxies (Vivien) - Removed (unused) Bonobo dependencies (Vivien) - Use GtkAbout instead of GnomeAbout (Vivien) - Support for data type synonyms (Vivien) - Removed gnome-db-config API, now gda-config supports all we need (Vivien) - Updated to newest GtkSourceView API for the editor widget (Vivien) - API documentation (Vivien) - Fixed gtk-doc generation (Rodrigo) - Fixed #168937 (Adam) - Updated translations: - rw (Steve) libgnomedb 1.3.1, 2005-03-21 ---------------------------- - Use default libgnomedb dictionary when using NULL GnomeDbDict objects (Vivien) - Added 'Info' button to each GnomeDbGrid entry (Vivien) - Improved GnomeDbDataWidget (Vivien) - Simplified GnomeDbGrid widget (Vivien) - Fixed reverse columns bug in GnomeDbGrid (Vivien) - Fixed title displaying in GnomeDbGrid (Vivien) - Fixed SQL rendering bug in GnomeDbCondition (Vivien) - Fixed date handling problems (Vivien) - Added sample application (Vivien) - Use libgnomedb*-3 as library names, for parallel installation (Rodrigo) - Fixed #166529 (Vivien) - Adapted to GdaDataModelColumn* renaming (Álvaro) - Updated translations: - de (Frank) - en_CA (Adam) - en_GB (David) - it (Alessio) - pt_BR (Raphael)
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-23Reset maintainer, posix dot org dot uk has no DNS entry.wiz1-2/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-26Update to 1.2.2:jmmv1-3/+3
- Fixed typo in GnomeDbList class signal creation (Mike Kestner) While here, move documentation out of share/doc/html.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-18update to 1.2.1drochner1-2/+2
changes: bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Fix a C99-ism that prevented this package from building with gcc 2.95,kristerw1-2/+1
and remove GCC_REQD on gcc 3.
2005-03-03require gcc-3.3 (I don't understand the problem with 2.95, but it helps)drochner1-1/+2
should fix problem seen on 1.6 bulk build
2005-02-24update gnomedb to 1.2drochner1-4/+3
too many changes to list here, this pkg was really outdated
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-20libgnomedb 1.0.4, 2004-04-18jmmv1-3/+2
---------------------------- - Fixed parameter mismatch in GnomeDbCombo API (rodrigo) - Added missing implementation for gnome_db_config_get_component_data_model (laurent) - Fixed desktop icon location (julio) - Fixed gtk-doc comments (stephane) - Removed missing files in spec file (rodrigo) - Make sure the GUI doesnt allow data source names with spaces (rodrigo) - Only build documentation if gtk-doc is enabled (rodrigo) - Updated translations: - ca (jordi) - cs (mitr) - de (christian) - en_CA (adam) - en_GB (dave) - es (francisco) - fi (tvainika) - ga (alastairmck) - hr (rsedak) - hu (andras) - id (mohammad) - it (algol) - nl (vincent) - no (kjartan) - pt_BR (evandro, gustavo) - sr@Latin (danilo)
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-11Update to 1.0.3:jmmv1-3/+4
libgnomedb 1.0.3, 2004-01-16 ---------------------------- - Fixed sorting in grid widget (marius) - Fixed selection signal emission in grid widget (rodrigo) - Fixed libglade module compilation problems (rodrigo) - Fixed compilation problems on Debian (jdassen) - Use a grid instead of a list in form widget (jon) - Updated translations: - ja (aihana) - nl (adrighem) libgnomedb 1.0.2, 2003-11-30 ---------------------------- - Avoid creating data sources with duplicating names in GnomeDbDsnConfigDruid widget (laurent) - Fixes for 64bit platforms (fredreric) - Implemented missing gnome_db_combo_set_model (gonzalo) - Updated translations: - cs (miroslav) - el (pkst) - fi (pauli) - nl (vincent) - pt (duarte) - sr (danilo) - sw (christian) libgnomedb 1.0.1, 2003-10-13 ---------------------------- - Fixed problems with gtksourceview compilation (rodrigo) - Made labels non-selectable in gray bar widget (álvaro) - Fill background color with GTK style color in gray bar (álvaro) - Use GTK default text color in grid titles for gnome-database-properties (rodrigo) - Dont g_free GtkWidget's in gray bar widget finalization (rodrigo) - Updated translations: - sk (stanislav)
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme1-9/+9
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.