FreeBSD Bugzilla – Attachment 203046 Details for
Bug 236245
net-mgmt/cnagios: Update to 0.33, Add FLAVORS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add flavors
cnagios.diff (text/plain), 1.04 KB, created by
Dan Langille
on 2019-03-22 17:35:04 UTC
(
hide
)
Description:
add flavors
Filename:
MIME Type:
Creator:
Dan Langille
Created:
2019-03-22 17:35:04 UTC
Size:
1.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 496576) >+++ Makefile (working copy) >@@ -3,7 +3,9 @@ > > PORTNAME= cnagios > PORTVERSION= 0.32 >+PORTREVISION= 1 > CATEGORIES= net-mgmt >+PKGNAMESUFFIX=-${FLAVOR} > > MAINTAINER= danny@dannywarren.com > COMMENT= Curses-based interface for nagios >@@ -10,8 +12,13 @@ > > LICENSE= ISCL > >-RUN_DEPENDS= nagios>=3.0:net-mgmt/nagios >+FLAVORS= nagios3 nagios4 > >+USES= ncurses perl5 >+ >+nagios3_RUN_DEPENDS= nagios>=3.0:net-mgmt/nagios >+nagios4_RUN_DEPENDS= nagios4>=4.0:net-mgmt/nagios4 >+ > USE_GITHUB= yes > GH_ACCOUNT= dannywarren > >@@ -22,7 +29,6 @@ > --with-var-dir="${NAGIOSDIR}" \ > --with-status-file="${NAGIOSDIR}/status.dat" \ > --with-nagios-data=3 >-USES= ncurses perl5 > MAKE_ARGS= LIBS="-lncurses" > ALL_TARGET= cnagios > >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 496576) >+++ pkg-descr (working copy) >@@ -1 +1,3 @@ > Curses-based interface for nagios. >+ >+WWW: https://github.com/dannywarren/cnagios
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
Actions:
View
|
Diff
Attachments on
bug 236245
:
203046
|
203047
|
203134