summaryrefslogtreecommitdiff
path: root/databases/libgda-postgres/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-04-02 22:46:55 +0000
committerwiz <wiz>2006-04-02 22:46:55 +0000
commitb7cbfca11c5c67d56fa6c733aac22fd5d0f5d9b2 (patch)
tree5b43a5c09fdce4a3e339f6c3fc2675519026429a /databases/libgda-postgres/Makefile
parent901f5cb003b51aa8211cce942cd0ce2880349864 (diff)
downloadpkgsrc-b7cbfca11c5c67d56fa6c733aac22fd5d0f5d9b2.tar.gz
Update to 1.9.102:
libgda 1.9.102, 2006-03-24 -------------------------- - Merged the Libgnomedb's part which is not GUI related (Vivien) - GdaDataModel API simplifications (Vivien) - Added support for cursor based navigation in GdaDataModel (Vivien) - Fixed #327797 (Rodrigo) - Fixed #329933 (Thomas) - Improved Cygwin compilation (Cygwin Ports Maintainer) - Added data import from CSV and XML files (Vivien) - Use SQLite 3.3.4 (Vivien) - Providers can now provide information about constraints in the database structure (Vivien) - Fixes for building out of the source tree (Bob) - FreeTDS provider compilation fixes (Leonardo) - New tests - More respectfull of standard naming conventions (Dan, Murray) - Documentation improvements (Juan Manuel Mouriz, Vivien) - Modifications to require glib >= 2.6.0 (Bas) - Many bug fixes - Many other small improvements - Translations: - new Chinese (Taiwan) translation (Chao-Hsiung) - fi (Ilkka) - it (Marco) - en_CA (Adam) - vi (Clytie) - es (Francisco Javier) - eu (IƱaki) - zh_TW (Chao-Hsiung) - pt_BR (Raphael)
Diffstat (limited to 'databases/libgda-postgres/Makefile')
-rw-r--r--databases/libgda-postgres/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/libgda-postgres/Makefile b/databases/libgda-postgres/Makefile
index 7cbd839db4d..93d0dc4937b 100644
--- a/databases/libgda-postgres/Makefile
+++ b/databases/libgda-postgres/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:31 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/02 22:46:55 wiz Exp $
#
LIBGDA_PROVIDER= postgres
.include "../../databases/libgda/Makefile.common"
-PKGREVISION= 1
-
CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX:Q}
.include "../../mk/pgsql.buildlink3.mk"