pkgsrc-Bugs archive

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

Re: PR/47420 CVS commit: pkgsrc/mail/milter-greylist



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: PR/47420 CVS commit: pkgsrc/mail/milter-greylist
Date: Sun, 13 Jan 2013 07:06:04 +0100

 This is a multi-part message in MIME format.
 --------------000209090509080404080007
 Content-Type: text/plain; charset=windows-1252; format=flowed
 Content-Transfer-Encoding: 8bit
 
 Le 12/01/13 21:22, Matthias Scheler a écrit :
 > On Sat, Jan 12, 2013 at 05:50:08PM +0000, Richard PALO wrote:
 >>   Yes, my last two comments are upon r1.10 (your latest).
 >>   I believe the above to be more or less a global solution...
 >
 > That is the plan.
 >
 >>   Observations please if it doesn't work on netbsd.
 >
 > If it wouldn't work under NetBSD I would not have committed it.
 > The question is whether it works for you under Solaris 11.
 >
 >      Kind regards
 >
 
 Well, I'd like to test on, for example, darwin and/or linux..
 
 As I mentioned, the following construct works on sunos, and you say the 
 conditional is needed to build on netbsd (can't test there for now)...
 
 The advantage of the following, I believe even on netbsd, is that the 
 user can set BDB_DEFAULT to anything required (db1 .. db5) on any platform.
 
   CONFIGURE_ARGS+=       --enable-drac --with-drac-db=${DRACD_DB}
   +BDB_ACCEPTED=db1 db2 db3 db4 db5
   +.include "../../mk/bdb.buildlink3.mk"
   +.if ${BDB_TYPE} != "db1"
   +CPPFLAGS+=     -DUSE_DB185_EMULATION
   +.endif
   +LIBS+=${BDB_LIBS}
 
 
 -- 
 Richard PALO
 TNT PACA, dénomination commerciale de la société BAOU
 SAS au capital de 50.000 ? - RCS TOULON 441 322 385 - APE 4322B
 117, av Marcel Berre - ZI Camp Laurent - 83500 LA SEYNE SUR MER
 tél:04.94.94.39.94 fax:04.94.87.86.67 mailto:Richard.PALO%baou.fr@localhost
 » Avant d'imprimer, pensez aux conséquences environnementales «
 
 --------------000209090509080404080007
 Content-Type: text/x-vcard; charset=utf-8;
  name="Richard_PALO.vcf"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="Richard_PALO.vcf"
 
 begin:vcard
 fn:Richard PALO
 n:PALO;Richard
 org:SAS BAOU;TNT PACA
 adr:ZI Camp Laurent;;117, av Marcel Berre;LA SEYNE SUR MER;VAR;83500;FRANCE
 email;internet:richard.palo%baou.fr@localhost
 tel;work:+33 4 94 94 39 94
 tel;fax:+33 4 94 87 86 67
 x-mozilla-html:FALSE
 version:2.1
 end:vcard
 
 
 --------------000209090509080404080007--
 


Home | Main Index | Thread Index | Old Index