Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 13:11:07 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408403 - head/audio/siren
Message-ID:  <201602071311.u17DB7kx067901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb  7 13:11:06 2016
New Revision: 408403
URL: https://svnweb.freebsd.org/changeset/ports/408403

Log:
  x11/xterm: document ncurses requirement (USES+=ncurses)
  
  while here:
    - fix tab alignment
    - link with ncurses, not curses
  
  approved by:	infrastructure blanket

Modified:
  head/audio/siren/Makefile

Modified: head/audio/siren/Makefile
==============================================================================
--- head/audio/siren/Makefile	Sun Feb  7 13:09:27 2016	(r408402)
+++ head/audio/siren/Makefile	Sun Feb  7 13:11:06 2016	(r408403)
@@ -12,13 +12,13 @@ COMMENT=	Text-based audio player
 LICENSE=	ISCL
 
 LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audio/flac \
-	libid3tag.so:${PORTSDIR}/audio/libid3tag \
-	libmad.so:${PORTSDIR}/audio/libmad \
-	libvorbis.so:${PORTSDIR}/audio/libvorbis \
-	libwavpack.so:${PORTSDIR}/audio/wavpack \
-	libopusfile.so:${PORTSDIR}/audio/opusfile
+		libid3tag.so:${PORTSDIR}/audio/libid3tag \
+		libmad.so:${PORTSDIR}/audio/libmad \
+		libvorbis.so:${PORTSDIR}/audio/libvorbis \
+		libwavpack.so:${PORTSDIR}/audio/wavpack \
+		libopusfile.so:${PORTSDIR}/audio/opusfile
 
-USES=	ncurses pkgconfig
+USES=		ncurses pkgconfig
 HAS_CONFIGURE=	yes
 USE_CSTD=	c99
 
@@ -31,12 +31,15 @@ PULSEAUDIO_CONFIGURE_ON=	oss=no pulse=ye
 OPTIONS_SUB=	yes
 
 CONFIGURE_ARGS=	sndfile=no \
-	alsa=no \
-	ao=no \
-	sndio=no \
-	sun=no \
-	portaudio=no \
-	aac=no
+		alsa=no \
+		ao=no \
+		sndio=no \
+		sun=no \
+		portaudio=no \
+		aac=no
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/siren



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