Skip to content

Commit

Permalink
- Attempt to unbreak the build by switching to `devel/jsoncpp'
Browse files Browse the repository at this point in the history
- While here, add XMLRPC_BROKEN and fix the NOUI_DESC wording


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@525622 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Feb 9, 2020
1 parent febc081 commit bbeb6fe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions net-p2p/eiskaltdcpp-daemon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ COMMENT= EiskaltDC++ Direct Connect client daemon

LICENSE= GPLv3

BROKEN= fails to link

LIB_DEPENDS= libeiskaltdcpp.so:net-p2p/eiskaltdcpp-lib

MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib
Expand All @@ -23,7 +21,7 @@ OPTIONS_SINGLE= UI
OPTIONS_SINGLE_UI= NOUI XMLRPC JSONRPC
OPTIONS_DEFAULT= JSONRPC
UI_DESC= Daemon user interface
NOUI_DESC= Daemon without anyone ui
NOUI_DESC= Daemon without any UI
XMLRPC_DESC= XMLRPC interface support (deprecated)
JSONRPC_DESC= JSONRPC interface support

Expand All @@ -37,9 +35,13 @@ CMAKE_ARGS+= -DCREATE_MO:BOOL=OFF
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}
INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}

XMLRPC_BROKEN= xmlrpcserver.h:624:38: error: no member named 'getMethodList' in 'ServerThread'
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

JSONRPC_LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp
JSONRPC_CMAKE_ON= -DXMLRPC_DAEMON:BOOL=OFF -DJSONRPC_DAEMON:BOOL=ON -DNO_UI_DAEMON:BOOL=OFF -DLOCAL_JSONCPP:BOOL=OFF

NOUI_CMAKE_ON= -DXMLRPC_DAEMON:BOOL=OFF -DJSONRPC_DAEMON:BOOL=OFF -DNO_UI_DAEMON:BOOL=ON

.include "${MASTERDIR}/Makefile"

0 comments on commit bbeb6fe

Please sign in to comment.