by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
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)
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
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.
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).