bad libspec, to find the correct library, you must look into a
directory where there's no candidate that is more recent.
This commit is contained in:
parent
6c6bba8169
commit
f01a06fa5b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.10 2005/01/12 21:31:05 sturm Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.11 2005/01/23 10:28:07 espie Exp $
|
||||
|
||||
COMMENT= "Berkeley DB package, revision ${REVISION}"
|
||||
COMMENT-tcl= "TCL bindings for Berkeley DB, revision ${REVISION}"
|
||||
@ -46,7 +46,7 @@ CONFIGURE_ARGS+=--enable-tcl \
|
||||
|
||||
. if defined(PACKAGING)
|
||||
. if ${SUBPACKAGE} == "-tcl"
|
||||
LIB_DEPENDS+= db.=${REVISION}:db-${REVISION}.*:databases/db/v${REVISION}
|
||||
LIB_DEPENDS+= ${DBLIBDIR}/db.=${REVISION}:db-${REVISION}.*:databases/db/v${REVISION}
|
||||
. else
|
||||
LIB_DEPENDS=
|
||||
. endif
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2005/01/12 21:31:06 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2005/01/23 10:28:07 espie Exp $
|
||||
|
||||
REVISION= 3
|
||||
DBLIBDIR= lib/db
|
||||
VERSION= ${REVISION}.1.17
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
CONFIGURE_STYLE=gnu dest
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2005/01/12 21:31:06 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2005/01/23 10:28:07 espie Exp $
|
||||
|
||||
REVISION= 4
|
||||
VERSION= ${REVISION}.2.52
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
DBLIBDIR= lib/db4
|
||||
|
||||
MASTER_SITES0= ${MASTER_SITES:S/snapshot/${VERSION}/}
|
||||
PATCHFILES= patch.${VERSION}.1:0 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user