summaryrefslogtreecommitdiff
path: root/databases/libgnomedb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-14Bump revision to track GNOME 2.2 -> 2.4 update.jmmv1-3/+3
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-1/+2
2003-09-19Trivially update to 1.0.0:jmmv1-3/+3
- Fixed #122108 - generating .server is not flexible (tagoh)
2003-09-11Update to 0.99.0:jmmv1-19/+8
libgnomedb 0.99.0, 2003-09-10 ----------------------------- - Added a (configurable) icon to GnomeDbGrayBar (apg) - Use icons for gnome-database-properties tabs (rodrigo) - Removed ugly BUILD_WITH_GNOME in public headers (daniel) - Updated translations: - ca (jordim) - cs (mitr) - de (cneumair) - es (pablodc) - fi (pvirtane) - fr (redfox) - no (kmaraas) - pl (aflinta) - pt (dnloreto) - sl (minmax) - sr (danilo) - sv (menthos) libgnomedb 0.91.0, 2003-08-06 ----------------------------- - Extended GnomeDbLogin API (rodrigo) - Added a 'Create DSN' button on the GnomeDbLogin widget (rodrigo) - Redid UI for database properties configuration applet (rodrigo) - Fixed #108023 (rodrigo) - Some HIG-ification (apg, rodrigo) - Added query builder widget, to be used in Gnumeric and Abiword (rodrigo) - Extended GnomeDbEditor API (daniel) - More API documentation (rodrigo) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - nl (adrighem) - pl (aflinta) - pt (dnloreto) - sv (menthos) libgnomedb 0.90.0, 2003-07-03 ----------------------------- - Added missing entry points to GnomeDbLoginDialog API (rodrigo) - Removed non-working MIME components (rodrigo) - Added MIME actions component for SQL and connection files (rodrigo) - Removed dependencies on GTK+ 2.2 (rodrigo) - Added missing files to spec file (adam) - Added preloading of GConf keys (rodrigo) - Catched missing translatable strings (baddog) - HIG-ify the error dialog widget (rodrigo) - Updated translations: - be (dmitrym) - cs (mitr) - es (pablodc) - ml (karunakar) - nl (vincent) - pt (dnloreto) - ru (frob) - sv (menthos) - zh_TW (baddog)
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-05This requires at least version 0.11.2 of libgdarh1-1/+3
2003-06-13Update to 0.12.2:jmmv1-2/+2
- Backported patches from HEAD to remove dependency on GTK+ 2.2.0 (rodrigo, daniel) - Fixed list of libglade module files (daniel)
2003-06-10Update to 0.12.1:jmmv1-4/+3
libgnomedb 0.12.1, 2003-06-08 ----------------------------- - Added missing static libraries to the spec file (adam) - Fixed typo in configure.in (redfox) - Simplified column titles in data sources and providers config dialog (rodrigo) - Added missing CFLAGS for libglade module (rodrigo) - Fixed soname numbering (rodrigo) - Updated translations: - nl (adrighem) - sr (danilo) - ta (baddog) libgnomedb 0.12, 2003-05-28 --------------------------- - Added new stock icons (apg) - HIG-ified the login dialog widget (apg) - Added support for GTK/libgda-only compilation (dmitrym) - Extended GnomeDbForm API (rodrigo) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - fa (roozbeh) - nl (adrighem) - pt (dnloreto) - pt_BR (gdvieira) - sv (menthos) libgnomedb 0.11, 2003-03-08 --------------------------- - Marked missing strings in .keys file for translation (cneumair) - Added new stock icons for COMMIT and ROLLBACK (rodrigo) - Fixed #106121 (julio) - Fixed #106122 (julio) - Fixed #106402 (rodrigo) - HIG-ify the gray bar widget (apg) - Fixed #106402 (tagoh) - Spec file fixes (yanko) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - nl (adrighem) - pl (chyla) - pt (dnloreto) - pt_BR (gdvieira) - sv (menthos) - uk (rasta)
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv1-3/+3
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv1-1/+3
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-14Update to 0.10. Changes since 0.8.199:jmmv1-4/+21
libgnomedb 0.10, 2003-01-27 --------------------------- - Added --disable-gtk-doc argument to configure (rodrigo) - Fixed .server file paths (rodrigo) - Fixed weird size of provider list in configuration dialog (rodrigo) - Fixed modal dialog on 'save as..' grid's menu item and made the code actually ask the user if he wants to overwrite existing files (rodrigo) - Re-Added GnomeDbIconList from the 1.4 version (rodrigo) - Implemented session management (rodrigo) - Replaced GnomeDbSqlEditor widget with a more generic GnomeDbEditor, to support many languages (rodrigo) - Removed obsolete config.h files all over (gonzalo) - Fixed alignment for grid's cells (rodrigo) - Improved look of error and login dialogs (rodrigo) - Remember values between GnomeDbDsnConfigDruid's pages (rodrigo) - Many improvements on GnomeDbGrid (rodrigo) - Updated translations: - de (cneumair) - es (pablodc) - it (algol) - no (kmaraas) - pt_BR (evandrofg) - sl (minmax) - sv (menthos) libgnomedb 0.9, 2002-12-10 -------------------------- - Splitted stock icons initialization from the main library init function, to have the GnomeDbLogin/GnomeDbLoginDialog widgets work correctly in Glade (rodrigo) - Updated translations: - be (dmitrym) - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - nl (adrighem) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html. - Honor PKG_SYSCONFDIR. - Register schema files using the new framework in GConf2 (schemas.mk).
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-30USE_PKGLOCALEDIR, delint.salo1-1/+2
2002-10-30Initial import of libgnomedb-0.8.199, the GNOME2 database library.rh1-0/+28