pkgsrc/databases/libgda/Makefile.common

53 lines
1.6 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile.common,v 1.22 2004/10/03 00:13:18 tv Exp $
#
DISTNAME= libgda-1.0.4
PKGREVISION= 2
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/1.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= sab@posix.org.uk
HOMEPAGE= http://www.gnome-db.org/
COMMENT= GNU database access library
DISTINFO_FILE= ${.CURDIR}/../../databases/libgda/distinfo
PATCHDIR= ${.CURDIR}/../../databases/libgda/patches
USE_X11= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
2004-02-11 05:58:15 +01:00
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
2002-11-30 17:24:35 +01:00
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
Update to 0.10.0. Changes since 0.8.199: libgda 0.10, 2003-01-27 ----------------------- - Added support for PostgreSQL 7.3 new features (vivien, gonzalo) - Added LANGUAGES schema to set of supported schemas (rodrigo) - Fixed TABLES schema retrieval on Oracle (rodrigo) - Fixed translatable strings (menthos, holger) - Improvements on FreeTDS provider (holger) - Added changes notifications in data models (rodrigo) - Added new schemas to test suite (rodrigo) - Fixed GdaTable class (rodrigo) - First working version of the MDB (MS Access files) provider (rodrigo) - Fixed retrieval of NUMERIC fields' info on PostgreSQL provider (santi) - Fixed circular calls in gda_data_model_describe_column (rodrigo) - Added man page for configuration tool (gonzalo) - Added build requirements for gda-sqlite and man page for gda-config-tool in SPEC file (david) - Fixed FreeTDS include path for RedHat (holger) - Made all plugins resident (rodrigo) - Implemented basic read-onlyness for MySQL connections (rodrigo) - Fixed AGGREGATES schema for MySQL (rodrigo) - Lots of work on the reporting engine (santi) - Added support for PostgreSQL's bytea type fields (gonzalo) - Added use of syslog for the log functions (rodrigo) - Fixed unref'ing problems on providers (gonzalo) - Added first working version of the LDAP provider (german) - Removed obsolete config.h files all over (gonzalo) - Added event notification framework to GdaClient, and converted error notification to the new system (rodrigo) - Implemented saving data models to XML (rodrigo) - First basic version of the xBase provider (rodrigo) - First GNOME 2 version of the ODBC provider (nick) - Added support for SSL in MySQL connections (rodrigo) - Added MONEY type (rodrigo) - Unified parameter names for providers' connection strings (gonzalo) - Updated translations: - cs (mitr) - de (cneumair, chrisime) - es (pablodc) - no (kmaraas) - sk (stano) - sl (minmax) - sv (menthos) libgda 0.9, 2002-12-10 ---------------------- - Fixed weird initialization of the MySQL structures (cleber) - Fixed #96758 (rodrigo) - Fixed #95985 (rodrigo) - Fixed #96810 (rodrigo) - Fixed bison problems in SQL parser (gonzalo) - Fixed DTD validation of config XML file (gonzalo) - Implemented most schemas for FreeTDS provider (holger) - Fixed crash on provider lookups in client library (gonzalo) - Documentation fixes and additions (gonzalo, calvaris) - Fixed #99997 (rodrigo) - Fixed #96810 (rodrigo) - First working version of the ported (from libgda 0.2.x) Sybase provider (holger) - Fixed #97669 (holger (FreeTDS part), rodrigo (Oracle part)) - Updated translations: - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html/libgda. - Avoid dependancy on gtk-doc.
2003-02-13 19:19:29 +01:00
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc/html"
CONFIGURE_ARGS+= --without-ldap
.if defined(LIBGDA_PROVIDER) && !empty(LIBGDA_PROVIDER)
PKGNAME= ${DISTNAME:S/libgda-/libgda-${LIBGDA_PROVIDER}-/}
COMMENT+= - ${LIBGDA_PROVIDER} provider
BUILD_DIRS= ${WRKSRC}/providers/postgres
INSTALL_DIRS= ${WRKSRC}/providers/postgres
SUBST_CLASSES+= libs
SUBST_STAGE.libs= pre-configure
SUBST_MESSAGE.libs= "Fixing references to installes libraries."
SUBST_FILES.libs= providers/${LIBGDA_PROVIDER}/Makefile.in
SUBST_SED.libs+= -e 's|$$(top_builddir)/libgda/libgda-2.la|${BUILDLINK_PREFIX.libgda}/lib/libgda-2.la|'
.include "../../databases/libgda/buildlink3.mk"
.endif
Update to 1.0.3: libgda 1.0.3, 2004-01-16 ------------------------ - Backported gda_data_model_foreach from HEAD (gonzalo) - Python bindings related issues (jon) - Fixed documentation typos (rodrigo) - Fixed C99'isms (rodrigo) - Fixed replacement of files in gda_file_save (laurent) - Fixed startup commands execution in SQLite provider (nikolai) - Updated translations: - es (serrador) - nl (adrighem) - pt (dnloreto) libgda 1.0.2, 2003-11-30 ------------------------ - Register missing structs as boxed types (murray, laurent) - Fixed memory leaks in MySQL provider (paisa) - Added more API documentation (laurent) - Implemented missing case in gda_data_model_to_xml, where standalone XML files were not being generated (laurent) - Fixed compilation problems when enabling BSD compatibility layer on Linux (jonathan) - Fixed gda_value_copy for GdaNumeric values (david) - Use $(libdir) as the directory for installing libraries instead of $(prefix)/lib (fredreric) - Fixes for 64bit platforms (fredreric) - Fixed crash in MDB provider (filip) - Added missing emission of signals in data model class (gonzalo) - Updated translations: - cs (miroslav) - es (pablo) - ja (aihana) - nl (vincent) - pt (duarte) - sr (danilo) libgda 1.0.1, 2003-10-13 ------------------------ - Fixed clearing of GdaQuarkList's (laurent) - Added GType-registration for enums, needed for C++ bindings (murray) - Fixed typos in documentation and added more information for MySQL provider (laurent) - Added missing prototype to gda-client.h (laurent) - Fixed detection of mSQL libraries/headers (chris) - Fixed mSQL provider handling on non-queries (chris) - Fixed #117202: adapted to API changes in tds_connect (seth) - Fixed #121403: freed memory being used (rodrigo) - Fixed #123342: crash on exit in Gnumeric (rodrigo) - Added missing documentation for GdaBlob (rodrigo) - Updated translations: - cs (miroslav) - fi (pauli) - fr (christophe) - pt (duarte) - sk (stanislav) - sr (danilo) - sr@Latn (danilo) - sv (christian)
2004-03-11 15:00:29 +01:00
.include "../../textproc/intltool/buildlink3.mk"
2004-02-11 05:58:15 +01:00
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"