From owner-svn-ports-all@FreeBSD.ORG Sun Mar 2 21:57:21 2014 Return-Path: Delivered-To: svn-ports-all@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 46C276FA; Sun, 2 Mar 2014 21:57:21 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 330721CF1; Sun, 2 Mar 2014 21:57:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22LvLho091195; Sun, 2 Mar 2014 21:57:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22LvKCb091193; Sun, 2 Mar 2014 21:57:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403022157.s22LvKCb091193@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 2 Mar 2014 21:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346816 - head/audio/speex 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.17 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: Sun, 02 Mar 2014 21:57:21 -0000 Author: bapt Date: Sun Mar 2 21:57:20 2014 New Revision: 346816 URL: http://svnweb.freebsd.org/changeset/ports/346816 QAT: https://qat.redports.org/buildarchive/r346816/ Log: Convert to USES=libtool Modified: head/audio/speex/Makefile head/audio/speex/pkg-plist Modified: head/audio/speex/Makefile ============================================================================== --- head/audio/speex/Makefile Sun Mar 2 21:55:05 2014 (r346815) +++ head/audio/speex/Makefile Sun Mar 2 21:57:20 2014 (r346816) @@ -3,7 +3,7 @@ PORTNAME= speex DISTVERSION= 1.2rc1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ @@ -13,10 +13,8 @@ COMMENT= Open-source patent-free voice c LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -USES= pathfix -USE_GNOME= ltverhack +USES= libtool pathfix USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/speex/pkg-plist ============================================================================== --- head/audio/speex/pkg-plist Sun Mar 2 21:55:05 2014 (r346815) +++ head/audio/speex/pkg-plist Sun Mar 2 21:57:20 2014 (r346816) @@ -16,10 +16,12 @@ lib/libspeex.a lib/libspeex.la lib/libspeex.so lib/libspeex.so.1 +lib/libspeex.so.1.5.0 lib/libspeexdsp.a lib/libspeexdsp.la lib/libspeexdsp.so lib/libspeexdsp.so.1 +lib/libspeexdsp.so.1.5.0 libdata/pkgconfig/speex.pc libdata/pkgconfig/speexdsp.pc man/man1/speexdec.1.gz