Bug 191525 - net-mgmt/nagios-check_ports installs net-mgmt/nagios-portaudit even if WITH_PKGNG=yes
Summary: net-mgmt/nagios-check_ports installs net-mgmt/nagios-portaudit even if WITH_P...
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: Stephen Hurd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-01 11:07 UTC by freebsd
Modified: 2014-07-14 19:48 UTC (History)
3 users (show)

See Also:


Attachments
Patch to prevent addition of ports-mgmt/portaudit as a dependency if WITH_PKGNG is defined. (425 bytes, patch)
2014-07-04 21:15 UTC, Ryan Frederick
ryanrfrederick: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2014-07-01 11:07:55 UTC
net-mgmt/nagios-check_ports installs net-mgmt/nagios-portaudit even if WITH_PKGNG=yes - and portaudit does not work with pkgng.

After every update of nagios-check_ports I have to pkg delete -f portaudit. pkgng brings its own portaudit: pkg audit - and it's autodetected by nagios-check_ports.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-07-04 00:17:47 UTC
Notify maintainer.
Comment 2 Ryan Frederick 2014-07-04 20:14:49 UTC
Acknowledged. I hope to have a patch ready by the end of the holiday weekend.
Comment 3 Ryan Frederick 2014-07-04 21:15:03 UTC
Created attachment 144413 [details]
Patch to prevent addition of ports-mgmt/portaudit as a dependency if WITH_PKGNG is defined.
Comment 4 Ryan Frederick 2014-07-04 21:18:03 UTC
I have a patch (attached) ready for commit.
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-07-14 19:48:15 UTC
A commit references this bug:

Author: shurd
Date: Mon Jul 14 19:47:29 UTC 2014
New revision: 361825
URL: http://svnweb.freebsd.org/changeset/ports/361825

Log:
  Remove the RUN_DEPENDS in portaudit when USE_PKGNG is set on < 10.0

  PR:		ports/191525
  Submitted by:	ryanrfrederick@gmail.com (maintainer)

Changes:
  head/net-mgmt/nagios-check_ports/Makefile
Comment 6 Stephen Hurd freebsd_committer freebsd_triage 2014-07-14 19:48:51 UTC
Committed with minor changes, thanks!