Received: by mail.netbsd.org (Postfix, from userid 605) id B098984D55; Sat, 23 Sep 2017 20:34:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 40CF284D47 for ; Sat, 23 Sep 2017 20:34:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iY8oZZC9eKOn for ; Sat, 23 Sep 2017 20:34:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CCC0084D2F for ; Sat, 23 Sep 2017 20:34:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF8A4FA9C; Sat, 23 Sep 2017 20:34:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506198851282020" MIME-Version: 1.0 Date: Sat, 23 Sep 2017 20:34:11 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/net/bing To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20170923203411.BF8A4FA9C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1506198851282020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sat Sep 23 20:34:11 UTC 2017 Modified Files: pkgsrc/net/bing: Makefile Log Message: bing: fix build Wants to call groff To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/bing/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506198851282020 Content-Disposition: inline Content-Length: 680 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bing/Makefile diff -u pkgsrc/net/bing/Makefile:1.28 pkgsrc/net/bing/Makefile:1.29 --- pkgsrc/net/bing/Makefile:1.28 Sat Feb 11 02:51:53 2017 +++ pkgsrc/net/bing/Makefile Sat Sep 23 20:34:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/02/11 02:51:53 mef Exp $ +# $NetBSD: Makefile,v 1.29 2017/09/23 20:34:11 wiedi Exp $ DISTNAME= bing_src-1.1.3 PKGNAME= ${DISTNAME:S/_src//} @@ -10,6 +10,7 @@ HOMEPAGE= http://fgouget.free.fr/bing/in COMMENT= Bing is a point-to-point bandwidth measurement tool LICENSE= original-bsd +USE_TOOLS+= groff LDFLAGS.SunOS+= -lsocket -lnsl INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/bing --_----------=_1506198851282020--