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

ricci at macports.org ricci at macports.org
Thu Nov 13 14:40:34 PST 2014


Revision: 128114
          https://trac.macports.org/changeset/128114
Author:   ricci at macports.org
Date:     2014-11-13 14:40:34 -0800 (Thu, 13 Nov 2014)
Log Message:
-----------
net/wireshark/Portfile:
	bump to 1.12.2, resolves  #45877

	add various ports to the +x11 variant that wireshark has linked in components of,
	some of these might need to be moved out to the main area, some (all?) will need
	to be copied to the gkt3 variant, and others may be needed for the qt variant.
	Begins to resolve #38005

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

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2014-11-13 21:03:30 UTC (rev 128113)
+++ trunk/dports/net/wireshark/Portfile	2014-11-13 22:40:34 UTC (rev 128114)
@@ -2,8 +2,8 @@
 
 PortSystem 1.0
 name		wireshark
-version		1.12.1
-revision	1
+version		1.12.2
+revision	0
 categories	net
 license		{GPL-2 GPL-3}
 maintainers	darkart.com:opendarwin.org
@@ -19,9 +19,9 @@
 master_sites	http://www.wireshark.org/download/src/			\
 		http://www.wireshark.org/download/src/all-versions/
 
-checksums           md5     14b3e3d8979d1eb27ff085bb5f400e67 \
-                    sha1    e1508ea25ccf077c5a7fa2af3b88f3ae199f77fb \
-                    rmd160  4ea802ca677dedf6fcff75a74e32c5f5289c0aed
+checksums           md5     2f2a16be8b087227cb17733c72288ae4 \
+                    sha1    0598fe285725f97045d7d08e6bde04686044b335 \
+                    rmd160  dffefcc516348e24ba903922007e17b9f01aabdc
 
 use_bzip2	yes
 
@@ -33,9 +33,12 @@
 		port:pkgconfig
 depends_lib 		\
 		port:c-ares \
+		port:gettext \
+		port:kerberos5 \
+		port:libcomerr \
+		port:libgpg-error \
 		path:lib/pkgconfig/glib-2.0.pc:glib2 \
 		port:libpcap \
-		port:kerberos5 \
 		port:zlib
 
 configure.args	\
@@ -184,7 +187,24 @@
 
 ## variant x11 conflicts qt	{
 variant x11 description {use X11 (gtk2) for GUI} conflicts qt gtk3	{
-	depends_lib-append		port:gtk2
+	depends_lib-append		port:gtk2 \
+							port:atk \
+							port:cairo \
+							port:fontconfig \
+							port:freetype \
+							port:gdk-pixbuf2 \
+							port:pango \
+							port:xorg-libX11 \
+							port:xorg-libXcomposite \
+							port:xorg-libXcursor \
+							port:xorg-libXdamage \
+							port:xorg-libXext \
+							port:xorg-libXfixes \
+							port:xorg-libXi \
+							port:xorg-libXinerama \
+							port:xorg-libXrandr \
+							port:xrender
+
 	configure.args-delete	--disable-wireshark
 	configure.args-append	--with-qt=no
 	configure.args-append	--with-gtk2=yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141113/a3e22ae2/attachment.html>


More information about the macports-changes mailing list