[95948] trunk/dports/devel/thrift/Portfile

blair at macports.org blair at macports.org
Thu Jul 26 15:54:21 PDT 2012


Revision: 95948
          https://trac.macports.org/changeset/95948
Author:   blair at macports.org
Date:     2012-07-26 15:54:21 -0700 (Thu, 26 Jul 2012)
Log Message:
-----------
thrift: do not automatically pick up D and Go language support.

Add to configure.args:
  --with-d
    This flag exists in Thrift trunk at least as of r1365183; adding
    it now to not forget when a newer version of Thrift is released.
  --with-go
     This flag exists in Thrift 0.8.0.

Revision Links:
--------------
    https://trac.macports.org/changeset/1365183

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

Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile	2012-07-26 22:33:57 UTC (rev 95947)
+++ trunk/dports/devel/thrift/Portfile	2012-07-26 22:54:21 UTC (rev 95948)
@@ -33,7 +33,9 @@
 depends_lib-append  port:openssl
 
 configure.args  --with-csharp=no \
+                --with-d=no \
                 --with-erlang=no \
+                --with-go=no \
                 --with-haskell=no \
                 --with-java=no \
                 --with-perl=no \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120726/0db40107/attachment.html>


More information about the macports-changes mailing list