| Summary: | Fix pkg-plist for net/ethereal | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | KAWATA Masahiko <kawata> | ||||||||
| Component: | Individual Port(s) | Assignee: | bill fumerola <billf> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | ||||||||||
| Priority: | Normal | ||||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
Responsible Changed From-To: freebsd-ports->billf Over to maintainer. State Changed From-To: open->closed These are now fixed; thank you for the PR. |
There are two issues in net/ethereal port. A. Static libraries (and associated libtool library files) for plugins are installed. /usr/X11R6/lib/ethereal/plugins/0.9.5/coseventcomm.a /usr/X11R6/lib/ethereal/plugins/0.9.5/coseventcomm.la /usr/X11R6/lib/ethereal/plugins/0.9.5/cosnaming.a /usr/X11R6/lib/ethereal/plugins/0.9.5/cosnaming.la /usr/X11R6/lib/ethereal/plugins/0.9.5/gryphon.a /usr/X11R6/lib/ethereal/plugins/0.9.5/gryphon.la /usr/X11R6/lib/ethereal/plugins/0.9.5/mgcp.a /usr/X11R6/lib/ethereal/plugins/0.9.5/mgcp.la B. Diameter DTD and XML files are installed in a "etc/diameter" subdirectory(not "etc" directory). same as PR:40387 /usr/X11R6/etc/diameter/dictionary.dtd /usr/X11R6/etc/diameter/dictionary.xml /usr/X11R6/etc/diameter/mobileipv4.xml /usr/X11R6/etc/diameter/nasreq.xml /usr/X11R6/etc/diameter/sunping.xml Fix: For ISSUE A. There is no reason to install static library (and libtool library file) for using as plugin, I think. For ISSUE B. (same as PR:40387 without a bit of addition) How-To-Repeat: cd /usr/ports/net/ethereal make install make deinstall