diff options
author | garga <garga@FreeBSD.org> | 2016-06-12 03:48:27 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2016-06-12 03:48:27 +0800 |
commit | 28c90fd99526d08f573a94479beff0db2a44f68f (patch) | |
tree | 45a0f0876d737b508e7ae0e52cb8ff155e2b3526 | |
parent | 77e8d6a2b656f226e9555e5c7e41a719b48ba548 (diff) | |
download | freebsd-ports-gnome-28c90fd99526d08f573a94479beff0db2a44f68f.tar.gz freebsd-ports-gnome-28c90fd99526d08f573a94479beff0db2a44f68f.tar.zst freebsd-ports-gnome-28c90fd99526d08f573a94479beff0db2a44f68f.zip |
Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now on
1.3x series
-rw-r--r-- | net-p2p/eiskaltdcpp-daemon/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 3 | ||||
-rw-r--r-- | net/freeswitch/Makefile | 2 | ||||
-rw-r--r-- | net/opensips/Makefile | 3 |
4 files changed, 7 insertions, 5 deletions
diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile index 8aa69e9d5434..ce72cbce2f3c 100644 --- a/net-p2p/eiskaltdcpp-daemon/Makefile +++ b/net-p2p/eiskaltdcpp-daemon/Makefile @@ -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 diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 3bd77edb5345..eff5f123bdd0 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -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 <bsd.port.options.mk> diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index ff596cbbd4d3..b4b7aa04c7e6 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ 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 diff --git a/net/opensips/Makefile b/net/opensips/Makefile index 5376651ce169..017ba932b429 100644 --- a/net/opensips/Makefile +++ b/net/opensips/Makefile @@ -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 \ |