Modified: trunk/dports/databases/mariadb/Portfile (94838 => 94839)
--- trunk/dports/databases/mariadb/Portfile 2012-07-01 12:55:56 UTC (rev 94838)
+++ trunk/dports/databases/mariadb/Portfile 2012-07-01 13:44:56 UTC (rev 94839)
@@ -6,6 +6,7 @@
name mariadb
conflicts mysql5-devel mysql5 mysql4
version 5.2.9
+revision 1
categories databases
platforms darwin
license GPL-2
@@ -82,6 +83,10 @@
--with-libevent \
--enable-local-infile
+# The oqgraph plugin does not compile with current boost.
+configure.args-append \
+ --without-plugin-oqgraph \
+
# Add readline support.
# "--without-readline" has the peculiar meaning "do not use the bundled copy
# of readline but use the system's (i.e. MacPorts') copy of readline"