Bug 269486 - net-mgmt/xymon-server fails to build with option LDAP
Summary: net-mgmt/xymon-server fails to build with option LDAP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Mark Felder
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2023-02-11 07:49 UTC by Dirk Meyer
Modified: 2023-02-11 12:47 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Meyer freebsd_committer freebsd_triage 2023-02-11 07:49:21 UTC
after commit 6e1233be229212a0496f42d611bd40f3e3a628da
Differential Revision: https://reviews.freebsd.org/D38233

The option LDAP is broken.

Please fix in net-mgmt/xymon-server/Makefile:

-USE+=  ldap
+USES+= ldap
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2023-02-11 07:50:30 UTC
after commit 6e1233be229212a0496f42d611bd40f3e3a628da
Differential Revision: https://reviews.freebsd.org/D38233

The option LDAP is broken.

Please fix in net-mgmt/xymon-server/Makefile:

-USE+=  ldap
+USES+= ldap
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-11 12:46:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d3023c9a23a14e9bbbe74da4ca3ffb3077a1196

commit 5d3023c9a23a14e9bbbe74da4ca3ffb3077a1196
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-02-11 12:43:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-02-11 12:43:52 +0000

    net-mgmt/xymon-server: Fix BUILD with LDAP option

    - While converting USE_LDAP=yes to USES=ldap this port was missed. Fix
      this.
    - Utilize OPTIONS framework

    PR:             269486
    Reported by:    dinoex
    Approved by:    portmgr (just-fix-it)
    Fixes: 6e1233b Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

 net-mgmt/xymon-server/Makefile | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)