pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47420: fix pkgsrc/mail/milter-greylist VARBASE path problems + patch for duplicate definition warnings during compile



The following reply was made to PR pkg/47420; it has been noted by GNATS.

From: Richard PALO <Richard.PALO%baou.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/47420: fix pkgsrc/mail/milter-greylist VARBASE path problems
 + patch for duplicate definition warnings during compile
Date: Wed, 09 Jan 2013 07:18:50 +0100

 This is a multi-part message in MIME format.
 --------------060904070006020308030001
 Content-Type: text/plain; charset=UTF-8; format=flowed
 Content-Transfer-Encoding: 7bit
 
 BTW, to get over another warning in spamd.c, the include for <strings.h> 
 instead of <string.h> should be used.
 
 
 $NetBSD$
 
 --- spamd.c.orig        2013-01-08 14:30:01.000000000 +0000
 +++ spamd.c
 @@ -43,7 +43,7 @@ __RCSID("$Id: spamd.c,v 1.23 2013/01/08
   #include <stdio.h>
   #include <stdlib.h>
   #include <errno.h>
 -#include <string.h>
 +#include <strings.h>
   #include <unistd.h>
   #include <netdb.h>
   #include <sys/types.h>
 @@ -55,7 +55,11 @@ __RCSID("$Id: spamd.c,v 1.23 2013/01/08
   #include "spf.h"
   #include "acl.h"
   #include "conf.h"
 +#ifdef HAVE_OLD_QUEUE_H
   #include "queue.h"
 +#else
 +#include <sys/queue.h>
 +#endif
   #include "milter-greylist.h"
 
   #include "spamd.h"
 
 
 
 
 --------------060904070006020308030001
 Content-Type: text/x-vcard; charset=utf-8;
  name="Richard_PALO.vcf"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment;
  filename="Richard_PALO.vcf"
 
 YmVnaW46dmNhcmQNCmZuOlJpY2hhcmQgUEFMTw0KbjpQQUxPO1JpY2hhcmQNCm9yZzpTQVMg
 QkFPVTtUTlQgUEFDQQ0KYWRyOlpJIENhbXAgTGF1cmVudDs7MTE3LCBhdiBNYXJjZWwgQmVy
 cmU7TEEgU0VZTkUgU1VSIE1FUjtWQVI7ODM1MDA7RlJBTkNFDQplbWFpbDtpbnRlcm5ldDpy
 aWNoYXJkLnBhbG9AYmFvdS5mcg0KdGVsO3dvcms6KzMzIDQgOTQgOTQgMzkgOTQNCnRlbDtm
 YXg6KzMzIDQgOTQgODcgODYgNjcNCngtbW96aWxsYS1odG1sOkZBTFNFDQp2ZXJzaW9uOjIu
 MQ0KZW5kOnZjYXJkDQoNCg==
 --------------060904070006020308030001--
 


Home | Main Index | Thread Index | Old Index