Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 17:46:42 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535000 - head/www/domoticz
Message-ID:  <202005121746.04CHkgwX095202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue May 12 17:46:42 2020
New Revision: 535000
URL: https://svnweb.freebsd.org/changeset/ports/535000

Log:
  www/domoticz: restore support for telldus-core as that port has been fixed.

Modified:
  head/www/domoticz/Makefile

Modified: head/www/domoticz/Makefile
==============================================================================
--- head/www/domoticz/Makefile	Tue May 12 17:42:29 2020	(r534999)
+++ head/www/domoticz/Makefile	Tue May 12 17:46:42 2020	(r535000)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 CONFLICTS_INSTALL?=	domoticz-[23]* domoticz-devel-*
 
 OPTIONS_SUB=	YES
-OPTIONS_DEFINE=	PYTHON SBOOST SLUA SMINIZIP SMQTT SSQLITE SSSL
+OPTIONS_DEFINE=	PYTHON SBOOST SLUA SMINIZIP SMQTT SSQLITE SSSL TELLDUS
 SBOOST_DESC=	Use static Boost instead of dynamic linking
 SSSL_DESC=	Use static OpenSSL library instead of dynamic linking
 SLUA_DESC=	Use domoticz provided LUA instead of ports one
@@ -25,6 +25,7 @@ SMQTT_DESC=	Use domoticz mosquitto instead of ports on
 SSQLITE_DESC=	Use domoticz SQLLite instead of ports one
 SMINIZIP_DESC=	Use domoticz minizip instead of ports one
 PYTHON_DESC=	Enable support for Python Plugins
+TELLDUS_DESC=	Enable support for Telldus
 
 .include <bsd.port.options.mk>
 
@@ -92,6 +93,10 @@ CMAKE_ARGS+=	-DUSE_PYTHON="YES"
 USES+=		python:3.6
 .else
 CMAKE_ARGS+=	-DUSE_PYTHON="NO"
+.endif
+
+.if ${PORT_OPTIONS:MTELLDUS}
+LIB_DEPENDS+=	libtelldus-core.so:comms/telldus-core
 .endif
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005121746.04CHkgwX095202>