Bug 40915 - Fix pkg-plist for net/ethereal
Summary: Fix pkg-plist for net/ethereal
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: bill fumerola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-23 05:50 UTC by KAWATA Masahiko
Modified: 2003-12-17 14:43 UTC (History)
0 users

See Also:


Attachments
file.diff (290 bytes, patch)
2002-07-23 05:50 UTC, KAWATA Masahiko
no flags Details | Diff
file.diff (2.92 KB, patch)
2002-07-23 05:50 UTC, KAWATA Masahiko
no flags Details | Diff
file.diff (688 bytes, patch)
2002-07-23 05:50 UTC, KAWATA Masahiko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KAWATA Masahiko 2002-07-23 05:50:03 UTC
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
Comment 1 Jimmy Olgeni freebsd_committer freebsd_triage 2002-07-23 12:08:16 UTC
Responsible Changed
From-To: freebsd-ports->billf

Over to maintainer.
Comment 2 Brian Feldman freebsd_committer freebsd_triage 2003-12-17 14:42:46 UTC
State Changed
From-To: open->closed

These are now fixed; thank you for the PR.