Bug 267019

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:
Description Flags
Patch for Makefile none

Description ml 2022-10-13 14:31:00 UTC
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.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2022-10-14 16:54:08 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-14 16:54:35 UTC
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(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-10-14 16:58:36 UTC
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(-)