From owner-svn-ports-head@FreeBSD.ORG Mon May 5 14:40:50 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 F411EFA0; Mon, 5 May 2014 14:40:49 +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 E0CAC14EE; Mon, 5 May 2014 14:40:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s45EeniT032273; Mon, 5 May 2014 14:40:49 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s45Een76032272; Mon, 5 May 2014 14:40:49 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405051440.s45Een76032272@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 May 2014 14:40:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353019 - head/audio/ices 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: Mon, 05 May 2014 14:40:50 -0000 Author: sunpoet Date: Mon May 5 14:40:49 2014 New Revision: 353019 URL: http://svnweb.freebsd.org/changeset/ports/353019 QAT: https://qat.redports.org/buildarchive/r353019/ Log: - Sort LIB_DEPENDS - Use USES=tar:bzip2 - Remove deprecated PTHREAD_* - Take maintainership Modified: head/audio/ices/Makefile Modified: head/audio/ices/Makefile ============================================================================== --- head/audio/ices/Makefile Mon May 5 14:40:07 2014 (r353018) +++ head/audio/ices/Makefile Mon May 5 14:40:49 2014 (r353019) @@ -6,30 +6,28 @@ PORTVERSION= 2.0.2 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net -MASTER_SITES= http://downloads.xiph.org/releases/ices/ \ - http://svn.xiph.org/releases/ices/ +MASTER_SITES= http://downloads.xiph.org/releases/${PORTNAME}/ \ + http://svn.xiph.org/releases/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Vorbis streaming source client for icecast 2 LICENSE= GPLv2 LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ - libshout.so:${PORTSDIR}/audio/libshout2 \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libshout.so:${PORTSDIR}/audio/libshout \ libspeex.so:${PORTSDIR}/audio/speex \ - libtheora.so:${PORTSDIR}/multimedia/libtheora + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libvorbis.so:${PORTSDIR}/audio/libvorbis OPTIONS_DEFINE= ALSA -USES= gmake iconv pkgconfig -USE_BZIP2= yes -USE_GNOME= libxml2 -GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +GNU_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib -pthread +USE_GNOME= libxml2 +USES= gmake iconv pkgconfig tar:bzip2 ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib ALSA_CONFIGURE_ENABLE= alsa