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: Sat, 12 Jan 2013 17:33:48 +0100
Le 12/01/13 17:24, Richard PALO a écrit :
> If I understood the comments in the bdb.buildlink.mk, adding back 'db1'
> into BDB_ACCEPTED as hereafter:
>
>
> CONFIGURE_ARGS+= --enable-drac --with-drac-db=${DRACD_DB}
> +BDB_ACCEPTED=db1 db2 db3 db4 db5
> +.include "../../mk/bdb.buildlink3.mk"
> +CPPFLAGS+=-DUSE_DB185_EMULATION
> +LIBS+=${BDB_LIBS}
> .endif
>
>
> should have done the trick for you, as you seem to indicate that db1 is
> builtin on netbsd. This also builds fine for me and seems a bit simpler
> as long as it builds on netbsd.
> (adding back in db1 effectively permits removing USE_DB185=yes)
Ah, I see that it should be:
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}
.endif
Home |
Main Index |
Thread Index |
Old Index