Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634582 - net-analyzer/monitoring-plugins-2.2 missing flag and deps for radius
Summary: net-analyzer/monitoring-plugins-2.2 missing flag and deps for radius
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 21:22 UTC by Martin Samek
Modified: 2017-10-22 19:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Samek 2017-10-17 21:22:43 UTC
Current ebuild for net-analyzer/monitoring-plugins is missing support for check_radius plugin to be build. 

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2017-10-22 19:59:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4f9177b1a1e4b2c80999baade54480b904d4f6

commit 3a4f9177b1a1e4b2c80999baade54480b904d4f6
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2017-10-22 19:26:03 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2017-10-22 19:55:38 +0000

    net-analyzer/monitoring-plugins: new revision adding radius support.
    
    The monitoring-plugins build system has automagic support for radius
    that can be disabled via the --without-radius flag. Doing so allows
    (or prevents) the check_radius plugin from being built. This new
    revision adds "radius" to IUSE for monitoring-plugins, and builds
    check_radius (and pulls in its dependencies) only with USE=radius.
    
    Thanks to Martin Samek who noticed the missing flag.
    
    Closes: https://bugs.gentoo.org/634582
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../monitoring-plugins-2.2-r1.ebuild               | 102 +++++++++++++++++++++
 1 file changed, 102 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e5aa05dd7ec9c5e832c067ab4dadd5778ea464

commit 49e5aa05dd7ec9c5e832c067ab4dadd5778ea464
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2017-10-22 19:21:33 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2017-10-22 19:55:38 +0000

    net-analyzer/nagios-plugins: new revision adding radius support.
    
    The nagios-plugins build system has automagic support for radius that
    can be disabled via the --without-radius flag. Doing so allows (or
    prevents) the check_radius plugin from being built. This new revision
    adds "radius" to IUSE for nagios-plugins, and builds check_radius (and
    pulls in its dependencies) only when USE=radius is set.
    
    Thanks to Martin Samek who noticed the missing flag.
    
    Bug: https://bugs.gentoo.org/634582
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../nagios-plugins/nagios-plugins-2.2.1-r1.ebuild  | 116 +++++++++++++++++++++
 1 file changed, 116 insertions(+)}