Bug 267019 - Cannot build sysutils/synergy without AVAHI_LIBDNS option
Summary: Cannot build sysutils/synergy without AVAHI_LIBDNS option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-13 14:31 UTC by ml
Modified: 2022-10-14 16:58 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
Patch for Makefile (975 bytes, patch)
2022-10-13 14:31 UTC, ml
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)