ports/181363: [PATCH] fix bad plist of net-mgmt/netdisco-mibs

John Marino freebsd at marino.st
Sun Aug 18 00:50:00 UTC 2013


>Number:         181363
>Category:       ports
>Synopsis:       [PATCH] fix bad plist of net-mgmt/netdisco-mibs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 18 00:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The plist contains a directory in the files section.  This causes pkg to create empty packages with invalid manifest, and thus also breaks two packages that depend on this one.

The solution is to remove the bad directory line from the plist.  See attached patch.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- pkg-plist.orig	2013-07-16 05:46:30.000000000 +0000
+++ pkg-plist
@@ -204,7 +204,6 @@
 %%DATADIR%%/allied/atswtch2.mib
 %%DATADIR%%/allied/ati-mib.mib
 %%DATADIR%%/allied/.index
-%%DATADIR%%/alcatel
 %%DATADIR%%/alcatel/alcatelind1igmp.mib
 %%DATADIR%%/alcatel/alcatelind1eoam.mib
 %%DATADIR%%/alcatel/alcatelind1vrrp.mib


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list