FreeBSD Bugzilla – Attachment 144413 Details for
Bug 191525
net-mgmt/nagios-check_ports installs net-mgmt/nagios-portaudit even if WITH_PKGNG=yes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to prevent addition of ports-mgmt/portaudit as a dependency if WITH_PKGNG is defined.
nagios-check_ports.patch (text/plain), 425 bytes, created by
Ryan Frederick
on 2014-07-04 21:15:03 UTC
(
hide
)
Description:
Patch to prevent addition of ports-mgmt/portaudit as a dependency if WITH_PKGNG is defined.
Filename:
MIME Type:
Creator:
Ryan Frederick
Created:
2014-07-04 21:15:03 UTC
Size:
425 bytes
patch
obsolete
>Index: net-mgmt/nagios-check_ports/Makefile >=================================================================== >--- net-mgmt/nagios-check_ports/Makefile (revision 360660) >+++ net-mgmt/nagios-check_ports/Makefile (working copy) >@@ -18,7 +18,7 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} < 1000000 >+.if ${OSVERSION} < 1000000 && ! defined(WITH_PKGNG) > RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit > .endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ryanrfrederick
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 191525
: 144413