svn commit: r408164 - head/net-mgmt/nagcon
John Marino
marino at FreeBSD.org
Fri Feb 5 11:40:45 UTC 2016
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 at 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
More information about the svn-ports-head
mailing list