From owner-svn-ports-all@freebsd.org Mon Apr 4 06:25:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A713B02C20; Mon, 4 Apr 2016 06:25:29 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B7561093; Mon, 4 Apr 2016 06:25:29 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u346PS9Y045426; Mon, 4 Apr 2016 06:25:28 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u346PSVH045425; Mon, 4 Apr 2016 06:25:28 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201604040625.u346PSVH045425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 4 Apr 2016 06:25:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412500 - head/sysutils/xen-guest-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2016 06:25:29 -0000 Author: dinoex Date: Mon Apr 4 06:25:28 2016 New Revision: 412500 URL: https://svnweb.freebsd.org/changeset/ports/412500 Log: - fix build when python is not 2.7 Reported by: Wojciech Kloska Modified: head/sysutils/xen-guest-tools/Makefile Modified: head/sysutils/xen-guest-tools/Makefile ============================================================================== --- head/sysutils/xen-guest-tools/Makefile Mon Apr 4 05:43:14 2016 (r412499) +++ head/sysutils/xen-guest-tools/Makefile Mon Apr 4 06:25:28 2016 (r412500) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bash:she ${LOCALBASE}/lib/libglib-2.0.so:devel/glib20 \ ${LOCALBASE}/lib/libyajl.so:devel/yajl -USES= gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig +USES= gmake python:2.7:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHON_CMD} PYTHON_PATH=${PYTHON_CMD}