net-mgmt/rtrlib: Fix libssh linking
Update PORTREVISION of its consumers (net/frr7 and net/frr8). PR: 266243 Approved by: maintainer timeout
This commit is contained in:
parent
41e9e7de7b
commit
65972ee89a
@ -1,6 +1,7 @@
|
||||
PORTNAME= rtrlib
|
||||
PORTVERSION= 0.8.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt sysutils
|
||||
|
||||
MAINTAINER= freebsd@bodems.net
|
||||
@ -12,8 +13,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libssh.so:security/libssh
|
||||
|
||||
USES= cmake
|
||||
USES= cmake pkgconfig
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS+= -DRTRLIB_TRANSPORT_SSH=Yes
|
||||
CMAKE_ARGS+= -DWITH_BGPSEC=Yes
|
||||
CMAKE_ARGS+= -DLIBSSH_LIBRARIES=${LOCALBASE}/lib/libssh.so
|
||||
CMAKE_ARGS+= -DLIBSSH_INCLUDE_DIRS=${LOCALBASE}/include
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= frr
|
||||
PORTVERSION= 7.5.1
|
||||
DISTVERSIONPREFIX= frr-
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net
|
||||
.if defined(PYTHONTOOLS)
|
||||
PKGNAMESUFFIX= 7-pythontools
|
||||
|
@ -1,6 +1,7 @@
|
||||
PORTNAME= frr
|
||||
PORTVERSION= 8.3.1
|
||||
DISTVERSIONPREFIX= frr-
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
.if defined(PYTHONTOOLS)
|
||||
PKGNAMESUFFIX= 8-pythontools
|
||||
|
Loading…
Reference in New Issue
Block a user