svn commit: r358016 - in head/audio/ncmpcpp: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 16 15:30:40 UTC 2014


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 <fftw3.h>
+ #endif
+ 
++#include <sys/time.h>
++
+ class Visualizer : public Screen<Window>
+ {
+ 	public:


More information about the svn-ports-head mailing list