ports/net/nethogs/Makefile
Antoine Brodin 1452de8cd6 Mark BROKEN on i386
main.cpp:104:24: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'time_t' (aka 'int') in initializer list [-Wc++11-narrowing]
    timeval timeout = {refreshdelay, 0};
                       ^~~~~~~~~~~~

Reported by:	pkg-fallout
MFH:		2019Q2
2019-04-09 05:38:24 +00:00

33 lines
648 B
Makefile

# $FreeBSD$
PORTNAME= nethogs
PORTVERSION= 0.8.5
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= anastasios@mageirias.com
COMMENT= Small net top tool
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_i386= non-constant-expression cannot be narrowed from type 'unsigned int' to 'time_t' (aka 'int') in initializer list
USE_GITHUB= yes
GH_ACCOUNT= raboof
USES= gmake shebangfix
CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528
SHEBANG_FILES= determineVersion.sh
bash_CMD= /bin/sh
PLIST_FILES= man/man8/nethogs.8.gz \
sbin/nethogs
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nethogs
.include <bsd.port.mk>