Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 11:28:28 -0600
From:      John Marino <freebsd.contact@marino.st>
To:        Kurt Jaeger <pi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r428308 - in head/net-mgmt: . nagnu
Message-ID:  <746cbe6f-fa0e-376a-0b42-c2ff2a382ed3@marino.st>
In-Reply-To: <201612101705.uBAH5Ukq054251@repo.freebsd.org>
References:  <201612101705.uBAH5Ukq054251@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/10/2016 11:05, Kurt Jaeger wrote:
> Author: pi
> Date: Sat Dec 10 17:05:29 2016
> New Revision: 428308
> URL: https://svnweb.freebsd.org/changeset/ports/428308
>
> Log:
>   New port: net-mgmt/nagnu
>
>   Nagnu is a curses/terminal based dashboard for nagios showing current
>   status of hosts and services.
>
>   WWW: https://github.com/frlen/nagnu
>
>   PR:		208846
>   Submitted by:	Fredrik Lennmark <fredrik@min-hemsida.net>
>
>
> Added: head/net-mgmt/nagnu/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/net-mgmt/nagnu/Makefile	Sat Dec 10 17:05:29 2016	(r428308)
> @@ -0,0 +1,33 @@
> +# $FreeBSD$
> +
> +PORTNAME=	nagnu
> +PORTVERSION=	1.1.2
> +CATEGORIES=	net-mgmt
> +
> +MAINTAINER=	fredrik@min-hemsida.net
> +COMMENT=	Nagios dashboard
> +
> +LICENSE=	BSD2CLAUSE
> +
> +LIB_DEPENDS=	libcurl.so:ftp/curl \
> +		libncurses.so:devel/ncurses
> +
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	frlen
> +PLIST_FILES=	bin/nagnu \
> +		man/man8/nagnu.8.gz \
> +		share/examples/nagnu/nagnu.conf.sample
> +
> +GNU_CONFIGURE=	yes
> +
> +do-install:
> +	${INSTALL_PROGRAM} ${WRKSRC}/nagnu ${STAGEDIR}${PREFIX}/bin
> +
> +	${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/nagnu
> +	${INSTALL_DATA} ${WRKSRC}/nagnu.conf.sample \
> +		${STAGEDIR}${PREFIX}/share/examples/nagnu/nagnu.conf.sample
> +
> +	${INSTALL_MAN} ${WRKSRC}/docs/nagnu.8 \
> +		${STAGEDIR}${MANPREFIX}/man/man8
> +
> +.include <bsd.port.mk>

shouldn't this be using "USES+=ncurses:port", not LIB_DEPENDS ?


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?746cbe6f-fa0e-376a-0b42-c2ff2a382ed3>