From owner-svn-ports-head@freebsd.org Tue May 12 17:46:43 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 32A832F5E2D; Tue, 12 May 2020 17:46:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49M4xH0bSlz4YXj; Tue, 12 May 2020 17:46:43 +0000 (UTC) (envelope-from rene@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0E0ABBE06; Tue, 12 May 2020 17:46:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04CHkg5D095203; Tue, 12 May 2020 17:46:42 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04CHkgwX095202; Tue, 12 May 2020 17:46:42 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202005121746.04CHkgwX095202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 12 May 2020 17:46:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535000 - head/www/domoticz X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/www/domoticz X-SVN-Commit-Revision: 535000 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2020 17:46:43 -0000 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 @@ -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: