From owner-svn-ports-all@FreeBSD.ORG Thu Jan 9 15:20:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08D2BBB1; Thu, 9 Jan 2014 15:20:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF2691FA7; Thu, 9 Jan 2014 15:20:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s09FKpPm090829; Thu, 9 Jan 2014 15:20:51 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s09FKpB6090823; Thu, 9 Jan 2014 15:20:51 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201401091520.s09FKpB6090823@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 9 Jan 2014 15:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339255 - in head: audio/ccaudio2 devel/ccrtp devel/libzrtpcpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 15:20:52 -0000 Author: gahr Date: Thu Jan 9 15:20:50 2014 New Revision: 339255 URL: http://svnweb.freebsd.org/changeset/ports/339255 Log: - Chase devel/ucommon shlib version bump Modified: head/audio/ccaudio2/Makefile head/devel/ccrtp/Makefile head/devel/libzrtpcpp/Makefile Modified: head/audio/ccaudio2/Makefile ============================================================================== --- head/audio/ccaudio2/Makefile Thu Jan 9 15:20:10 2014 (r339254) +++ head/audio/ccaudio2/Makefile Thu Jan 9 15:20:50 2014 (r339255) @@ -3,7 +3,7 @@ PORTNAME= ccaudio2 PORTVERSION= 2.0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.gnutelephony.org/dist/tarballs/ @@ -17,7 +17,6 @@ LIB_DEPENDS= libccgnu2.so:${PORTSDIR}/de CONFLICTS= ccaudio-[0-9]* -NO_STAGE= yes USES= pathfix cmake:outsource pkgconfig USE_LDCONFIG= yes Modified: head/devel/ccrtp/Makefile ============================================================================== --- head/devel/ccrtp/Makefile Thu Jan 9 15:20:10 2014 (r339254) +++ head/devel/ccrtp/Makefile Thu Jan 9 15:20:50 2014 (r339255) @@ -3,13 +3,14 @@ PORTNAME= ccrtp PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= acm@FreeBSD.org COMMENT= Implementation of the real-time transport protocol -LIB_DEPENDS= commoncpp:${PORTSDIR}/devel/ucommon \ +LIB_DEPENDS= libcommoncpp.so:${PORTSDIR}/devel/ucommon \ libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes @@ -20,9 +21,12 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include INFO= ccrtp -NO_STAGE= yes post-patch: @cd ${WRKSRC}/src && \ ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|||g" "{}" \; +post-configure: + ${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ + ${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g' + .include Modified: head/devel/libzrtpcpp/Makefile ============================================================================== --- head/devel/libzrtpcpp/Makefile Thu Jan 9 15:20:10 2014 (r339254) +++ head/devel/libzrtpcpp/Makefile Thu Jan 9 15:20:50 2014 (r339255) @@ -3,6 +3,7 @@ PORTNAME= libzrtpcpp PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=ccrtp @@ -10,8 +11,8 @@ MASTER_SITE_SUBDIR=ccrtp MAINTAINER= acm@FreeBSD.org COMMENT= ZRTP extension for GNU ccRTP -LIB_DEPENDS= ccrtp:${PORTSDIR}/devel/ccrtp \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libccrtp.so:${PORTSDIR}/devel/ccrtp \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt USES= cmake iconv gettext pkgconfig USE_OPENSSL= yes