summaryrefslogtreecommitdiffstats
path: root/databases/libgda4-mysql
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-10-18 20:47:12 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-10-18 20:47:12 +0800
commit0361c6c54699f46b64a9b5babfc6ff7fc60490a7 (patch)
tree7fe5e831de4101a2d18d6a7f672b0321ce80fcbd /databases/libgda4-mysql
parent73205aa7b519ee690c812c7b07fc83f1703dcf02 (diff)
downloadmarcuscom-ports-0361c6c54699f46b64a9b5babfc6ff7fc60490a7.tar
marcuscom-ports-0361c6c54699f46b64a9b5babfc6ff7fc60490a7.tar.gz
marcuscom-ports-0361c6c54699f46b64a9b5babfc6ff7fc60490a7.tar.bz2
marcuscom-ports-0361c6c54699f46b64a9b5babfc6ff7fc60490a7.tar.lz
marcuscom-ports-0361c6c54699f46b64a9b5babfc6ff7fc60490a7.tar.xz
marcuscom-ports-0361c6c54699f46b64a9b5babfc6ff7fc60490a7.tar.zst
marcuscom-ports-0361c6c54699f46b64a9b5babfc6ff7fc60490a7.zip
Fix plist problems in libgda4.
Register depend on libgcrypt. Fix building of postgres and mysql providers. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14816 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda4-mysql')
-rw-r--r--databases/libgda4-mysql/Makefile23
-rw-r--r--databases/libgda4-mysql/pkg-plist18
2 files changed, 41 insertions, 0 deletions
diff --git a/databases/libgda4-mysql/Makefile b/databases/libgda4-mysql/Makefile
new file mode 100644
index 000000000..299a0d134
--- /dev/null
+++ b/databases/libgda4-mysql/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: libgda2
+# Date created: 02 June 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.1 2008/08/18 23:53:35 kwm Exp $
+#
+
+PORTREVISION?= 0
+CATEGORIES= databases gnome
+PKGNAMESUFFIX?= -mysql
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Provides mysql backend for the libgda4 library
+
+MASTERDIR= ${.CURDIR}/../libgda4
+BUILD_WRKSRC= ${WRKSRC}/providers/mysql/
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+PLIST= ${.CURDIR}/pkg-plist
+
+LIBGDA4_SLAVE= mysql
+
+.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-mysql/pkg-plist b/databases/libgda4-mysql/pkg-plist
new file mode 100644
index 000000000..b5ff48b6f
--- /dev/null
+++ b/databases/libgda4-mysql/pkg-plist
@@ -0,0 +1,18 @@
+lib/libgda-%%VERSION%%/providers/libgda-mysql.a
+lib/libgda-%%VERSION%%/providers/libgda-mysql.la
+lib/libgda-%%VERSION%%/providers/libgda-mysql.so
+libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc
+share/libgda-%%VERSION%%/mysql_specs_add_column.xml
+share/libgda-%%VERSION%%/mysql_specs_comment_table.xml
+share/libgda-%%VERSION%%/mysql_specs_comment_column.xml
+share/libgda-%%VERSION%%/mysql_specs_create_db.xml
+share/libgda-%%VERSION%%/mysql_specs_create_index.xml
+share/libgda-%%VERSION%%/mysql_specs_create_table.xml
+share/libgda-%%VERSION%%/mysql_specs_create_view.xml
+share/libgda-%%VERSION%%/mysql_specs_drop_column.xml
+share/libgda-%%VERSION%%/mysql_specs_drop_db.xml
+share/libgda-%%VERSION%%/mysql_specs_drop_index.xml
+share/libgda-%%VERSION%%/mysql_specs_drop_table.xml
+share/libgda-%%VERSION%%/mysql_specs_drop_view.xml
+share/libgda-%%VERSION%%/mysql_specs_dsn.xml
+share/libgda-%%VERSION%%/mysql_specs_rename_table.xml