Date: Mon, 28 Jul 2014 01:35: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: r363110 - head/devel/ccrtp Message-ID: <201407280135.s6S1ZKTP024456@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jul 28 01:35:20 2014 New Revision: 363110 URL: http://svnweb.freebsd.org/changeset/ports/363110 QAT: https://qat.redports.org/buildarchive/r363110/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/ccrtp/Makefile head/devel/ccrtp/pkg-plist Modified: head/devel/ccrtp/Makefile ============================================================================== --- head/devel/ccrtp/Makefile Mon Jul 28 01:20:06 2014 (r363109) +++ head/devel/ccrtp/Makefile Mon Jul 28 01:35:20 2014 (r363110) @@ -3,7 +3,7 @@ PORTNAME= ccrtp PORTVERSION= 2.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GNU @@ -14,12 +14,12 @@ LIB_DEPENDS= libcommoncpp.so:${PORTSDIR} libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes -USES= gmake gettext iconv pkgconfig +USES= gmake gettext libtool iconv pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -INFO= ccrtp +INFO= ccrtp post-patch: @cd ${WRKSRC}/src && \ Modified: head/devel/ccrtp/pkg-plist ============================================================================== --- head/devel/ccrtp/pkg-plist Mon Jul 28 01:20:06 2014 (r363109) +++ head/devel/ccrtp/pkg-plist Mon Jul 28 01:35:20 2014 (r363110) @@ -14,9 +14,9 @@ include/ccrtp/rtcppkt.h include/ccrtp/rtp.h include/ccrtp/rtppkt.h include/ccrtp/sources.h +lib/libccrtp.so.0.0.0 lib/libccrtp.so.0 lib/libccrtp.so -lib/libccrtp.la lib/libccrtp.a libdata/pkgconfig/libccrtp.pc @dirrm include/ccrtp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407280135.s6S1ZKTP024456>