From owner-svn-ports-all@FreeBSD.ORG Thu May 30 19:16:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C87784BC; Thu, 30 May 2013 19:16:13 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BA0C8EE9; Thu, 30 May 2013 19:16:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4UJGD1Q017792; Thu, 30 May 2013 19:16:13 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4UJGD5t017791; Thu, 30 May 2013 19:16:13 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201305301916.r4UJGD5t017791@svn.freebsd.org> From: Eitan Adler Date: Thu, 30 May 2013 19:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319448 - head/sysutils/htop 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.14 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: Thu, 30 May 2013 19:16:13 -0000 Author: eadler Date: Thu May 30 19:16:13 2013 New Revision: 319448 URL: http://svnweb.freebsd.org/changeset/ports/319448 Log: Let htop build when python 3 is default. Approved by: maintainer timeout (2 weeks) Modified: head/sysutils/htop/Makefile Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Thu May 30 19:14:44 2013 (r319447) +++ head/sysutils/htop/Makefile Thu May 30 19:16:13 2013 (r319448) @@ -27,7 +27,7 @@ USES= ncurses USE_AUTOTOOLS= autoconf aclocal automake libtool ACLOCAL_ARGS= -I ${ACLOCAL_DIR} -USE_PYTHON_BUILD= yes +USE_PYTHON_BUILD= -2.7 MAN1= htop.1 @@ -38,7 +38,7 @@ RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/ .endif post-patch: - @${REINPLACE_CMD} -e 's:/usr/bin/python:${LOCALBASE}/bin/python:' ${WRKSRC}/scripts/MakeHeader.py + @${REINPLACE_CMD} -e 's:/usr/bin/python:${PYTHON_CMD}:' ${WRKSRC}/scripts/MakeHeader.py pre-configure: @[ -f /compat/linux/proc/stat ] || { ${CAT} ${PKGMESSAGE}; ${FALSE}; }