pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nvi NetBSD 2.0F and later has grantpt(3) - jus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aef27764076b
branches:  trunk
changeset: 480599:aef27764076b
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Sep 16 10:40:24 2004 +0000

description:
NetBSD 2.0F and later has grantpt(3) - just ignore it for now, so that we
don't try to use other System V options. Fixes bulk build problem.

diffstat:

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

diffs (18 lines):

diff -r cf770aa08e71 -r aef27764076b editors/nvi/Makefile
--- a/editors/nvi/Makefile      Thu Sep 16 09:55:42 2004 +0000
+++ b/editors/nvi/Makefile      Thu Sep 16 10:40:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/04/12 11:09:01 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2004/09/16 10:40:24 agc Exp $
 #
 
 DISTNAME=      nvi-1.81.5
@@ -16,6 +16,8 @@
 .  if !empty(OS_VERSION:M[2-9].*) || !empty(OS_VERSION:M1.6[A-Z]*)
 CONFIGURE_ENV+=                vi_cv_include_sys_select=no
 .  endif
+# XXX ignore NetBSD 2.0F and later's granpt(2) and SysV pty for just now
+CONFIGURE_ENV+=                vi_cv_sys5_pty=no
 .endif
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/build.unix



Home | Main Index | Thread Index | Old Index