[89676] trunk/dports/net/wireshark/Portfile

ricci at macports.org ricci at macports.org
Mon Feb 6 08:34:03 PST 2012


Revision: 89676
          http://trac.macports.org/changeset/89676
Author:   ricci at macports.org
Date:     2012-02-06 08:34:03 -0800 (Mon, 06 Feb 2012)
Log Message:
-----------
wireshark:
  put (experimental) python files in the right place (resolves #31757 and part of 32168)
  don't build with lua support if lua is present and +lua is not provided (resolves part of 32168)

Modified Paths:
--------------
    trunk/dports/net/wireshark/Portfile

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2012-02-06 15:17:35 UTC (rev 89675)
+++ trunk/dports/net/wireshark/Portfile	2012-02-06 16:34:03 UTC (rev 89676)
@@ -101,6 +101,7 @@
 }
 
 variant lua {
+	configure.args-delete	--without-lua
 	configure.args-append	--with-lua=${prefix}
 	depends_lib-append	port:lua
 }
@@ -130,7 +131,7 @@
 }
 
 variant python27 description {use python27 for the experimental python interface} conflicts python25 python26 {
-	configure.args-append	--with-python=${prefix}
+	configure.args-append	--with-python=${prefix}/lib/wireshark/python/${version}
 	configure.args-delete	--without-python
 	depends_lib-append	port:python27
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120206/4108f6fb/attachment.html>


More information about the macports-changes mailing list