pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nvi Revert 1.31 (allow use of db4), as the aut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2582358395c
branches:  trunk
changeset: 552170:d2582358395c
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Dec 31 20:46:33 2008 +0000

description:
Revert 1.31 (allow use of db4), as the autoconf crap is broken and doesn't
work somehow on NetBSD and DragonFly (and probably others).  This is a shame,
as nvi itself actually does support db4, it's the autocrap that's broken.

diffstat:

 editors/nvi/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d1f8da21790c -r d2582358395c editors/nvi/Makefile
--- a/editors/nvi/Makefile      Wed Dec 31 20:37:09 2008 +0000
+++ b/editors/nvi/Makefile      Wed Dec 31 20:46:33 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/12/21 23:03:27 epg Exp $
+# $NetBSD: Makefile,v 1.33 2008/12/31 20:46:33 epg Exp $
 #
 
 DISTNAME=      nvi-1.81.6
@@ -40,5 +40,8 @@
 INSTALL_UNSTRIPPED=    yes
 .endif
 
-.include "../../mk/bdb.buildlink3.mk"
+# We need exactly the db3 API.
+BUILDLINK_TRANSFORM+=  l:db:db3
+.include "../../databases/db3/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index