Created attachment 206486 [details] domoticz patch This patch updates domoticz to 4.10717 version. It also removes outdated patch and removes GH_PROJECT/GH_ACCOUNT as defaults are already set to these values.
Created attachment 206547 [details] Previous patch was not updating plist, fixed now
Created attachment 206617 [details] Patch for domoticz. This patch obsolete the previous patch.
The latest patch is the up to date port that fixes also the dependency of python 3.4 that is no longer in the port treee. Please commit it instead of Samm's one (it is more less the same with removal of unncessary patch and python dependency fixed).
Patching file domoticz/Makefile using Plan A... Hunk #1 failed at 2. Please update the patch.
Created attachment 207064 [details] Patch for www/domoticz Here is the latest and updated patch. Regards
Shouldn't it have NO_ARCH=yes? It seems that it doesn't install any architecture-specific files.
(In reply to Yuri Victorovich from comment #6) Never mind, there is one binary.
A commit references this bug: Author: yuri Date: Sun Sep 1 19:17:27 UTC 2019 New revision: 510732 URL: https://svnweb.freebsd.org/changeset/ports/510732 Log: www/domoticz: update to 4.10717 PR: 239817 Submitted by: samm@os2.kiev.ua (original version) Submitted by: kiwi@oav.net (final version; maintainer) Changes: head/www/domoticz/Makefile head/www/domoticz/distinfo head/www/domoticz/files/patch-hardware_plugins_DelayedLink.h head/www/domoticz/pkg-message head/www/domoticz/pkg-plist
Committed, thanks! Please consider converting to option helpers for the next update. For example, > .if ${PORT_OPTIONS:MSSSL} > CMAKE_ARGS+= -DUSE_OPENSSL_STATIC="YES" > .else > CMAKE_ARGS+= -DUSE_OPENSSL_STATIC="NO" > .endif can become > SSSL_CMAKE_BOOL= USE_OPENSSL_STATIC Thanks, Yuri