hp-ux support?

David Relson relson at osagesoftware.com
Sat Oct 19 14:09:03 CEST 2002


Allyn,

That was fast work!

The change has been made in the cvs repository.  I don't think it calls for 
redoing the 0.7.5 release, but it will definitely be in the release after that.

By the way, in the future it'd be easier for us if you'd submit patches, i.e.


[relson at osage cvs]$ diff -u main.c.orig main.c
--- main.c.orig 2002-10-19 08:07:07.000000000 -0400
+++ main.c      2002-10-19 08:07:13.000000000 -0400
@@ -20,7 +20,7 @@
  #include <errno.h>
  #include <config.h>
  #ifdef HAVE_SYSLOG_H
-#include <sys/syslog.h>
+#include <syslog.h>
  #endif
  #include "common.h"
  #include "bogofilter.h"

David


At 02:01 AM 10/19/02, Allyn Fratkin wrote:

>>Hello and welcome.  What it takes is, basically, someone with access to
>>the equipment and someone with the time and skills to do it.  By "it",
>>I'm referring to building the program on the target machine, determining
>>what changes are needed to make it go, and then submitting appropriate
>>patches.
>
>
>right, i'm in.  although i probably don't know exactly what i'm getting
>myself in for.  but i am building bogofilter for hp-ux 11i anyway as i use
>it at work.
>
>there is already one issue that prevents bogofilter from compiiling on
>hp-ux, and i filed a bug report, #620477 about it.  briefly, configure
>looks for syslog.h, which exists on hp-ux, but then main.c
>#includes sys/syslog.h instead, which does not exist on hp-ux.
>so configure either needs to look for both, or main.c just needs to
>#include syslog.h, which seems to be more universal than sys/syslog.h.
>
>it would be great to get this fix into 0.7.5 or whatever the next
>released version will be called.  thanks mucho.
>--
>Allyn Fratkin             allyn at fratkin.com
>Escondido, CA             http://www.fratkin.com/



More information about the bogofilter-dev mailing list