Created attachment 246466 [details] Patch to update REQUIRE to "DAEMON NETWORKING" Currently net/cloudflared has a declared REQUIRE of "cleanvar SERVERS". SERVERS is defined as "This is a dummy dependency, for early-start servers relying on some basic configuration." However since net/cloudflared requires network connectivity in order to function properly in most use cases (primarily "tunnel run"), it fails to start in these cases. Updating the REQUIRE statement to "DAEMON NETWORKING", ensures that network connections including dependent connection types such as ppp are initialized before startup.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5eedbbde710a0180447fcdc27f4907e95bcac11f commit 5eedbbde710a0180447fcdc27f4907e95bcac11f Author: Vinícius Zavam <egypcio@FreeBSD.org> AuthorDate: 2023-12-21 16:24:50 +0000 Commit: Vinícius Zavam <egypcio@FreeBSD.org> CommitDate: 2023-12-21 16:24:50 +0000 net/cloudflared: Update startup order PR: 275234 Reported by: freebsd % void.stash.in.net net/cloudflared/Makefile | 1 + net/cloudflared/files/cloudflared.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)