Bug 40915

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:
Description Flags
file.diff
none
file.diff
none
file.diff none

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.