From owner-svn-ports-head@FreeBSD.ORG Fri Jul 25 15:36:32 2014 Return-Path: Delivered-To: svn-ports-head@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 9E4154CE; Fri, 25 Jul 2014 15:36:32 +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 71FD52E8F; Fri, 25 Jul 2014 15:36:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PFaWxp005493; Fri, 25 Jul 2014 15:36:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6PFaWEF005491; Fri, 25 Jul 2014 15:36:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407251536.s6PFaWEF005491@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Jul 2014 15:36:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362917 - head/audio/libshout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 15:36:32 -0000 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/