fix db dependency for db4 flavor and bump; ok jakob@

This commit is contained in:
naddy 2009-07-18 20:26:18 +00:00
parent a567cef8ea
commit 2f2f0ccd59
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.69 2009/03/17 19:32:44 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.70 2009/07/18 20:26:18 naddy Exp $
COMMENT= fast, secure sendmail replacement
@ -77,7 +77,7 @@ MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lpq
.endif
.if ${FLAVOR:L:Mdb4}
LIB_DEPENDS+= lib/db4/db.>=4:db-4.*:databases/db/v4
LIB_DEPENDS+= lib/db4/db.>=4:db->=4,<5:databases/db/v4
MAKE_CCARGS+= -I${LOCALBASE}/include/db4
MAKE_AUXLIBS+= -L${LOCALBASE}/lib/db4 -ldb
.endif

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.195 2009/06/04 21:33:43 sthen Exp $
# $OpenBSD: Makefile,v 1.196 2009/07/18 20:26:19 naddy Exp $
VERSION= 2.7-20090528
PATCHLEVEL= 0
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.122 2009/06/04 21:33:03 sthen Exp $
# $OpenBSD: Makefile,v 1.123 2009/07/18 20:26:19 naddy Exp $
VERSION= 2.6.2
PATCHLEVEL= 0
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}