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

Ryan Schmidt ryandesign at macports.org
Thu Nov 13 14:50:41 PST 2014


> On Nov 13, 2014, at 4:40 PM, ricci at macports.org wrote:
> 
> Revision
> 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

> -	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

Please declare dependencies on cairo and pango using path style so that cairo-devel and pango-devel could satisfy them:

path:lib/pkgconfig/cairo.pc:cairo

path:lib/pkgconfig/pango.pc:pango




More information about the macports-dev mailing list