| Summary: | Cannot build sysutils/synergy without AVAHI_LIBDNS option | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | ml | ||||
| Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(yuri) |
||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Committed, thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c91cdb96cd57ed8ef496735848652b799c2dfb2 commit 9c91cdb96cd57ed8ef496735848652b799c2dfb2 Author: ml@netfence.it <ml@netfence.it> AuthorDate: 2022-10-14 14:59:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-14 14:59:08 +0000 sysutils/synergy: Fix build sysutils/synergy without AVAHI_LIBDNS option PR: 267019 sysutils/synergy/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ac41016cbb691664285429de1c6dba2aebbde89 commit 9ac41016cbb691664285429de1c6dba2aebbde89 Author: ml@netfence.it <ml@netfence.it> AuthorDate: 2022-10-14 14:59:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-14 16:58:18 +0000 sysutils/synergy: Fix build sysutils/synergy without AVAHI_LIBDNS option PR: 267019 (cherry picked from commit 9c91cdb96cd57ed8ef496735848652b799c2dfb2) sysutils/synergy/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) |
Created attachment 237265 [details] Patch for Makefile Makefile has AVAHI_LIBDNS_USES= pkgconfig However pkgconfig is needed in any case, so it should go under plain USES. Patch attached.