From owner-svn-ports-all@freebsd.org Sat Jun 11 19:48:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB948AEFD6A; Sat, 11 Jun 2016 19:48:28 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C70CA2538; Sat, 11 Jun 2016 19:48:28 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5BJmRQ0091454; Sat, 11 Jun 2016 19:48:27 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5BJmRwl091450; Sat, 11 Jun 2016 19:48:27 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201606111948.u5BJmRwl091450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Sat, 11 Jun 2016 19:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416748 - in head: net-p2p/eiskaltdcpp-daemon net-p2p/rtorrent net/freeswitch net/opensips 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.22 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: Sat, 11 Jun 2016 19:48:29 -0000 Author: garga Date: Sat Jun 11 19:48:27 2016 New Revision: 416748 URL: https://svnweb.freebsd.org/changeset/ports/416748 Log: Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now on 1.3x series Modified: head/net-p2p/eiskaltdcpp-daemon/Makefile head/net-p2p/rtorrent/Makefile head/net/freeswitch/Makefile head/net/opensips/Makefile Modified: head/net-p2p/eiskaltdcpp-daemon/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-daemon/Makefile Sat Jun 11 19:34:03 2016 (r416747) +++ head/net-p2p/eiskaltdcpp-daemon/Makefile Sat Jun 11 19:48:27 2016 (r416748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p PKGNAMESUFFIX= -daemon @@ -37,7 +37,7 @@ CMAKE_ARGS+= -DCREATE_MO:BOOL=OFF BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} -XMLRPC_LIB_DEPENDS= libxmlrpc++.so:net/xmlrpc-c-devel +XMLRPC_LIB_DEPENDS= libxmlrpc++.so:net/xmlrpc-c XMLRPC_CMAKE_ON= -DXMLRPC_DAEMON:BOOL=ON -DJSONRPC_DAEMON:BOOL=OFF -DNO_UI_DAEMON:BOOL=OFF JSONRPC_CMAKE_ON= -DXMLRPC_DAEMON:BOOL=OFF -DJSONRPC_DAEMON:BOOL=ON -DNO_UI_DAEMON:BOOL=OFF NOUI_CMAKE_ON= -DXMLRPC_DAEMON:BOOL=OFF -DJSONRPC_DAEMON:BOOL=OFF -DNO_UI_DAEMON:BOOL=ON Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Sat Jun 11 19:34:03 2016 (r416747) +++ head/net-p2p/rtorrent/Makefile Sat Jun 11 19:48:27 2016 (r416748) @@ -2,6 +2,7 @@ PORTNAME= rtorrent PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://rtorrent.net/downloads/ @@ -34,7 +35,7 @@ SUB_FILES= pkg-message IPV6_CONFIGURE_ENABLE= ipv6 XMLRPC_CONFIGURE_OFF= --with-xmlrpc-c=no XMLRPC_CONFIGURE_ON= --with-xmlrpc-c -XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c-devel +XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c .include Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Sat Jun 11 19:34:03 2016 (r416747) +++ head/net/freeswitch/Makefile Sat Jun 11 19:48:27 2016 (r416748) @@ -21,7 +21,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sql libopus.so:audio/opus \ libsndfile.so:audio/libsndfile -CONFLICTS_BUILD= xmlrpc-c-devel-* +CONFLICTS_BUILD= xmlrpc-c-* BROKEN_FreeBSD_9= Fails in configure due to compiler issues ONLY_FOR_ARCHS= amd64 Modified: head/net/opensips/Makefile ============================================================================== --- head/net/opensips/Makefile Sat Jun 11 19:34:03 2016 (r416747) +++ head/net/opensips/Makefile Sat Jun 11 19:48:27 2016 (r416748) @@ -3,6 +3,7 @@ PORTNAME= opensips PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://opensips.org/pub/opensips/${PORTVERSION}/ @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= Does not build LIB_DEPENDS= libxml2.so:textproc/libxml2 \ - libxmlrpc.so:net/xmlrpc-c-devel \ + libxmlrpc.so:net/xmlrpc-c \ libpcre.so:devel/pcre \ libconfuse.so:devel/libconfuse \ librabbitmq.so:net/rabbitmq-c-devel \