[71817] trunk/dports/databases/libgda4
devans at macports.org
devans at macports.org
Thu Sep 23 16:27:59 PDT 2010
Revision: 71817
http://trac.macports.org/changeset/71817
Author: devans at macports.org
Date: 2010-09-23 16:27:57 -0700 (Thu, 23 Sep 2010)
Log Message:
-----------
libgda4: update to version 4.1.11, add +with_postgresql90 variant.
Modified Paths:
--------------
trunk/dports/databases/libgda4/Portfile
trunk/dports/databases/libgda4/files/patch-configure.ac.diff
Modified: trunk/dports/databases/libgda4/Portfile
===================================================================
--- trunk/dports/databases/libgda4/Portfile 2010-09-23 23:21:15 UTC (rev 71816)
+++ trunk/dports/databases/libgda4/Portfile 2010-09-23 23:27:57 UTC (rev 71817)
@@ -6,7 +6,7 @@
name libgda4
conflicts libgda3
set gname libgda
-version 4.1.10
+version 4.1.11
set branch [join [lrange [split ${version} .] 0 1] .]
description GDA provides uniform access to diffent kinds of data sources.
long_description \
@@ -21,9 +21,9 @@
master_sites gnome:sources/${gname}/${branch}/
use_bzip2 yes
-checksums md5 a809140426fad06c92202ecc8741ae32 \
- sha1 78f7018734905ba1aa83b4b8add9184eed369fa0 \
- rmd160 979abd512ff437eded06d770568ca7d36d7c4e5d
+checksums md5 f7c31fbdbd7b312873bf5eb6778a8be3 \
+ sha1 41419c15eb646561f37c946cfe545c5dc36e4702 \
+ rmd160 da116defecfb60fdd8572fb243823614757f1206
patchfiles patch-configure.ac.diff
@@ -61,9 +61,9 @@
configure.perl ${prefix}/bin/perl
configure.env-append INTLTOOL_PERL=${configure.perl}
-configure.args --mandir=${prefix}/share/man \
- --with-bdb=${prefix} \
+configure.args --with-bdb=${prefix} \
--enable-system-sqlite \
+ --disable-silent-rules \
--disable-introspection \
--without-odbc \
--without-mysql \
@@ -80,6 +80,8 @@
--without-java \
--without-jni
+use_parallel_build no
+
variant with_mysql5 \
description {support for current MySQL 5.x} {
depends_lib-append path:bin/mysql_config5:mysql5
@@ -90,7 +92,7 @@
configure.cppflags-append "-I${prefix}/include/mysql5/mysql"
}
-variant with_postgresql83 conflicts with_postgresql84 \
+variant with_postgresql83 conflicts with_postgresql84 with_postgresql90 \
description {support for PostgreSQL 8.3.x} {
configure.cppflags-append "-I${prefix}/include/postgresql83"
depends_lib-append port:postgresql83
@@ -98,7 +100,7 @@
configure.args-append --with-postgres=${prefix}/lib/postgresql83
}
-variant with_postgresql84 conflicts with_postgresql83 \
+variant with_postgresql84 conflicts with_postgresql83 with_postgresql90 \
description {support for PostgreSQL 8.4.x} {
configure.cppflags-append "-I${prefix}/include/postgresql84"
depends_lib-append port:postgresql84
@@ -106,6 +108,14 @@
configure.args-append --with-postgres=${prefix}/lib/postgresql84
}
+variant with_postgresql90 conflicts with_postgresql83 with_postgresql84 \
+ 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-append --with-postgres=${prefix}/lib/postgresql90
+}
+
variant without_bdb \
description {remove support for Berkeley DB} {
configure.args-delete --with-bdb=${prefix}
Modified: trunk/dports/databases/libgda4/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/databases/libgda4/files/patch-configure.ac.diff 2010-09-23 23:21:15 UTC (rev 71816)
+++ trunk/dports/databases/libgda4/files/patch-configure.ac.diff 2010-09-23 23:27:57 UTC (rev 71817)
@@ -1,5 +1,5 @@
---- configure.ac.orig 2010-09-01 10:01:27.000000000 -0700
-+++ configure.ac 2010-09-12 17:29:21.000000000 -0700
+--- configure.ac.orig 2010-09-15 01:36:07.000000000 -0700
++++ configure.ac 2010-09-23 15:07:44.000000000 -0700
@@ -330,6 +330,7 @@
AC_MSG_RESULT([Mac OS X - carbon])
platform_carbon=yes
@@ -8,7 +8,7 @@
if test "$enable_binreloc" != "no"
then
AC_DEFINE(ENABLE_BINRELOC)
-@@ -528,6 +529,25 @@
+@@ -542,6 +543,25 @@
BDB_LIBS="-L${bdbdir}/lib -ldb"
break
fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100923/5bb1472f/attachment-0001.html>
More information about the macports-changes
mailing list