svn commit: r339255 - in head: audio/ccaudio2 devel/ccrtp devel/libzrtpcpp

Pietro Cerutti gahr at FreeBSD.org
Thu Jan 9 15:20:52 UTC 2014


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 at 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|<malloc.h>|<stdlib.h>|g" "{}" \;
 
+post-configure:
+	${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
+	    ${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g'
+
 .include <bsd.port.mk>

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 at 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


More information about the svn-ports-all mailing list