Bug 256107 - dns/knot3-lib: failed to make package in 13.0-RELEASE
Summary: dns/knot3-lib: failed to make package in 13.0-RELEASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-23 19:26 UTC by Eric Camachat
Modified: 2021-05-25 09:33 UTC (History)
2 users (show)

See Also:
freebsd: maintainer-feedback+


Attachments
Fix make package (458 bytes, patch)
2021-05-23 19:26 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2021-05-23 19:26:19 UTC
Created attachment 225206 [details]
Fix make package

dns/knot3-lib: failed to  make package in 13.0-RELEASE
---
Error: Orphaned: include/libknot/probe/data.h
Error: Orphaned: include/libknot/probe/probe.h
Comment 1 Leo Vandewoestijne 2021-05-25 08:27:36 UTC
Comment on attachment 225206 [details]
Fix make package

Ai, yes correct,
I did that on dns/knot3/pkg-plist
but didn't on dns/knot3-lib/pkg-plist
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2021-05-25 09:15:45 UTC
Hello Leo,

Could you please put approval on patch?
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-05-25 09:31:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4fc4eacc251598a61a61c55fdbe9f527d0b57742

commit 4fc4eacc251598a61a61c55fdbe9f527d0b57742
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2021-05-25 09:21:41 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2021-05-25 09:30:44 +0000

    dns/knot3-lib: fix pkg-plist orphaned items

    - fix pkg-plist orphaned items:
      Error: Orphaned: include/libknot/probe/data.h
      Error: Orphaned: include/libknot/probe/probe.h

    PR:             256107
    Approved by:    dbaio, garga (mentors, implicit)

 dns/knot3-lib/pkg-plist | 2 ++
 1 file changed, 2 insertions(+)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2021-05-25 09:33:45 UTC
Commited thanks!