Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 15:36:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362917 - head/audio/libshout
Message-ID:  <201407251536.s6PFaWEF005491@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 25 15:36:31 2014
New Revision: 362917
URL: http://svnweb.freebsd.org/changeset/ports/362917
QAT: https://qat.redports.org/buildarchive/r362917/

Log:
  - Cleanup Makefile
  - Reformat pkg-descr

Modified:
  head/audio/libshout/Makefile
  head/audio/libshout/pkg-descr

Modified: head/audio/libshout/Makefile
==============================================================================
--- head/audio/libshout/Makefile	Fri Jul 25 15:24:51 2014	(r362916)
+++ head/audio/libshout/Makefile	Fri Jul 25 15:36:31 2014	(r362917)
@@ -18,16 +18,14 @@ LIB_DEPENDS=	libspeex.so:${PORTSDIR}/aud
 
 CONFLICTS=	libshout2-[0-9]*
 
-CFLAGS+=	-I${LOCALBASE}/include
+OPTIONS_DEFINE=	DOCS
+
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix pkgconfig
 
 PORTDOCS=	*
 
-OPTIONS_DEFINE=	DOCS
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ffast-math||g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|^Requires: |Requires.private: |' ${WRKSRC}/shout.pc.in

Modified: head/audio/libshout/pkg-descr
==============================================================================
--- head/audio/libshout/pkg-descr	Fri Jul 25 15:24:51 2014	(r362916)
+++ head/audio/libshout/pkg-descr	Fri Jul 25 15:36:31 2014	(r362917)
@@ -1,7 +1,7 @@
-This is a port of the libshout library.  Libshout allows applications to
-easily communicate and broadcast to an Icecast streaming media server.  It
-handles the socket connections, metadata communication, and data streaming
-for the calling application, and lets developers focus on feature sets
-instead of implementation details.
+This is a port of the libshout library. Libshout allows applications to easily
+communicate and broadcast to an Icecast streaming media server. It handles the
+socket connections, metadata communication, and data streaming for the calling
+application, and lets developers focus on feature sets instead of implementation
+details.
 
 WWW: http://www.icecast.org/



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