pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/suil suil: we're using a builtin waf, it is an o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59b286d46dcd
branches:  trunk
changeset: 312863:59b286d46dcd
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Sep 17 07:27:40 2018 +0000

description:
suil: we're using a builtin waf, it is an older one that doesn't support
newer python. restrict to 2.7.

reported by john d. baker in pkgsrc-users

diffstat:

 audio/suil/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7e22e39a8242 -r 59b286d46dcd audio/suil/Makefile
--- a/audio/suil/Makefile       Mon Sep 17 06:56:22 2018 +0000
+++ b/audio/suil/Makefile       Mon Sep 17 07:27:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/04/16 14:33:45 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/09/17 07:27:40 maya Exp $
 
 DISTNAME=      suil-0.8.2
 PKGREVISION=   5
@@ -21,6 +21,8 @@
 PKGCONFIG_OVERRIDE+=   suil.pc.in
 
 # Use older waf
+PYTHON_VERSIONS_ACCEPTED=      27
+
 WAF_ENV+=      CC=${CC:Q}
 WAF_ENV+=      CFLAGS=${CFLAGS:Q}
 WAF_ENV+=      CXX=${CXX:Q}



Home | Main Index | Thread Index | Old Index