svn commit: r366309 - head/comms/spandsp

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 27 11:42:21 UTC 2014


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


More information about the svn-ports-all mailing list