Your message dated Fri, 10 Jun 2016 18:19:12 +0000 with message-id <[email protected]> and subject line Bug#826872: Removed package(s) from unstable 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: http://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 ---Version: 2.0.6.fixes.1-3+rm Dear submitter, as the package argus-client has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/826872 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

