pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python36
Module Name: pkgsrc
Committed By: bsiegert
Date: Wed Nov 22 18:57:05 UTC 2017
Modified Files:
pkgsrc/lang/python36: Makefile
Log Message:
Disable nis module entirely on ChromeOS.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/python36/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python36/Makefile
diff -u pkgsrc/lang/python36/Makefile:1.10 pkgsrc/lang/python36/Makefile:1.11
--- pkgsrc/lang/python36/Makefile:1.10 Sun Sep 3 08:53:10 2017
+++ pkgsrc/lang/python36/Makefile Wed Nov 22 18:57:05 2017
@@ -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 @@ PLIST.nis= yes
.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