pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang ChromeOS support for the older Python versions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93273d491042
branches:  trunk
changeset: 371789:93273d491042
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Nov 22 19:16:20 2017 +0000

description:
ChromeOS support for the older Python versions.

diffstat:

 lang/python27/Makefile |  4 ++--
 lang/python34/Makefile |  4 +++-
 lang/python35/Makefile |  4 +++-
 3 files changed, 8 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r 8a1bf641527a -r 93273d491042 lang/python27/Makefile
--- a/lang/python27/Makefile    Wed Nov 22 18:57:05 2017 +0000
+++ b/lang/python27/Makefile    Wed Nov 22 19:16:20 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2017/09/17 09:54:52 adam Exp $
+# $NetBSD: Makefile,v 1.73 2017/11/22 19:16:20 bsiegert Exp $
 
 .include "dist.mk"
 
@@ -115,7 +115,7 @@
 .  endif
 .else
 PLIST.dll=     yes
-.  if ${OPSYS} == "MirBSD"
+.  if ${OPSYS} == "MirBSD" || "${OS_VARIANT}" == "chromeos"
 # neither nis nor no-nis
 .  elif ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
 PLIST.nis=     yes
diff -r 8a1bf641527a -r 93273d491042 lang/python34/Makefile
--- a/lang/python34/Makefile    Wed Nov 22 18:57:05 2017 +0000
+++ b/lang/python34/Makefile    Wed Nov 22 19:16:20 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/09/03 08:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/11/22 19:16:20 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
diff -r 8a1bf641527a -r 93273d491042 lang/python35/Makefile
--- a/lang/python35/Makefile    Wed Nov 22 18:57:05 2017 +0000
+++ b/lang/python35/Makefile    Wed Nov 22 19:16:20 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 19:16:20 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