Opened 11 years ago

Last modified 10 years ago

#38005 reopened defect

wireshark doesn't build without libpng — at Version 1

Reported by: jkh@… Owned by: opendarwin.org@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: hsivank@…
Port: wireshark, wireshark-devel

Description (last modified by ryandesign (Ryan Carsten Schmidt))

--- Portfile	(revision 102878)
+++ Portfile	(working copy)
@@ -36,6 +36,7 @@
 		port:libgcrypt \
 		port:libgeoip \
 		path:lib/pkgconfig/glib-2.0.pc:glib2 \
+		port:libpng \
 		port:libsmi \
 		port:lua \
 		port:gnutls \

At least gets wireshark building again. Perhaps libpng should be the dependency of some other port in the dependency list.

Change History (1)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: hsivank@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to opendarwin.org@…
Port: wireshark wireshark-devel added
Summary: wireshark doesn't build on 10.8 without libpngwireshark doesn't build without libpng

Remember to use WikiFormatting, to fill in the Port field and to Cc the maintainer of that port.

If wireshark is affected, I'll bet wireshark-devel is affected as well.

wireshark already depends on libpng indirectly (wireshark depends on gtk2 which depends on libpng). What exactly is the problem you see?

Note: See TracTickets for help on using tickets.