From owner-svn-ports-head@FreeBSD.ORG Tue May 6 06:57:19 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 DC54930A; Tue, 6 May 2014 06:57:19 +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 C9D6CB8E; Tue, 6 May 2014 06:57:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s466vJjw033971; Tue, 6 May 2014 06:57:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s466vJwF033966; Tue, 6 May 2014 06:57:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405060657.s466vJwF033966@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 6 May 2014 06:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353066 - head/audio/celt 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: Tue, 06 May 2014 06:57:20 -0000 Author: bapt Date: Tue May 6 06:57:19 2014 New Revision: 353066 URL: http://svnweb.freebsd.org/changeset/ports/353066 QAT: https://qat.redports.org/buildarchive/r353066/ Log: Use USES=libtool Strip binaries Modified: head/audio/celt/Makefile head/audio/celt/pkg-plist Modified: head/audio/celt/Makefile ============================================================================== --- head/audio/celt/Makefile Tue May 6 06:57:14 2014 (r353065) +++ head/audio/celt/Makefile Tue May 6 06:57:19 2014 (r353066) @@ -3,14 +3,14 @@ PORTNAME= celt PORTVERSION= 0.11.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/celt/ MAINTAINER= multimedia@FreeBSD.org COMMENT= The CELT ultra-low delay audio codec -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg @@ -18,6 +18,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} USE_LDCONFIG= yes -USES= gmake pathfix +USES= gmake libtool:keepla pathfix +INSTALL_TARGET= install-strip .include Modified: head/audio/celt/pkg-plist ============================================================================== --- head/audio/celt/pkg-plist Tue May 6 06:57:14 2014 (r353065) +++ head/audio/celt/pkg-plist Tue May 6 06:57:19 2014 (r353066) @@ -3,6 +3,7 @@ bin/celtdec include/celt/celt.h include/celt/celt_types.h include/celt/celt_header.h +lib/libcelt0.so.2.0.0 lib/libcelt0.so.2 lib/libcelt0.so lib/libcelt0.la