Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 11:42:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366309 - head/comms/spandsp
Message-ID:  <201408271142.s7RBgKU7021994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408271142.s7RBgKU7021994>