[111785] trunk/dports/databases/libgda5/Portfile
devans at macports.org
devans at macports.org
Tue Oct 1 10:38:41 PDT 2013
Revision: 111785
https://trac.macports.org/changeset/111785
Author: devans at macports.org
Date: 2013-10-01 10:38:40 -0700 (Tue, 01 Oct 2013)
Log Message:
-----------
libgda5: cleanup configure.args, cosmetic changes only.
Modified Paths:
--------------
trunk/dports/databases/libgda5/Portfile
Modified: trunk/dports/databases/libgda5/Portfile
===================================================================
--- trunk/dports/databases/libgda5/Portfile 2013-10-01 17:24:50 UTC (rev 111784)
+++ trunk/dports/databases/libgda5/Portfile 2013-10-01 17:38:40 UTC (rev 111785)
@@ -59,18 +59,18 @@
configure.args --with-bdb=${prefix} \
--enable-system-sqlite=no \
- --enable-introspection \
+ --enable-introspection=yes \
--disable-silent-rules \
--with-ldap=no \
- --without-mysql \
- --without-postgres \
- --without-oracle \
- --without-firebird \
- --without-java \
- --without-jni
+ --with-bdb=no \
+ --with-mdb=no \
+ --with-mysql=no \
+ --with-postgres=no \
+ --with-oracle=no \
+ --with-firebird=no \
+ --with-java=no \
+ --with-jni=no
-# --without-mdb
-
use_parallel_build no
variant mysql5 \
@@ -78,7 +78,7 @@
depends_lib-append path:bin/mysql_config5:mysql5
configure.env-append \
MYSQL_CONFIG=${prefix}/lib/mysql5/bin/mysql_config
- configure.args-delete --without-mysql
+ configure.args-delete --with-mysql=no
configure.args-append --with-mysql=${prefix}/lib/mysql5
configure.cppflags-append "-I${prefix}/include/mysql5/mysql"
}
@@ -87,7 +87,7 @@
description {support for PostgreSQL 8.3.x} {
configure.cppflags-append "-I${prefix}/include/postgresql83"
depends_lib-append port:postgresql83
- configure.args-delete --without-postgres
+ configure.args-delete --with-postgres=no
configure.args-append --with-postgres=${prefix}/lib/postgresql83
}
@@ -95,7 +95,7 @@
description {support for PostgreSQL 8.4.x} {
configure.cppflags-append "-I${prefix}/include/postgresql84"
depends_lib-append port:postgresql84
- configure.args-delete --without-postgres
+ configure.args-delete --with-postgres=no
configure.args-append --with-postgres=${prefix}/lib/postgresql84
}
@@ -103,7 +103,7 @@
description {support for PostgreSQL 9.0.x} {
configure.cppflags-append "-I${prefix}/include/postgresql90"
depends_lib-append port:postgresql90
- configure.args-delete --without-postgres
+ configure.args-delete --with-postgres=no
configure.args-append --with-postgres=${prefix}/lib/postgresql90
}
@@ -111,7 +111,7 @@
description {support for PostgreSQL 9.1.x} {
configure.cppflags-append "-I${prefix}/include/postgresql91"
depends_lib-append port:postgresql91
- configure.args-delete --without-postgres
+ configure.args-delete --with-postgres=no
configure.args-append --with-postgres=${prefix}/lib/postgresql91
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131001/01bc87f5/attachment.html>
More information about the macports-changes
mailing list