Your message dated Sat, 7 Oct 2023 17:13:41 +0300 with message-id <ZSFnleqHbbycbpLC@localhost> and subject line kFreeBSD has been removed from Debian ports has caused the Debian Bug report #628406, regarding tango: diff for kFreeBSD support 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.) -- 628406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628406 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: tango Version: 7.2.6+dfsg-4 Severity: important Tags: patch Hi! I've attached a patch which allows tango to be built on kFreeBSD. Please consider forwarding it upstream and/or applying for the next upload. Regards Christoph--- tango-7.2.6+dfsg.orig/cppserver/starter/CheckProcessUtil.cpp +++ tango-7.2.6+dfsg/cppserver/starter/CheckProcessUtil.cpp @@ -471,7 +471,7 @@ void ProcessData::read_process_list_from //============================================================= bool ProcessData::manageProcFiles(Process *process) { -#if (defined linux) || (defined __darwin__) || (defined __freebsd__) +#if (defined __GLIBC__) || (defined __darwin__) || (defined __freebsd__) // Read command line file TangoSys_OMemStream fname; --- tango-7.2.6+dfsg.orig/cppserver/starter/CheckProcessUtil.h +++ tango-7.2.6+dfsg/cppserver/starter/CheckProcessUtil.h @@ -88,7 +88,7 @@ # include <fcntl.h> # include <sys/stat.h> # include <pwd.h> -# if (!defined linux) && (!defined __darwin__) && (!defined __freebsd__) +# if (!defined __GLIBC__) && (!defined __darwin__) && (!defined __freebsd__) /* solaris */ # include <procfs.h> # include <fcntl.h> --- tango-7.2.6+dfsg.orig/lib/cpp/server/dserversignal.h +++ tango-7.2.6+dfsg/lib/cpp/server/dserversignal.h @@ -302,7 +302,7 @@ private: #endif -#if (defined __linux || defined __darwin__ || defined __freebsd__) +#if (defined __GLIBC__ || defined __darwin__ || defined __freebsd__) static inline bool auth_signal(long s) { if ((s==SIGUSR1) || (s==SIGUSR2))
--- 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 ---

