Your message dated Sat, 7 Oct 2023 14:15:24 +0300 with message-id <ZSE9zK+Fptjtvdno@localhost> and subject line kFreeBSD has been removed from Debian ports has caused the Debian Bug report #379629, regarding argus-client: FTBFS on GNU/kFreeBSD to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 379629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379629 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: argus-client Severity: important Version: 3.0.0.rc.21-1 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak to configure.in and regenerate of configure. Please find patch for configure.in bellow. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr --- argus-client-3.0.0.rc.21.orig/configure.in +++ argus-client-3.0.0.rc.21/configure.in @@ -261,6 +261,10 @@ linux*) ;; +kfreebsd*-gnu) + AC_DEFINE(_BSD_SOURCE) + ;; + cygwin*) AC_DEFINE(CYGWIN,1) V_INCLS="$V_INCLS -I../include/cygwin-include"
--- End Message ---
--- Begin Message ---kFreeBSD has been removed from Debian ports: https://lists.debian.org/debian-bsd/2023/07/msg00003.html cu Adrian
--- End Message ---

