From owner-svn-ports-all@FreeBSD.ORG Thu Jul 24 00:30:59 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 C80ED9C2; Thu, 24 Jul 2014 00:30:59 +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 9B3AB2C75; Thu, 24 Jul 2014 00:30:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6O0Uxvd084502; Thu, 24 Jul 2014 00:30:59 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6O0Ux1H084501; Thu, 24 Jul 2014 00:30:59 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407240030.s6O0Ux1H084501@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 24 Jul 2014 00:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362759 - head/audio/moc 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: Thu, 24 Jul 2014 00:30:59 -0000 Author: amdmi3 Date: Thu Jul 24 00:30:59 2014 New Revision: 362759 URL: http://svnweb.freebsd.org/changeset/ports/362759 QAT: https://qat.redports.org/buildarchive/r362759/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/moc/Makefile Modified: head/audio/moc/Makefile ============================================================================== --- head/audio/moc/Makefile Thu Jul 24 00:29:10 2014 (r362758) +++ head/audio/moc/Makefile Thu Jul 24 00:30:59 2014 (r362759) @@ -3,14 +3,14 @@ PORTNAME= moc PORTVERSION= 2.4.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ MAINTAINER= rzinkov@gmail.com COMMENT= Console audio player designed to be powerful and easy to use -USES= tar:bzip2 gmake pkgconfig +USES= gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -28,44 +28,37 @@ JACK_CONFIGURE_OFF= --without-jack MP3_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ libid3tag.so:${PORTSDIR}/audio/libid3tag MP3_PLIST_FILES= lib/moc/decoder_plugins/libmp3_decoder.a \ - lib/moc/decoder_plugins/libmp3_decoder.la \ lib/moc/decoder_plugins/libmp3_decoder.so MP3_CONFIGURE_OFF= --without-mp3 MUSEPACK_LIB_DEPENDS= libmpcdec.so:${PORTSDIR}/audio/musepack \ libtag_c.so:${PORTSDIR}/audio/taglib MUSE_PACK_PLIST_FILES= lib/moc/decoder_plugins/libmusepack_decoder.a \ - lib/moc/decoder_plugins/libmusepack_decoder.la \ lib/moc/decoder_plugins/libmusepack_decoder.so MUSEPACK_CONFIGURE_OFF= --without-musepack VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis VORBIS_PLIST_FILES= lib/moc/decoder_plugins/libvorbis_decoder.a \ - lib/moc/decoder_plugins/libvorbis_decoder.la \ lib/moc/decoder_plugins/libvorbis_decoder.so VORBIS_CONFIGURE_OFF= --without-ogg FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac FLAC_PLIST_FILES= lib/moc/decoder_plugins/libflac_decoder.a \ - lib/moc/decoder_plugins/libflac_decoder.la \ lib/moc/decoder_plugins/libflac_decoder.so FLAC_CONFIGURE_OFF= --without-flac FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg FFMPEG_PLIST_FILES= lib/moc/decoder_plugins/libffmpeg_decoder.a \ - lib/moc/decoder_plugins/libffmpeg_decoder.la \ lib/moc/decoder_plugins/libffmpeg_decoder.so FFMPEG_CONFIGURE_OFF= --without-ffmpeg SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile SNDFILE_PLIST_FILES= lib/moc/decoder_plugins/libsndfile_formats_decoder.a \ - lib/moc/decoder_plugins/libsndfile_formats_decoder.la \ lib/moc/decoder_plugins/libsndfile_formats_decoder.so SNDFILE_CONFIGURE_OFF= --without-sndfile SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex SPEEX_PLIST_FILES= lib/moc/decoder_plugins/libspeex_decoder.a \ - lib/moc/decoder_plugins/libspeex_decoder.la \ lib/moc/decoder_plugins/libspeex_decoder.so SPEEX_CONFIGURE_OFF= --without-speex