pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nvi-m17n Use the same mechanism as used in nvi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc9da8f370be
branches:  trunk
changeset: 480600:cc9da8f370be
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Sep 16 10:51:17 2004 +0000

description:
Use the same mechanism as used in nvi to switch off checks for grantpt(3)
and other System V options for now. Fixes a problem in the bulk build, and
addresses PR 26967.

diffstat:

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

diffs (21 lines):

diff -r aef27764076b -r cc9da8f370be editors/nvi-m17n/Makefile
--- a/editors/nvi-m17n/Makefile Thu Sep 16 10:40:24 2004 +0000
+++ b/editors/nvi-m17n/Makefile Thu Sep 16 10:51:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/04/12 11:09:01 xtraeme Exp $
+# $NetBSD: Makefile,v 1.27 2004/09/16 10:51:17 agc Exp $
 # FreeBSD Id: Makefile,v 1.11 1999/04/17 10:51:03 itojun Exp
 
 DISTNAME=      nvi-1.79
@@ -55,6 +55,11 @@
 ENCODING+=     iso-2022-cn iso-2022-jp iso-2022-kr
 ENCODING+=     euc-jp euc-cn euc-kr sjis big5 euc-tw hz
 
+.if ${OPSYS} == "NetBSD"
+# XXX ignore NetBSD 2.0F and later's grantpt(3) and SysV pty for just now
+CONFIGURE_ENV+=         vi_cv_sys5_pty=no
+.endif
+
 post-patch:
 .if ${OPSYS} == "NetBSD"
        ${RM} -f ${WRKSRC}/../include/sys/queue.h



Home | Main Index | Thread Index | Old Index