Bug 229383 - net/frr3: pkg-plist is wrong with FPM enabled
Summary: net/frr3: pkg-plist is wrong with FPM enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-28 06:41 UTC by Phillip R. Jaenke
Modified: 2018-06-28 22:24 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (olivier)


Attachments
patch for net/frr3 plist issue (333 bytes, text/plain)
2018-06-28 06:41 UTC, Phillip R. Jaenke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.