From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 12:29:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47BF3B43; Sun, 24 Nov 2013 12:29:14 +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 3834A2ED6; Sun, 24 Nov 2013 12:29:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOCTETN076437; Sun, 24 Nov 2013 12:29:14 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOCTEDX076435; Sun, 24 Nov 2013 12:29:14 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311241229.rAOCTEDX076435@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 12:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334720 - head/databases/hk_classes 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: Sun, 24 Nov 2013 12:29:14 -0000 Author: mva Date: Sun Nov 24 12:29:13 2013 New Revision: 334720 URL: http://svnweb.freebsd.org/changeset/ports/334720 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Modified: head/databases/hk_classes/Makefile Modified: head/databases/hk_classes/Makefile ============================================================================== --- head/databases/hk_classes/Makefile Sun Nov 24 12:05:33 2013 (r334719) +++ head/databases/hk_classes/Makefile Sun Nov 24 12:29:13 2013 (r334720) @@ -134,6 +134,8 @@ post-patch: -I./pxlib|INCLUDES = -I../hk_classes -I./pxlib \ -I${LOCALBASE}/include|g" \ ${WRKSRC}/hk_paradoxclasses/Makefile.in + ${REINPLACE_CMD} -e "s|python setup.py|${PYTHON_CMD} setup.py|" \ + ${WRKSRC}/python/Makefile.in post-configure: ${REINPLACE_CMD} -e "s| -I|','|g" ${WRKSRC}/python/setup.py