[94252] trunk/dports/devel/pficommon/Portfile

hum at macports.org hum at macports.org
Wed Jun 13 06:30:06 PDT 2012


Revision: 94252
          https://trac.macports.org/changeset/94252
Author:   hum at macports.org
Date:     2012-06-13 06:30:05 -0700 (Wed, 13 Jun 2012)
Log Message:
-----------
pficommon: remove --disable-mysql and --disable-postgresql from configure.args to fix default build.

Modified Paths:
--------------
    trunk/dports/devel/pficommon/Portfile

Modified: trunk/dports/devel/pficommon/Portfile
===================================================================
--- trunk/dports/devel/pficommon/Portfile	2012-06-13 11:16:11 UTC (rev 94251)
+++ trunk/dports/devel/pficommon/Portfile	2012-06-13 13:30:05 UTC (rev 94252)
@@ -34,9 +34,7 @@
 
 configure.cmd       ./waf configure
 configure.universal_args
-configure.args-append     --disable-mysql \
-                          --disable-postgresql \
-                          --disable-mprpc \
+configure.args-append     --disable-mprpc \
                           --disable-fcgi \
                           --disable-magickpp 
 
@@ -44,26 +42,22 @@
 
 variant mysql5 description {Enable MySQL 5} {
     depends_lib-append    port:mysql5
-    configure.args-delete --disable-mysql
 }
 
 variant postgresql requires postgresql91 description {Obsolete compatibility variant} {}
 
 variant postgresql91 conflicts postgresql90 postgresql84 description {Enable PostgreSQL 9.1} {
     depends_lib-append    port:postgresql91
-    configure.args-delete --disable-postgresql
 }
 
 variant postgresql90 conflicts postgresql91 postgresql84 description {Enable PostgreSQL 9.0} {
     depends_lib-append    port:postgresql90
     set pg_version        90
-    configure.args-delete --disable-postgresql
 }
 
 variant postgresql84 conflicts postgresql91 postgresql90 description {Enable PostgreSQL 8.4} {
     depends_lib-append    port:postgresql84
     set pg_version        84
-    configure.args-delete --disable-postgresql
 }
 
 variant fcgi description {Enable FastCGI module} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120613/09efd198/attachment.html>


More information about the macports-changes mailing list