Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 18:37:54 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361810 - head/net/ilbc
Message-ID:  <201407141837.s6EIbsum019157@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Jul 14 18:37:54 2014
New Revision: 361810
URL: http://svnweb.freebsd.org/changeset/ports/361810
QAT: https://qat.redports.org/buildarchive/r361810/

Log:
  - Convert to USES=libtool
  - Add INSTALL_TARGET=install-strip

Modified:
  head/net/ilbc/Makefile
  head/net/ilbc/pkg-plist

Modified: head/net/ilbc/Makefile
==============================================================================
--- head/net/ilbc/Makefile	Mon Jul 14 18:37:06 2014	(r361809)
+++ head/net/ilbc/Makefile	Mon Jul 14 18:37:54 2014	(r361810)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ilbc
 DISTVERSION=	rfc3951
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://simon.morlat.free.fr/download/1.2.x/source/
 
@@ -11,8 +12,9 @@ COMMENT=	Internet Low Bit Rate codec (RF
 
 CONFLICTS=	libilbc-[0-9]*
 
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		libtool
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/net/ilbc/pkg-plist
==============================================================================
--- head/net/ilbc/pkg-plist	Mon Jul 14 18:37:06 2014	(r361809)
+++ head/net/ilbc/pkg-plist	Mon Jul 14 18:37:54 2014	(r361810)
@@ -2,7 +2,7 @@ include/ilbc/iLBC_decode.h
 include/ilbc/iLBC_encode.h
 include/ilbc/iLBC_define.h
 lib/libilbc.a
-lib/libilbc.la
 lib/libilbc.so
 lib/libilbc.so.0
+lib/libilbc.so.0.0.0
 @dirrm include/ilbc



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