Bug 208799

Summary: net-mgmt/ccnet: fix build on -current
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed DUPLICATE    
Severity: Affects Some People CC: Ultima1252
Priority: --- Flags: bugzilla: maintainer-feedback? (Ultima1252)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

Description Dmitry Marakasov freebsd_committer freebsd_triage 2016-04-14 12:34:28 UTC
Created attachment 169312 [details]
Patch

utils.c:1636:13: error: use of undeclared identifier 'P_KTHREAD'
        if (PSKIP(kp)) {
            ^
utils.c:1565:51: note: expanded from macro 'PSKIP'
                   (!kthreads && ((kp)->ki_flag & P_KTHREAD) != 0))
                                                  ^

It was renamed to P_KPROC, take this into account.
Comment 1 Ultima 2016-04-14 13:48:59 UTC
 This fix was included in an update that I had posted month and a half ago shortly after the change occured, PR 203930.

 This change looks fine, however the revision needs to be updated as well does it not?
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2016-04-14 15:15:55 UTC
> This fix was included in an update that I had posted month and a half ago shortly after the change occured, PR 203930.

Oh. Then we're better to make that committed.

> This change looks fine, however the revision needs to be updated as well does it not?

No. It only fixes build, not affecting any packages.

*** This bug has been marked as a duplicate of bug 203930 ***