pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nvi Add a TODO about the configure brokenness.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6525622d13ba
branches:  trunk
changeset: 552171:6525622d13ba
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Dec 31 20:48:37 2008 +0000

description:
Add a TODO about the configure brokenness.

diffstat:

 editors/nvi/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d2582358395c -r 6525622d13ba editors/nvi/Makefile
--- a/editors/nvi/Makefile      Wed Dec 31 20:46:33 2008 +0000
+++ b/editors/nvi/Makefile      Wed Dec 31 20:48:37 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/12/31 20:46:33 epg Exp $
+# $NetBSD: Makefile,v 1.34 2008/12/31 20:48:37 epg Exp $
 #
 
 DISTNAME=      nvi-1.81.6
@@ -41,6 +41,8 @@
 .endif
 
 # We need exactly the db3 API.
+# TODO: Actually nvi supports db4, but its configure script is broken.
+# Perhaps some brave soul can fix it...
 BUILDLINK_TRANSFORM+=  l:db:db3
 .include "../../databases/db3/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index