From owner-svn-ports-head@FreeBSD.ORG Tue Aug 5 12:12:01 2014 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 9FFDB8E8 for ; Tue, 5 Aug 2014 12:12:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 761E7206B for ; Tue, 5 Aug 2014 12:12:01 +0000 (UTC) Received: from adamw (uid 959) (envelope-from adamw@FreeBSD.org) id 5c10 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 05 Aug 2014 12:12:01 +0000 From: Adam Weinberger Date: Tue, 5 Aug 2014 12:12:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364090 - head/sysutils/htop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e0ca11.5c10.40ccdf8a@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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, 05 Aug 2014 12:12:01 -0000 Author: adamw Date: Tue Aug 5 12:12:00 2014 New Revision: 364090 URL: http://svnweb.freebsd.org/changeset/ports/364090 QAT: https://qat.redports.org/buildarchive/r364090/ Log: Use USES=execinfo. Modified: head/sysutils/htop/Makefile Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Tue Aug 5 10:50:42 2014 (r364089) +++ head/sysutils/htop/Makefile Tue Aug 5 12:12:00 2014 (r364090) @@ -10,8 +10,6 @@ MASTER_SITES= SF MAINTAINER= gaod@hychen.org COMMENT= Better top(1) - interactive process viewer -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo - OPTIONS_DEFINE= LSOF OPTIONS_DEFAULT=LSOF @@ -22,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode -USES= ncurses libtool +USES= ncurses libtool execinfo USE_AUTOTOOLS= autoconf aclocal automake ACLOCAL_ARGS= -I ${ACLOCAL_DIR}