Date: Fri, 5 Feb 2016 11:40:44 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408164 - head/net-mgmt/nagcon Message-ID: <201602051140.u15Beicd083263@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Feb 5 11:40:44 2016 New Revision: 408164 URL: https://svnweb.freebsd.org/changeset/ports/408164 Log: net-mgmt/nagcon: document ncurses requirement (USES+=ncurses) While here, set USES=tar. I noted the use of "-lstdc++" which is likely wrong, but out of scope of the change at hand. approved by: infrastructure blanket Modified: head/net-mgmt/nagcon/Makefile Modified: head/net-mgmt/nagcon/Makefile ============================================================================== --- head/net-mgmt/nagcon/Makefile Fri Feb 5 11:38:42 2016 (r408163) +++ head/net-mgmt/nagcon/Makefile Fri Feb 5 11:40:44 2016 (r408164) @@ -5,7 +5,6 @@ PORTNAME= nagcon PORTVERSION= 0.0.30 CATEGORIES= net-mgmt MASTER_SITES= http://www.vanheusden.com/nagcon/ -EXTRACT_SUFX= .tgz MAINTAINER= rand@meridian-enviro.com COMMENT= Nagios console monitor @@ -17,6 +16,7 @@ PLIST_FILES= bin/nagcon CFILES= error.c CPPFILES= utils.cpp br.cpp nc.cpp pl.cpp +USES= ncurses tar:tgz CFLAGS+= -DVERSION=\"${PORTVERSION}\" -I${LOCALBASE}/include LDFLAGS+= -lncurses -lstdc++ -L${LOCALBASE}/lib -lstrfunc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051140.u15Beicd083263>