From: Stuart Henderson Subject: Re: devel/opendht build failure To: Christian Weisgerber Cc: ports@openbsd.org Date: Mon, 20 Apr 2026 23:20:51 +0100 On 2026/04/20 18:04, Christian Weisgerber wrote: > devel/opendht picks up doxygen during configure, but has no dependency > on it. That should be fixed one way or the other. ok? (the other minor tidying while there is a noop) Index: Makefile =================================================================== RCS file: /cvs/ports/devel/opendht/Makefile,v diff -u -p -r1.1.1.1 Makefile --- Makefile 22 Sep 2025 21:44:42 -0000 1.1.1.1 +++ Makefile 20 Apr 2026 22:19:59 -0000 @@ -1,13 +1,9 @@ COMMENT = lightweight C++17 Distributed Hash Table implementation -V = 3.4.0 -DISTNAME = opendht-${V} - GH_ACCOUNT = savoirfairelinux GH_PROJECT = opendht -GH_TAGNAME = v${V} +GH_TAGNAME = v3.4.0 -SHARED_LIBS = opendht-c 0.0 # 0.0 SHARED_LIBS += opendht 0.0 # 0.0 CATEGORIES = devel @@ -35,5 +31,6 @@ LIB_DEPENDS = security/argon2 \ devel/jsoncpp \ CONFIGURE_STYLE = cmake +CONFIGURE_ARGS = -DOPENDHT_DOCUMENTATION=off .include