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

blair at macports.org blair at macports.org
Sun Jul 8 15:45:30 PDT 2012


Revision: 95298
          https://trac.macports.org/changeset/95298
Author:   blair at macports.org
Date:     2012-07-08 15:45:30 -0700 (Sun, 08 Jul 2012)
Log Message:
-----------
thrift: remove +python variant to be replaced with py-thrift port.

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

Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile	2012-07-08 22:38:31 UTC (rev 95297)
+++ trunk/dports/devel/thrift/Portfile	2012-07-08 22:45:30 UTC (rev 95298)
@@ -5,6 +5,7 @@
 
 name                thrift
 version             0.8.0
+revision            1
 categories          devel
 license             Apache-2
 maintainers         gmail.com:naoya.n blair openmaintainer
@@ -53,18 +54,6 @@
     depends_lib-append      port:mono
 }
 
-variant python description "enable the Python library" {
-    configure.python        ${prefix}/bin/python2.7
-    configure.env-append    PY_PREFIX=${frameworks_dir}/Python.framework/Versions/2.7
-    configure.args-delete   --with-py=no
-    configure.args-append   --with-py=yes
-    depends_lib-append      port:python27
-}
-if {![variant_isset python]} {
-    # still insists on installing files in PY_PREFIX, which is in /usr/lib by default
-    configure.env-append    PY_PREFIX=${prefix}/share/${name}/python
-}
-
 # doesn't install into destroot
 #variant ruby description "enable the Ruby library" {
 #    configure.args-delete   --with-ruby=no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120708/2bf559d6/attachment.html>


More information about the macports-changes mailing list