From owner-svn-ports-head@FreeBSD.ORG Wed Aug 27 11:42:20 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 E1D3F336; Wed, 27 Aug 2014 11:42:20 +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 CD76935E9; Wed, 27 Aug 2014 11:42:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RBgKN7021999; Wed, 27 Aug 2014 11:42:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7RBgKU7021994; Wed, 27 Aug 2014 11:42:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201408271142.s7RBgKU7021994@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 27 Aug 2014 11:42:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366309 - head/comms/spandsp 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-1 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: Wed, 27 Aug 2014 11:42:21 -0000 Author: amdmi3 Date: Wed Aug 27 11:42:20 2014 New Revision: 366309 URL: http://svnweb.freebsd.org/changeset/ports/366309 QAT: https://qat.redports.org/buildarchive/r366309/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Approved by: portmgr blanket Modified: head/comms/spandsp/Makefile head/comms/spandsp/pkg-plist Modified: head/comms/spandsp/Makefile ============================================================================== --- head/comms/spandsp/Makefile Wed Aug 27 11:26:32 2014 (r366308) +++ head/comms/spandsp/Makefile Wed Aug 27 11:42:20 2014 (r366309) @@ -3,6 +3,7 @@ PORTNAME= spandsp PORTVERSION= 0.0.5 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ http://www.soft-switch.org/downloads/spandsp/old/ @@ -13,8 +14,10 @@ COMMENT= DSP library and software FAX ma LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool autoconf -USES= gmake tar:tgz +USE_AUTOTOOLS= aclocal autoconf automake libtoolize +AUTOMAKE_ARGS= --add-missing +USES= gmake libtool tar:tgz +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/comms/spandsp/pkg-plist ============================================================================== --- head/comms/spandsp/pkg-plist Wed Aug 27 11:26:32 2014 (r366308) +++ head/comms/spandsp/pkg-plist Wed Aug 27 11:42:20 2014 (r366309) @@ -71,7 +71,7 @@ include/spandsp/vector_float.h include/spandsp/vector_int.h include/spandsp/version.h lib/libspandsp.a -lib/libspandsp.la lib/libspandsp.so lib/libspandsp.so.1 +lib/libspandsp.so.1.0.0 @dirrm include/spandsp