Bug 229383

Summary: net/frr3: pkg-plist is wrong with FPM enabled
Product: Ports & Packages Reporter: Phillip R. Jaenke <prj>
Component: Individual Port(s)Assignee: Olivier Cochard <olivier>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (olivier)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for net/frr3 plist issue none

Description Phillip R. Jaenke 2018-06-28 06:41:18 UTC
Created attachment 194700 [details]
patch for net/frr3 plist issue

Fails checks with an orphaned file when FPM is enabled. Patch to fix is attached. Tested and passes in my poudriere environment.

====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/frr/modules/zebra_fpm.so
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-28 22:24:35 UTC
A commit references this bug:

Author: olivier
Date: Thu Jun 28 22:24:19 UTC 2018
New revision: 473523
URL: https://svnweb.freebsd.org/changeset/ports/473523

Log:
  Fix plist with non-default FPM option

  PR:		229383
  Reported by:	Phillip R. Jaenke <prj@rootwyrm.com>

Changes:
  head/net/frr3/pkg-plist
Comment 2 Olivier Cochard freebsd_committer freebsd_triage 2018-06-28 22:24:58 UTC
Thanks for you report: It's fixed.