From owner-svn-ports-all@FreeBSD.ORG Wed Jun 4 13:14:13 2014 Return-Path: Delivered-To: svn-ports-all@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 0BB34B2C; Wed, 4 Jun 2014 13:14:13 +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 EC3DA2156; Wed, 4 Jun 2014 13:14:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s54DECIf098444; Wed, 4 Jun 2014 13:14:12 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s54DECs0098443; Wed, 4 Jun 2014 13:14:12 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406041314.s54DECs0098443@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 4 Jun 2014 13:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356492 - head/audio/sweep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2014 13:14:13 -0000 Author: amdmi3 Date: Wed Jun 4 13:14:12 2014 New Revision: 356492 URL: http://svnweb.freebsd.org/changeset/ports/356492 QAT: https://qat.redports.org/buildarchive/r356492/ Log: - Swith to USES=libtool - Convert USE_BZIP2 to USES - Add USES=desktop-file-utils as suggested by check-sanity Modified: head/audio/sweep/Makefile Modified: head/audio/sweep/Makefile ============================================================================== --- head/audio/sweep/Makefile Wed Jun 4 13:12:40 2014 (r356491) +++ head/audio/sweep/Makefile Wed Jun 4 13:14:12 2014 (r356492) @@ -3,7 +3,7 @@ PORTNAME= sweep PORTVERSION= 0.9.3 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= audio gnome MASTER_SITES= SF @@ -17,10 +17,10 @@ LIB_DEPENDS= libmad.so:${PORTSDIR}/audio libvorbis.so:${PORTSDIR}/audio/libvorbis \ libspeex.so:${PORTSDIR}/audio/speex -USE_BZIP2= yes -USES= pathfix gettext pkgconfig gmake +USES= pathfix gettext pkgconfig gmake tar:bzip2 libtool \ + desktop-file-utils +GNU_CONFIGURE= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-extralibdir=${LOC --with-vorbis-includes=${LOCALBASE}/include/vorbis \ --with-ogg-libraries=${LOCALBASE}/lib \ --with-ogg-includes=${LOCALBASE}/include/ogg +CONFIGURE_ENV= LIBS="`pkg-config --libs gmodule-2.0`" post-patch: @${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \