From owner-svn-ports-head@FreeBSD.ORG Mon May 12 10:55:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD0A66EA; Mon, 12 May 2014 10:55:01 +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 9B05F2571; Mon, 12 May 2014 10:55:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CAt10n067859; Mon, 12 May 2014 10:55:01 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4CAt1Uf067858; Mon, 12 May 2014 10:55:01 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201405121055.s4CAt1Uf067858@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 12 May 2014 10:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353801 - head/audio/mp3unicode 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, 12 May 2014 10:55:01 -0000 Author: makc Date: Mon May 12 10:55:01 2014 New Revision: 353801 URL: http://svnweb.freebsd.org/changeset/ports/353801 QAT: https://qat.redports.org/buildarchive/r353801/ Log: audio/mp3unicode: convert to USES=tar:bzip2 Modified: head/audio/mp3unicode/Makefile Modified: head/audio/mp3unicode/Makefile ============================================================================== --- head/audio/mp3unicode/Makefile Mon May 12 10:53:41 2014 (r353800) +++ head/audio/mp3unicode/Makefile Mon May 12 10:55:01 2014 (r353801) @@ -11,8 +11,7 @@ COMMENT= ID3 tags charset converter LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib -USE_BZIP2= yes -USES= iconv pkgconfig +USES= iconv pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBASE}/include" \ ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}"