diff options
author | wiz <wiz@pkgsrc.org> | 2006-12-05 10:22:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-12-05 10:22:27 +0000 |
commit | dbcd59c13f6ea84d8ac16a81a12c3669432feb2f (patch) | |
tree | d3e838a53c60406dc51315446824a023ecc5cbb5 /databases/libgda/Makefile | |
parent | b2e7a2f4017203525824071393879ffe3644c196 (diff) | |
download | pkgsrc-dbcd59c13f6ea84d8ac16a81a12c3669432feb2f.tar.gz |
Update to 1.99.1:
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)
Diffstat (limited to 'databases/libgda/Makefile')
-rw-r--r-- | databases/libgda/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 1f73a458e4b..b76072e83d8 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/11/13 21:37:12 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2006/12/05 10:22:27 wiz Exp $ # .include "Makefile.common" -PKGREVISION= 1 - PKGCONFIG_OVERRIDE= libgda-2.0.pc.in PKG_SYSCONFSUBDIR= libgda @@ -13,7 +11,4 @@ CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no -post-install: - ${RMDIR} ${PREFIX}/lib/libgda - .include "../../mk/bsd.pkg.mk" |