From: Matthias Kilian Subject: Re: net/tcpflow: fix build To: "Kirill A. Korinsky" , ports@openbsd.org Date: Sun, 9 Jun 2024 00:01:38 +0200 Hi, On Sat, Jun 08, 2024 at 11:44:04PM +0200, Jeremie Courreges-Anglas wrote: > > checking for boost/version.hpp... no > > configure: WARNING: tcpflow now requires boost interval_map and interval_set. > > configure: error: Please install boost-devel or libboost-dev. > > > > ok? > > Confirmed, ok jca@ Thanks. > The configure script also looks for exiv2/image.hpp but the build > doesn't use it because of a missing HAVE_EXIV2 define. Apparently > there's no configure switch to force-disable the use of exiv2 so it's > something to keep in mind for future updates. Oh, i also noticed some checks for tre in the configure output, which we actually have in our tree (textproc/tre). Finally one potential consumer of this port ;-) (but i leave it to Kirill to decide wether to use it or not) Ciao, Kili