pkgsrc-Bugs archive

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

Re: pkg/47403: pkgsrc/mail/milter-greylist fails when option "drac" is specified



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

From: Richard PALO <richard.palo%baou.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/47403: pkgsrc/mail/milter-greylist fails when option "drac"
 is specified
Date: Fri, 04 Jan 2013 13:15:44 +0100

 Le 04/01/13 12:40, OBATA Akio a écrit :
 
 >   LIBS+=3D   ${BDB_LIBS}
 >
 
 I was afraid of that, still seems to be an anomaly to me... oh well
 
 With this updated patch
 
 Index: options.mk
 ===================================================================
 RCS file: /cvsroot/pkgsrc/mail/milter-greylist/options.mk,v
 retrieving revision 1.9
 diff -u -p -r1.9 options.mk
 --- options.mk  22 Sep 2009 16:52:02 -0000      1.9
 +++ options.mk  4 Jan 2013 12:11:43 -0000
 @@ -33,6 +33,11 @@ CONFIGURE_ARGS+=     --disable-drac
   DRACD_DB?=             /etc/mail/dracd.db
 
   CONFIGURE_ARGS+=       --enable-drac --with-drac-db=${DRACD_DB}
 +CFLAGS+=-DUSE_DB185_EMULATION
 +USE_DB185=yes
 +BDB_ACCEPTED=db1 db2 db3 db4 db5
 +LIBS+=${BDB_LIBS}
 +.include "../../mk/bdb.buildlink3.mk"
   .endif
 
   ###
 
 I have been able to successfully build/install with db2 - db5 (added db5 
 for grins).  db1 seems to be the only on that still does not work.
 
 
 


Home | Main Index | Thread Index | Old Index