#38005: wireshark doesn't build without libpng -----------------------------------------+------------------------------ Reporter: jkh@… | Owner: opendarwin.org@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: wireshark, wireshark-devel | -----------------------------------------+------------------------------ Changes (by ryandesign@…): * cc: hsivank@… (added) * owner: macports-tickets@… => opendarwin.org@… * port: => wireshark, wireshark-devel Old description:
--- 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.
New description: {{{ --- 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. -- Comment: 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? -- Ticket URL: <https://trac.macports.org/ticket/38005#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS