Opened 13 years ago
Last modified 11 years ago
#39538 new defect
wireshark @1.10.0_1: Install ws_symbol_export.h
| Reported by: | gjasny@… | Owned by: | darkart.com@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.3 |
| Keywords: | haspatch | Cc: | cooljeanius (Eric Gallager), hsivank@…, ralf.schulze@… |
| Port: | wireshark |
Description
Hello,
the header file wiretap/wtap.h now includes ws_symbol_export.h.
Attached you'll find a patch to deploy this additional file.
Thanks, Gregor
Attachments (1)
Change History (5)
Changed 13 years ago by gjasny@…
| Attachment: | Portfile-39538.diff added |
|---|
comment:1 Changed 13 years ago by cooljeanius (Eric Gallager)
comment:3 Changed 13 years ago by larryv (Lawrence Velázquez)
| Cc: | hsivank@… added; darkart.com@… removed |
|---|---|
| Owner: | changed from macports-tickets@… to darkart.com@… |
| Summary: | Deploy additional header file with Wireshark 1.10 → wireshark @1.10.0_1: Install ws_symbol_export.h |
Note: See
TracTickets for help on using
tickets.

Why not just install all the headers with
eval xinstall -m 644 [glob ${worksrcpath}/*.h] ${destroot}${prefix}/include/wireshark/or something?