From owner-svn-ports-head@freebsd.org Tue Dec 12 03:27:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2F8BE8A341; Tue, 12 Dec 2017 03:27:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF8EE68F52; Tue, 12 Dec 2017 03:27:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC3R38b013706; Tue, 12 Dec 2017 03:27:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC3R3UA013705; Tue, 12 Dec 2017 03:27:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712120327.vBC3R3UA013705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 12 Dec 2017 03:27:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456094 - head/net/nethogs X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/net/nethogs X-SVN-Commit-Revision: 456094 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 03:27:05 -0000 Author: jbeich Date: Tue Dec 12 03:27:03 2017 New Revision: 456094 URL: https://svnweb.freebsd.org/changeset/ports/456094 Log: net/nethogs: unbreak with GCC < 6 inode2prog.cpp: In function 'std::string getprogname(pid_t)': inode2prog.cpp:123: error: 'snprintf' is not a member of 'std' Reported by: pkg-fallout (mips64) Modified: head/net/nethogs/Makefile (contents, props changed) Modified: head/net/nethogs/Makefile ============================================================================== --- head/net/nethogs/Makefile Tue Dec 12 03:21:59 2017 (r456093) +++ head/net/nethogs/Makefile Tue Dec 12 03:27:03 2017 (r456094) @@ -12,12 +12,11 @@ COMMENT= Small net top tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: inode2prog.cpp: snprintf is not a member of std - 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