aboutsummaryrefslogtreecommitdiff
path: root/comms/ebusd
Commit message (Collapse)AuthorAgeFilesLines
* comms/ebusd: upgrade to 25.1Oleksii Samorukov2025-04-262-4/+4
| | | | ChangeLog: https://github.com/john30/ebusd/blob/master/ChangeLog.md
* comms/ebusd: update to 24.1Oleksii Samorukov2024-11-122-4/+4
| | | | ChangeLog: https://github.com/john30/ebusd/blob/master/ChangeLog.md
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-10/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* comms/ebusd: update to 23.3Oleksii Samorukov2023-12-277-51/+9
| | | | | | | | | - remove outdated patches and update existing - temporary remove ebusfeed tool as it is now broken (reported to upstream) - remove dependency on libargp ChangeLog: https://github.com/john30/ebusd/discussions/1107
* comms/ebusd: fix build on FreeBSD 12.4.Rene Ladan2023-08-121-0/+10
| | | | | | It needs the same patch as it did for FreeBSD 13.1 there. Reported by: pkg-fallout via antoine
* all: remove support for expired FreeBSD 13.1Rene Ladan2023-08-011-10/+0
| | | | | | | Approved by: portmgr (implicit), salvadore (gcc ports) Reviewed by: jbeich Differential Revision: https://reviews.freebsd.org/D40845
* comms/ebusd: add patch to fix compilation on 14-CURRENTOleksii Samorukov2023-07-191-0/+10
| | | | Reported by: fallout
* comms/ebusd: update to 23.2Oleksii Samorukov2023-07-105-13/+13
| | | | ChangeLog: https://github.com/john30/ebusd/blob/master/ChangeLog.md
* comms/ebusd: fix build on 13.1Oleksii Samorukov2023-06-071-0/+10
| | | | | | Include <cmath> header, 13.1 seems to be strict about it Reported by: pkg-fallout
* comms/ebusd: update to 23.1Oleksii Samorukov2023-06-053-5/+8
| | | | ChangeLog: https://github.com/john30/ebusd/blob/master/ChangeLog.md
* databases/and_others: Fix rc.d script commentDan Langille2022-10-261-1/+1
| | | | | | | I found this typo while researching something else. It seems to have propgated around the tree. Approved by: blanket
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* comms/ebusd: update to the 22.3 versionOleksii Samorukov2022-07-125-8/+37
| | | | | - Update to the latest version - Fix FreeBSD build
* comms/ebusd: Update to 21.3 versionOleksii Samorukov2021-11-242-4/+4
| | | | Changelog: https://github.com/john30/ebusd/releases/tag/v21.3
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* cooms/ebusd: update to the v21.2 (Plum) ReleaseOleksii Samorukov2021-02-132-4/+4
| | | | | | | | | | | | | | | | - added trailing wildcard to "ebuspicloader" port - added more startup logging - added colon as additional separator for "--log" option - fix for publishing several MQTT updates at once - optimized keep alive option for net devices - fix for duplicate entry "minarbitrationmicros" in HTTP GET - fix for extra send retry - fix for newer compiler versions - fix for potential illegal string usages - fix for named net device not being resolvable during startup Notes: svn path=/head/; revision=565180
* comms/ebusd: update to v21.1Oleksii Samorukov2021-01-123-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Bug Fixes - fix for publishing several MQTT updates at once - optimized keep alive option for net devices - fix for duplicate entry "minarbitrationmicros" in HTTP GET - fix for extra send retry - fix for newer compiler versions - fix for potential illegal string usages - fix for named net device not being resolvable during startup Features - added Raspberry Pi docker image - added support for Cygwin build - added option to use "\*" as trailing wildcard for circuit and name in MQTT /list topic - added "--mqttinsecure" option - updated to newest version of enhanced protocol - added adapter 3 PIC tool "ebuspicloader" for uploading new firmware and configuring fix IP address Approved by: krion Differential Revision: https://reviews.freebsd.org/D28112 Notes: svn path=/head/; revision=561310
* comms/ebusd - update to 3.4Oleksii Samorukov2020-05-036-91/+4
| | | | | | | | | | | - Update to the 3.4 version (see https://github.com/john30/ebusd/blob/master/ChangeLog.md) - Remove patches merged by the upstream Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D24678 Notes: svn path=/head/; revision=533778
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2020-02-131-1/+1
| | | | Notes: svn path=/head/; revision=526019
* Replace my personal email address to the samm@freebsd.orgOleksii Samorukov2019-10-131-1/+1
| | | | | | | | Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D22013 Notes: svn path=/head/; revision=514411
* Fix USE_GITHUB usage.Mathieu Arnold2019-10-012-8/+8
| | | | | | | While there, move things around to respect our policies. Notes: svn path=/head/; revision=513470
* Fix build on GCC-based systems:Mark Linimon2019-09-271-1/+1
| | | | | | | | | configure: error: *** A compiler with support for C++11 language features is required. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=513000
* Add comms/ebusd, daemon for communication with eBUS heating systemsLi-Wen Hsu2019-09-2710-0/+220
PR: 239796 Submitted by: samm@os2.kiev.ua Notes: svn path=/head/; revision=512996