[94839] trunk/dports/databases/mariadb/Portfile
Revision: 94839 https://trac.macports.org/changeset/94839 Author: pixilla@macports.org Date: 2012-07-01 06:44:56 -0700 (Sun, 01 Jul 2012) Log Message: ----------- databases/mariadb: - oqgraph does not build with current boost. Closes #34955 Modified Paths: -------------- trunk/dports/databases/mariadb/Portfile Modified: trunk/dports/databases/mariadb/Portfile =================================================================== --- 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"
participants (1)
-
pixilla@macports.org