Bug 262688 - net/libpcap rpcapd is not being built
Summary: net/libpcap rpcapd is not being built
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-20 17:56 UTC by Howard Holm
Modified: 2022-08-29 14:02 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Howard Holm 2022-03-20 17:56:20 UTC
It would be very helpful to have the rpcapd deamon available.  It is in the libpcap distribution but not built by the port.  As near as I can tell, simply adding --enable-remote=yes to the CONFIGURE_ARGS enables it to build successfully and then just adding the handful of files to the pkg-plist.  Is there some reason I'm overlooking that this isn't included in the build?
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-29 14:01:59 UTC
A commit in branch main references this bug:

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

commit e8f25164e9739d721460a6725669d1f936628725
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2022-08-29 13:58:42 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2022-08-29 14:01:16 +0000

    net/libpcap: Add new option REMOTE

    Add new option REMOTE, off by default, that enables the build of rpcapd,
    used to capture packets remotely

    PR:             262688
    Reported by:    Howard Holm <hdholm@alumni.iastate.edu>
    Sponsored by:   Rubicon Communications, LLC ("Netgate")

 net/libpcap/Makefile  | 9 +++++++--
 net/libpcap/pkg-plist | 5 ++++-
 2 files changed, 11 insertions(+), 3 deletions(-)