From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 15:30:39 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 DE4C9C0D; Mon, 16 Jun 2014 15:30:39 +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 B17602CC4; Mon, 16 Jun 2014 15:30:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GFUdZO064412; Mon, 16 Jun 2014 15:30:39 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GFUdMq064410; Mon, 16 Jun 2014 15:30:39 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406161530.s5GFUdMq064410@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 16 Jun 2014 15:30:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358016 - in head/audio/ncmpcpp: . files 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: Mon, 16 Jun 2014 15:30:40 -0000 Author: amdmi3 Date: Mon Jun 16 15:30:39 2014 New Revision: 358016 URL: http://svnweb.freebsd.org/changeset/ports/358016 QAT: https://qat.redports.org/buildarchive/r358016/ Log: - Convert USE_BZIP2 to USES - Fix build on 10.x - Switch to USES=libtool Approved by: portmgr blanket Added: head/audio/ncmpcpp/files/ head/audio/ncmpcpp/files/patch-src__visualizer.h (contents, props changed) Modified: head/audio/ncmpcpp/Makefile Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Mon Jun 16 15:16:17 2014 (r358015) +++ head/audio/ncmpcpp/Makefile Mon Jun 16 15:30:39 2014 (r358016) @@ -3,7 +3,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.5.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ http://mirror.mcx2.org/ @@ -14,12 +14,11 @@ COMMENT= ncurses mpd client, clone of nc LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient \ libfftw3.so:${PORTSDIR}/math/fftw3 -USES= iconv ncurses pkgconfig -USE_BZIP2= yes +USES= iconv libtool ncurses pkgconfig tar:bzip2 USE_GCC= any GNU_CONFIGURE= yes USE_GNOME= glib20 -USE_AUTOTOOLS= automake aclocal libtool +USE_AUTOTOOLS= automake aclocal AUTOMAKE_ARGS= --add-missing ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal CPPFLAGS+= -I${LOCALBASE}/include Added: head/audio/ncmpcpp/files/patch-src__visualizer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/ncmpcpp/files/patch-src__visualizer.h Mon Jun 16 15:30:39 2014 (r358016) @@ -0,0 +1,11 @@ +--- src/visualizer.h.orig 2012-04-01 20:49:09.000000000 +0400 ++++ src/visualizer.h 2014-06-16 19:07:34.000000000 +0400 +@@ -34,6 +34,8 @@ + # include + #endif + ++#include ++ + class Visualizer : public Screen + { + public: