pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python36 Disable nis module entirely on ChromeOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a1bf641527a
branches:  trunk
changeset: 371788:8a1bf641527a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Nov 22 18:57:05 2017 +0000

description:
Disable nis module entirely on ChromeOS.

diffstat:

 lang/python36/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5392dc3a0b9f -r 8a1bf641527a lang/python36/Makefile
--- a/lang/python36/Makefile    Wed Nov 22 18:22:57 2017 +0000
+++ b/lang/python36/Makefile    Wed Nov 22 18:57:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/09/03 08:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/11/22 18:57:05 bsiegert Exp $
 
 .include "dist.mk"
 
@@ -87,7 +87,9 @@
 .else
 PLIST.dll=     yes
 .  if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
+.    if "${OS_VARIANT}" != "chromeos"
 PLIST.nis=     yes
+.    endif
 .  else
 PLIST.no-nis=  yes
 .  endif



Home | Main Index | Thread Index | Old Index