Bug 266243 - net-mgmt/rtrlib: Fix libssh usage
Summary: net-mgmt/rtrlib: Fix libssh usage
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: 2022-09-05 22:57 UTC by Olivier Cochard
Modified: 2022-09-22 15:01 UTC (History)
1 user (show)

See Also:
olivier: maintainer-feedback-


Attachments
patch to update Makefile (712 bytes, patch)
2022-09-05 22:57 UTC, Olivier Cochard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Cochard freebsd_committer freebsd_triage 2022-09-05 22:57:45 UTC
Created attachment 236383 [details]
patch to update Makefile

Forgot to add pkgconfig as dependency, then SSH transport mode was ignored.
To prevent that in futur: Force it to ON, like BGPSec, to fails compilation if it doesn't find the library.

Just need your approval to commit it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-22 15:00:42 UTC
A commit in branch main references this bug:

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

commit 65972ee89a762bc4f6e59693c5e6684560eea4fc
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2022-09-22 14:52:46 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2022-09-22 14:59:39 +0000

    net-mgmt/rtrlib: Fix libssh linking

    Update PORTREVISION of its consumers (net/frr7 and net/frr8).

    PR:             266243
    Approved by:    maintainer timeout

 net-mgmt/rtrlib/Makefile | 8 +++++++-
 net/frr7/Makefile        | 2 +-
 net/frr8/Makefile        | 1 +
 3 files changed, 9 insertions(+), 2 deletions(-)