Received: by mail.netbsd.org (Postfix, from userid 605) id 1947A84D24; Thu, 27 Sep 2018 19:47:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 17B9884CCE for ; Thu, 27 Sep 2018 19:47:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id reSCQYPj3HMq for ; Thu, 27 Sep 2018 19:47:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 35AF984C8D for ; Thu, 27 Sep 2018 19:47:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2764FFBEE; Thu, 27 Sep 2018 19:47:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538077629148110" MIME-Version: 1.0 Date: Thu, 27 Sep 2018 19:47:09 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/audio/rhythmbox To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20180927194709.2764FFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1538077629148110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Thu Sep 27 19:47:09 UTC 2018 Modified Files: pkgsrc/audio/rhythmbox: Makefile Log Message: rhythmbox: needs itstool; also doesn't like python 2.7 To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 pkgsrc/audio/rhythmbox/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538077629148110 Content-Disposition: inline Content-Length: 1097 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/rhythmbox/Makefile diff -u pkgsrc/audio/rhythmbox/Makefile:1.152 pkgsrc/audio/rhythmbox/Makefile:1.153 --- pkgsrc/audio/rhythmbox/Makefile:1.152 Mon Sep 3 10:50:17 2018 +++ pkgsrc/audio/rhythmbox/Makefile Thu Sep 27 19:47:09 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2018/09/03 10:50:17 wiz Exp $ +# $NetBSD: Makefile,v 1.153 2018/09/27 19:47:09 tnn Exp $ DISTNAME= rhythmbox-3.4.2 PKGREVISION= 2 @@ -18,6 +18,8 @@ USE_TOOLS+= gmake intltool msgfmt pkg-c USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES +PYTHON_VERSIONS_INCOMPATIBLE= 27 + CONFIGURE_ARGS+= --disable-browser-plugin CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ARGS+= --disable-fm-radio @@ -25,6 +27,7 @@ CONFIGURE_ARGS+= --without-gudev CONFIGURE_ARGS+= --enable-vala CONFIGURE_ARGS+= --with-brasero +DEPENDS+= itstool-[0-9]*:../../textproc/itstool DEPENDS+= gst-plugins1-libav-[0-9]*:../../multimedia/gst-plugins1-libav DEPENDS+= gst-plugins1-good-[0-9]*:../../multimedia/gst-plugins1-libav DEPENDS+= gst-plugins1-oss-[0-9]*:../../audio/gst-plugins1-oss --_----------=_1538077629148110--