Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2014 05:28:43 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372509 - head/sysutils/htop
Message-ID:  <201411130528.sAD5ShCf032625@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: xmj
Date: Thu Nov 13 05:28:42 2014
New Revision: 372509
URL: https://svnweb.freebsd.org/changeset/ports/372509
QAT: https://qat.redports.org/buildarchive/r372509/

Log:
  sysutils/htop: Restrict to Python 2.x
  
  - restrict htop to build with python 2.7 only.
  
  PR: 194446
  Differential Revision:	https://reviews.freebsd.org/D1151
  Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
  Approved by: maintainer timeout (2+ weeks)
  Approved by: koobs (mentor)

Modified:
  head/sysutils/htop/Makefile

Modified: head/sysutils/htop/Makefile
==============================================================================
--- head/sysutils/htop/Makefile	Thu Nov 13 02:19:55 2014	(r372508)
+++ head/sysutils/htop/Makefile	Thu Nov 13 05:28:42 2014	(r372509)
@@ -21,7 +21,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lexecinfo
 
 CONFIGURE_ARGS=	--with-proc=/compat/linux/proc --enable-unicode
-USES=		ncurses libtool execinfo python:build
+USES=		ncurses libtool execinfo python:2,build
 USE_AUTOTOOLS=	autoconf aclocal automake
 ACLOCAL_ARGS=	-I ${ACLOCAL_DIR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411130528.sAD5ShCf032625>