[94839] trunk/dports/databases/mariadb/Portfile

pixilla at macports.org pixilla at macports.org
Sun Jul 1 06:44:57 PDT 2012


Revision: 94839
          https://trac.macports.org/changeset/94839
Author:   pixilla at 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120701/1374fca8/attachment-0001.html>


More information about the macports-changes mailing list