aboutsummaryrefslogtreecommitdiff
path: root/net/openmdns
Commit message (Collapse)AuthorAgeFilesLines
* net/openmdns: amend the previous fix (add two more missing free() calls).Alexey Dokuchaev2021-07-131-1/+17
| | | | PR: 249296
* net/openmdns: fix daemon memory leaks in various expected paths.Alexey Dokuchaev2021-07-132-1/+31
| | | | PR: 249296
* net/openmdns: Update pkg-descr to include "Zeroconf" word.Gleb Popov2021-06-071-3/+3
| | | | Reported by: Sid <sid@bsdmail.com>
* 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-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with -fno-commonStefan Eßer2020-09-2210-92/+162
| | | | | | | While here regenerate patch files with make makepatch. Notes: svn path=/head/; revision=549579
* net/openmdns: drop maintainershipJan Beich2020-04-071-1/+1
| | | | Notes: svn path=/head/; revision=531041
* dns/openmdns: revert unintentional and broken r531034Jan Beich2020-04-072-12/+8
| | | | | | | make[2]: "/usr/share/mk/bsd.opts.mk" line 103: "NO_PROFILE is defined, but deprecated. Please use MK_PROFILE=no instead." Notes: svn path=/head/; revision=531038
* dns/openmdns: update to 0.7.10Jan Beich2020-04-072-8/+12
| | | | | | | Changes: https://github.com/haesbaert/mdnsd/compare/0.7...b1c3540 Notes: svn path=/head/; revision=531034
* Simplify port-specific manpages location after r523104Jan Beich2020-01-201-3/+3
| | | | | | | | | | | Not all of my ports are covered because: - USES=cmake requires patching devel/cmake to undo BSD-specific defaults (A good example why BSD quirks should stay in ports, not to be upstreamed) - USES=meson and GNU_CONFIGURE require dropping --mandir argument - ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man Notes: svn path=/head/; revision=523601
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-0/+1
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* net/openmdns: unbreak on DragonFlyJan Beich2018-11-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | packet.c: In function 'pkt_process': packet.c:405:3: warning: implicit declaration of function 'LIST_FOREACH_SAFE'; did you mean 'RB_FOREACH_SAFE'? [-Wimplicit-function-declaration] LIST_FOREACH_SAFE(rr, &pkt->arlist, pentry, rraux) { ^~~~~~~~~~~~~~~~~ RB_FOREACH_SAFE packet.c:405:39: error: 'pentry' undeclared (first use in this function); did you mean 'rtentry'? LIST_FOREACH_SAFE(rr, &pkt->arlist, pentry, rraux) { ^~~~~~ rtentry packet.c:405:39: note: each undeclared identifier is reported only once for each function it appears in packet.c:405:53: error: expected ';' before '{' token LIST_FOREACH_SAFE(rr, &pkt->arlist, pentry, rraux) { ^~ ; Reported by: DPorts (via muscles) Notes: svn path=/head/; revision=486223
* Reorganize some my ports for better discoverabilityJan Beich2018-09-035-0/+176
devel/onscripter{,-1byte} -> games/onscripter{,-1byte} devel/ponscripter-sekai -> games/ponscripter-sekai devel/renpy{,6} -> games/renpy{,6} devel/rlvm -> games/rlvm dns/openmdns -> net/openmdns (where Bonjour and Avahi are) Notes: svn path=/head/; revision=478837