notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: comms/telldus-core/files/patch-service-SettingsConfuse.cpp

Number of commits found: 4

Sunday, 26 Nov 2023
12:20 Rene Ladan (rene) search for other commits by this committer
comms/telldus-core: Remove expired port

2023-11-30 comms/telldus-core: BROKEN for more than a year
commit hash: 55660d2e5466486b38bd437a94f5ce5d089a1e2f commit hash: 55660d2e5466486b38bd437a94f5ce5d089a1e2f commit hash: 55660d2e5466486b38bd437a94f5ce5d089a1e2f commit hash: 55660d2e5466486b38bd437a94f5ce5d089a1e2f 55660d2
Wednesday, 1 Nov 2017
07:55 hselasky search for other commits by this committer
Update devd rules and various build cleanup.
Added support for Tellstick Duo.

Approved by:	maintainer (Johan Strom, johan@stromnet.se)
Tested by:	hselasky @
PR:		222790
Original commitRevision:453267 
Wednesday, 18 Jan 2017
21:34 jbeich search for other commits by this committer
comms/telldus-core: unbreak with clang 4.0

service/SettingsConfuse.cpp:47:13: error: ordered comparison between pointer and
zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~
service/SettingsConfuse.cpp:50:17: error: ordered comparison between pointer and
zero ('cfg_t *' and 'int')
        if (d->var_cfg > 0) {
            ~~~~~~~~~~ ^ ~
service/SettingsConfuse.cpp:61:13: error: ordered comparison between pointer and
zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~
service/SettingsConfuse.cpp:73:13: error: ordered comparison between pointer and
zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~

PR:		216052
Submitted by:	Johan Strom (maintainer)
Original commitRevision:431828 
Friday, 15 Aug 2014
14:43 marino search for other commits by this committer
Add new port comms/telldus-core

PR:		189221
Submitted by:	johan (stromnet.se)

Allows access to Telldus Tellstick USB dongles for communicating with
433MHz devices in your home.

Provides "telldusd", the daemon which keeps track of your tellstick
devices. Through a UNIX socket, the sensors and devices can be used/
controlled from the command line tool "tdtool", or via the libtelldus-core
C client library.
Original commitRevision:364977 

Number of commits found: 4