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

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 04:01:19 PST 2015


Revision: 142027
          https://trac.macports.org/changeset/142027
Author:   jeremyhu at macports.org
Date:     2015-11-01 22:22:32 -0800 (Sun, 01 Nov 2015)
Log Message:
-----------
wireshark: Actually disable the +lua variant because it doesn't work any more

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

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2015-11-02 05:44:38 UTC (rev 142026)
+++ trunk/dports/net/wireshark/Portfile	2015-11-02 06:22:32 UTC (rev 142027)
@@ -128,11 +128,12 @@
 	configure.args-append	--enable-ipv6
 }
 
-variant lua {
-	configure.args-delete	--without-lua
-	configure.args-append	--with-lua=${prefix}
-	depends_lib-append		port:lua
-}
+# https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10881
+#variant lua {
+#	configure.args-delete	--without-lua
+#	configure.args-append	--with-lua=${prefix}
+#	depends_lib-append		port:lua
+#}
 
 variant libsmi {
 	configure.args-delete	--without-libsmi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/3d863cea/attachment.html>


More information about the macports-changes mailing list