svn commit: r361810 - head/net/ilbc
Tijl Coosemans
tijl at FreeBSD.org
Mon Jul 14 18:37:55 UTC 2014
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
More information about the svn-ports-all
mailing list