From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:43:02 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 255084F8; Tue, 26 Nov 2013 17:43:02 +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 154192FEF; Tue, 26 Nov 2013 17:43:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQHh183069221; Tue, 26 Nov 2013 17:43:01 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQHh1v5069220; Tue, 26 Nov 2013 17:43:01 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311261743.rAQHh1v5069220@svn.freebsd.org> From: Marcus von Appen Date: Tue, 26 Nov 2013 17:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334959 - head/devel/coccinelle 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: Tue, 26 Nov 2013 17:43:02 -0000 Author: mva Date: Tue Nov 26 17:43:01 2013 New Revision: 334959 URL: http://svnweb.freebsd.org/changeset/ports/334959 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: Andriy Gapon (maintainer) Modified: head/devel/coccinelle/Makefile Modified: head/devel/coccinelle/Makefile ============================================================================== --- head/devel/coccinelle/Makefile Tue Nov 26 17:41:42 2013 (r334958) +++ head/devel/coccinelle/Makefile Tue Nov 26 17:43:01 2013 (r334959) @@ -23,5 +23,7 @@ NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|CAMLreturn0|return 0|' \ ${WRKSRC}/pycaml/pycaml_ml.c + @${REINPLACE_CMD} 's|shell python|shell ${PYTHON_CMD}|' \ + ${WRKSRC}/pycaml/Makefile .include