Index: Makefile =================================================================== --- Makefile (revision 457465) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nagcon -PORTVERSION= 0.0.30 +PORTVERSION= 0.0.31 CATEGORIES= net-mgmt MASTER_SITES= http://www.vanheusden.com/nagcon/ @@ -18,7 +18,7 @@ USES= ncurses tar:tgz CFLAGS+= -DVERSION=\"${PORTVERSION}\" -I${LOCALBASE}/include -LDFLAGS+= -lncurses -lstdc++ -L${LOCALBASE}/lib -lstrfunc +LDFLAGS+= -lncurses -lstdc++ -L${LOCALBASE}/lib -lstrfunc -ltinfo do-build: ${CC} ${CFLAGS} -c -o ${WRKSRC}/${CFILES:C/\.c//}.o ${WRKSRC}/${CFILES} Index: distinfo =================================================================== --- distinfo (revision 457465) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (nagcon-0.0.30.tgz) = e115f62fdd315b85dfe3a4d0e52a17e7e10ae064b012caa45f4b5dc50889020e -SIZE (nagcon-0.0.30.tgz) = 15479 +TIMESTAMP = 1514478086 +SHA256 (nagcon-0.0.31.tgz) = 592a3607fb7ac3e7f530e3560f4027bcac43dfb15977680e797769e7aca22da1 +SIZE (nagcon-0.0.31.tgz) = 15745 Index: files/patch-br.cpp =================================================================== --- files/patch-br.cpp (revision 457465) +++ files/patch-br.cpp (working copy) @@ -1,6 +1,6 @@ ---- br.cpp.orig Thu Feb 28 15:12:00 2008 -+++ br.cpp Thu Feb 28 15:12:12 2008 -@@ -28,6 +28,7 @@ +--- br.cpp.orig 2017-12-27 12:07:16 UTC ++++ br.cpp +@@ -12,6 +12,7 @@ #include #include #include Index: files/patch-br.h =================================================================== --- files/patch-br.h (revision 457465) +++ files/patch-br.h (working copy) @@ -1,6 +1,6 @@ ---- ./br.h.orig Tue Mar 28 20:54:02 2006 -+++ ./br.h Tue Mar 28 20:56:02 2006 -@@ -8,6 +8,12 @@ +--- br.h.orig 2017-12-27 12:07:16 UTC ++++ br.h +@@ -10,6 +10,12 @@ #define likely(x) __builtin_expect((x),1) #define unlikely(x) __builtin_expect((x),0) Index: files/patch-nc.cpp =================================================================== --- files/patch-nc.cpp (revision 457465) +++ files/patch-nc.cpp (working copy) @@ -1,6 +1,6 @@ ---- nc.cpp.orig Tue May 2 09:29:37 2006 -+++ nc.cpp Sat May 6 21:42:59 2006 -@@ -258,7 +258,7 @@ +--- nc.cpp.orig 2017-12-27 12:07:16 UTC ++++ nc.cpp +@@ -178,7 +178,7 @@ void help(void) printf("-f file what file to monitor (usuallly:\n"); printf("-F host:port connect to a host for retrieving the status.log information\n"); @@ -9,7 +9,7 @@ printf(" the nagios.cfg file\n"); printf("-i x check interval (in seconds)\n"); printf("-a list also the services for hosts that are down\n"); -@@ -288,7 +288,7 @@ +@@ -210,7 +210,7 @@ int main(int argc, char *argv[]) WINDOW *win; int sw; @@ -18,7 +18,7 @@ int interval = 5; char list_all_problems = 0; char always_notify = 0; -@@ -390,7 +390,7 @@ +@@ -322,7 +322,7 @@ int main(int argc, char *argv[]) wattroff(win, COLOR_PAIR(MY_DRAW)); if (file_mode == 0) /* file */ Index: files/patch-utils.cpp =================================================================== --- files/patch-utils.cpp (revision 457465) +++ files/patch-utils.cpp (working copy) @@ -1,6 +1,6 @@ ---- utils.cpp.orig Thu Feb 28 14:48:39 2008 -+++ utils.cpp Thu Feb 28 15:11:48 2008 -@@ -29,6 +29,9 @@ +--- utils.cpp.orig 2017-12-27 12:07:16 UTC ++++ utils.cpp +@@ -10,6 +10,9 @@ #include #include #include