aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2011-03-23 23:27:01 +0800
committermandree <mandree@FreeBSD.org>2011-03-23 23:27:01 +0800
commita374485034c1c64ad15407753f5afcc1f182630e (patch)
treef625c5bb36a04dd5ec7f5b581644b759d1230715 /editors
parent311a02f0ef1202b8ca79b25fa010d1530adf82d7 (diff)
downloadfreebsd-ports-gnome-a374485034c1c64ad15407753f5afcc1f182630e.tar.gz
freebsd-ports-gnome-a374485034c1c64ad15407753f5afcc1f182630e.tar.zst
freebsd-ports-gnome-a374485034c1c64ad15407753f5afcc1f182630e.zip
Bump USE_BDB requirement from yes to 42+, as nvi breaks with DB 4.1
probably due to BDB issue #8852, "Remove restriction that DB_TRUNCATE is not allowed on files with subdatabases. This restriction was introduced in 4.1.25." -- source: Berkeley DB 4.2.52 ChangeLog nvi-devel works with db42 and db51 on 8.2-amd64. Approved by: johans (maintainer)
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index 7ccfa44413f8..653081c344e7 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nvi
PORTVERSION= 1.81.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors
MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/
@@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_ICONV= yes
-USE_BDB= yes
+USE_BDB= 42+
CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \
--program-prefix=n
CONFIGURE_SCRIPT= ../dist/configure