[37003] trunk/dports/databases/libgda3/Portfile

jwa at macports.org jwa at macports.org
Thu May 22 11:58:35 PDT 2008


Revision: 37003
          http://trac.macosforge.org/projects/macports/changeset/37003
Author:   jwa at macports.org
Date:     2008-05-22 11:58:34 -0700 (Thu, 22 May 2008)

Log Message:
-----------
assuming maintainership with openmaintainer, adding variant for postgresql83 with concomitant revision add, adding descriptions to avoid lint warnings, changing category to reflect the location of Portfile

Modified Paths:
--------------
    trunk/dports/databases/libgda3/Portfile

Modified: trunk/dports/databases/libgda3/Portfile
===================================================================
--- trunk/dports/databases/libgda3/Portfile	2008-05-22 18:10:39 UTC (rev 37002)
+++ trunk/dports/databases/libgda3/Portfile	2008-05-22 18:58:34 UTC (rev 37003)
@@ -1,16 +1,18 @@
 # $Id$
 
 PortSystem 1.0
+
 name		libgda3
 version		3.0.4
+revision	1
 description	GDA provides uniform access to diffent kinds of data sources.
 long_description	\
     GNU Data Access (GDA) is an attempt to provide \
 	uniform access to different kinds of data sources \
 	(databases, information servers, mail spools, etc).
-maintainers	nomaintainer
-categories	gnome 
-platforms	darwin 
+maintainers	jwa openmaintainer
+categories	databases gnome
+platforms	darwin
 homepage	http://www.gnome-db.org/
 distname	libgda-${version}
 master_sites    gnome:sources/libgda/3.0/
@@ -49,17 +51,20 @@
 
 default_variants +with_bdb46
 
-variant with_mysql3 conflicts with_mysql4 with_mysql5 {
+variant with_mysql3 conflicts with_mysql4 with_mysql5 \
+    description {support for MySQL 3.x} {
 	depends_lib-append	port:mysql3
 	configure.args-append	--with-mysql=${prefix}
 }
 
-variant with_mysql4 conflicts with_mysql3 with_mysql5 {
+variant with_mysql4 conflicts with_mysql3 with_mysql5 \
+    description {support for MySQL 4.x} {
 	depends_lib-append	port:mysql4
 	configure.args-append	--with-mysql=${prefix}
 }
 
-variant with_mysql5 conflicts with_mysql3 with_mysql4 {
+variant with_mysql5 conflicts with_mysql3 with_mysql4 \
+    description {support for current MySQL 5.x} {
 	depends_lib-append	port:mysql5
 	configure.env-append	\
 		MYSQL_CONFIG=${prefix}/lib/mysql5/bin/mysql_config
@@ -67,7 +72,8 @@
 	configure.cppflags-append	"-I${prefix}/include/mysql5/mysql"
 }
 
-variant with_postgresql82 {
+variant with_postgresql82 conflicts with_postgresql83 \
+    description {support for PostgreSQL 8.2.x} {
 	configure.cppflags-append	"-I${prefix}/include/postgresql82"
 	configure.ldflags-append	"-L${prefix}/lib/postgresql82"
 	depends_lib-append	port:postgresql82
@@ -75,7 +81,16 @@
 #	configure.args-append	--with-postgres=${prefix}/lib/postgresql82
 }
 
-variant with_bdb46 conflicts without_bdb with_bdb {
+variant with_postgresql83 conflicts with_postgresql82 \
+    description {support for PostgreSQL 8.3.x} {
+	configure.cppflags-append	"-I${prefix}/include/postgresql83"
+	configure.ldflags-append	"-L${prefix}/lib/postgresql83"
+	depends_lib-append	port:postgresql83
+	configure.args-append	--with-postgres
+}
+
+variant with_bdb46 conflicts without_bdb with_bdb \
+    description {support for Berkeley DB 4.6} {
 	depends_lib-append	port:db46
 	configure.args-append	--with-bdb=${prefix}
 	configure.cppflags-append	"-I${prefix}/include/db46"
@@ -83,6 +98,7 @@
 	
 }
 
-variant without_bdb {
+variant without_bdb conflicts with_bdb with_bdb46 \
+    description {remove support for Berkeley DB} {
 	configure.args-append	--without-bdb
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080522/8f778b9f/attachment.htm 


More information about the macports-changes mailing list