Tue Apr 25 18:01:45 2017 UTC ()
Pullup ticket #5359 - requested by sevan
net/iftop: build fix

Revisions pulled up:
- net/iftop/Makefile                                            1.19

---
   Module Name:    pkgsrc
   Committed By:   sborrill
   Date:           Mon Apr 24 12:15:28 UTC 2017

   Modified Files:
           pkgsrc/net/iftop: Makefile

   Log Message:
   Fix builtin vs ncurses detection


(bsiegert)
diff -r1.18 -r1.18.2.1 pkgsrc/net/iftop/Makefile

cvs diff -r1.18 -r1.18.2.1 pkgsrc/net/iftop/Makefile (expand / switch to unified diff)

--- pkgsrc/net/iftop/Makefile 2017/01/04 01:16:50 1.18
+++ pkgsrc/net/iftop/Makefile 2017/04/25 18:01:45 1.18.2.1
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.18 2017/01/04 01:16:50 roy Exp $ 1# $NetBSD: Makefile,v 1.18.2.1 2017/04/25 18:01:45 bsiegert Exp $
2# 2#
3 3
4DISTNAME= iftop-0.17 4DISTNAME= iftop-0.17
5PKGREVISION= 5 5PKGREVISION= 5
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/ 7MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/ 10HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/
11COMMENT= Display bandwidth usage on an interface 11COMMENT= Display bandwidth usage on an interface
12 12
13USE_NCURSES= chgat 13USE_CURSES= chgat
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --with-resolver=netdb_1thread 15CONFIGURE_ARGS+= --with-resolver=netdb_1thread
16 16
17.include "../../net/libpcap/buildlink3.mk" 17.include "../../net/libpcap/buildlink3.mk"
18.include "../../mk/curses.buildlink3.mk" 18.include "../../mk/curses.buildlink3.mk"
19.include "../../mk/pthread.buildlink3.mk" 19.include "../../mk/pthread.buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"