Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2013 00:49:31 GMT
From:      John Marino <freebsd@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181363: [PATCH] fix bad plist of net-mgmt/netdisco-mibs
Message-ID:  <201308180049.r7I0nVjR057039@oldred.freebsd.org>
Resent-Message-ID: <201308180050.r7I0o02w079811@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308180049.r7I0nVjR057039>