[153086] trunk/dports/devel/gpgme/Portfile

devans at macports.org devans at macports.org
Fri Sep 23 16:29:15 PDT 2016


Revision: 153086
          https://trac.macports.org/changeset/153086
Author:   devans at macports.org
Date:     2016-09-23 16:29:14 -0700 (Fri, 23 Sep 2016)
Log Message:
-----------
gpgme: add missing pkg-config dependency, disable python and qt bindings to prevent configuration failures if these are present (#52341).

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

Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile	2016-09-23 22:18:01 UTC (rev 153085)
+++ trunk/dports/devel/gpgme/Portfile	2016-09-23 23:29:14 UTC (rev 153086)
@@ -27,7 +27,8 @@
 
 # gnupg2 is needed for running the unit tests
 # and at runtime but does not link directly with gpgme
-depends_build       port:gnupg2
+depends_build       port:pkgconfig \
+                    port:gnupg2
 
 depends_lib         port:pth \
                     port:libgpg-error \
@@ -49,7 +50,10 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-configure.args      --enable-static
+# enable cl cpp language bindings for now to avoid opportunistic failures (#52341)
+# TODO: add bindings for python and qt
+configure.args      --enable-languages="cl cpp" \
+                    --enable-static
 
 post-configure {
     reinplace "s|CC -dynamiclib|CC -dynamiclib [get_canonical_archflags]|g" ${worksrcpath}/libtool
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160923/330560f9/attachment.html>


More information about the macports-changes mailing list