From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:44:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AFDE923D; Mon, 25 Nov 2013 18:44:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FB412F8C; Mon, 25 Nov 2013 18:44:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPIiZV3081887; Mon, 25 Nov 2013 18:44:35 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPIiZQH081886; Mon, 25 Nov 2013 18:44:35 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311251844.rAPIiZQH081886@svn.freebsd.org> From: Marcus von Appen Date: Mon, 25 Nov 2013 18:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334881 - head/devel/py-kqueue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 18:44:35 -0000 Author: mva Date: Mon Nov 25 18:44:35 2013 New Revision: 334881 URL: http://svnweb.freebsd.org/changeset/ports/334881 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: David Gilbert (maintainer) Modified: head/devel/py-kqueue/Makefile (contents, props changed) Modified: head/devel/py-kqueue/Makefile ============================================================================== --- head/devel/py-kqueue/Makefile Mon Nov 25 18:31:39 2013 (r334880) +++ head/devel/py-kqueue/Makefile Mon Nov 25 18:44:35 2013 (r334881) @@ -23,7 +23,9 @@ NO_STAGE= yes .include post-patch: - @${REINPLACE_CMD} -e 's,@DEFS@,,' ${WRKSRC}/Makefile.pre.in + @${REINPLACE_CMD} -e 's,@DEFS@,,' \ + -e 's,^PYTHON=\(.*\)python,PYTHON=\1${PYTHON_CMD},' \ + ${WRKSRC}/Makefile.pre.in do-configure: @(cd ${WRKSRC} && \