Compare commits

...

3 Commits

Author SHA1 Message Date
Alarig Le Lay 6207b4a42d metadata/md5-cache/dev-util: update 2023-08-11 19:00:03 +02:00
Alarig Le Lay 211051fc8a dev-util/clippy: make the qa quiet 2023-08-11 19:00:03 +02:00
Alarig Le Lay e72152f63f net-misc/frr: add 9.0 2023-08-11 19:00:03 +02:00
6 changed files with 12 additions and 24 deletions

View File

@ -31,6 +31,11 @@ BDEPEND="
sys-devel/flex
"
QA_CONFIG_IMPL_DECL_SKIP=(
mallinfo # check in configure is fallback is needed
mallinfo2 # check in configure is fallback is needed
)
src_prepare() {
default
eautoreconf

View File

@ -31,6 +31,11 @@ BDEPEND="
sys-devel/flex
"
QA_CONFIG_IMPL_DECL_SKIP=(
mallinfo # check in configure is fallback is needed
mallinfo2 # check in configure is fallback is needed
)
src_prepare() {
default
eautoreconf

View File

@ -14,4 +14,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://github.com/FRRouting/frr/archive/frr-8.5.tar.gz -> clippy-8.5.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 1f435bc389faf790af695df46b8dcb73 python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=e493bab721d11129b0fcaf1992d11b1f
_md5_=564430251d50feb831670f2ea9274f33

View File

@ -14,4 +14,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://github.com/FRRouting/frr/archive/frr-9.0.tar.gz -> frr-9.0.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 1f435bc389faf790af695df46b8dcb73 python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=c5f0b77d2de5e91223b4a6f53dcc55ee
_md5_=23d48ac34d61d3f34e644de2f18b39f9

View File

@ -1,21 +0,0 @@
https://github.com/FRRouting/frr/pull/12741
From def86a45a473a45bf8ac39ac4b82be3d09ae9cae Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Sat, 4 Feb 2023 23:29:59 +0000
Subject: [PATCH] pceplib: add <time.h> include for time_t
Fixes build on musl. Used for time_t in the header.
Bug: https://bugs.gentoo.org/862558
--- a/pceplib/pcep_utils_counters.h
+++ b/pceplib/pcep_utils_counters.h
@@ -30,6 +30,7 @@
#include <stdbool.h>
#include <stdint.h>
+#include <time.h>
#ifdef __cplusplus
extern "C" {

View File

@ -23,7 +23,6 @@ COMMON_DEPEND="
${PYTHON_DEPS}
acct-user/frr
dev-libs/json-c:0=
dev-libs/protobuf-c:0=
>=net-libs/libyang-2.0.0
sys-libs/libcap
sys-libs/readline:0=