svn commit: r362917 - head/audio/libshout
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jul 25 15:36:32 UTC 2014
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/
More information about the svn-ports-head
mailing list