From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 21:59:38 2014 Return-Path: Delivered-To: svn-ports-all@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 0196E737; Tue, 10 Jun 2014 21:59:38 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E355F277D; Tue, 10 Jun 2014 21:59:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ALxbgZ043360; Tue, 10 Jun 2014 21:59:37 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5ALxbbc043359; Tue, 10 Jun 2014 21:59:37 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406102159.s5ALxbbc043359@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 10 Jun 2014 21:59:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357390 - 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.18 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: Tue, 10 Jun 2014 21:59:38 -0000 Author: amdmi3 Date: Tue Jun 10 21:59:37 2014 New Revision: 357390 URL: http://svnweb.freebsd.org/changeset/ports/357390 QAT: https://qat.redports.org/buildarchive/r357390/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/sysutils/htop/Makefile Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Tue Jun 10 21:58:40 2014 (r357389) +++ head/sysutils/htop/Makefile Tue Jun 10 21:59:37 2014 (r357390) @@ -3,6 +3,7 @@ PORTNAME= htop PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF @@ -23,8 +24,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= LIBS="-lexecinfo" CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode -USES= ncurses -USE_AUTOTOOLS= autoconf aclocal automake libtool +USES= ncurses libtool +USE_AUTOTOOLS= autoconf aclocal automake ACLOCAL_ARGS= -I ${ACLOCAL_DIR} USE_PYTHON_BUILD= yes