Received: by mail.netbsd.org (Postfix, from userid 605) id 36CCF84E5B; Fri, 26 Jan 2018 13:39:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B79D984DF3 for ; Fri, 26 Jan 2018 13:39:03 +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 RVYKrQJkSZAx for ; Fri, 26 Jan 2018 13:39:03 +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 1EEC784CED for ; Fri, 26 Jan 2018 13:39:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D4A8FBDE; Fri, 26 Jan 2018 13:39:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151697394321860" MIME-Version: 1.0 Date: Fri, 26 Jan 2018 13:39:03 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/paris-traceroute To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180126133903.1D4A8FBDE@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. --_----------=_151697394321860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Jan 26 13:39:03 UTC 2018 Modified Files: pkgsrc/net/paris-traceroute: Makefile Log Message: paris-traceroute: Specify c++03 to avoid conflicts with std::bind. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/paris-traceroute/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151697394321860 Content-Disposition: inline Content-Length: 672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/paris-traceroute/Makefile diff -u pkgsrc/net/paris-traceroute/Makefile:1.3 pkgsrc/net/paris-traceroute/Makefile:1.4 --- pkgsrc/net/paris-traceroute/Makefile:1.3 Sun Sep 3 08:53:13 2017 +++ pkgsrc/net/paris-traceroute/Makefile Fri Jan 26 13:39:02 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/09/03 08:53:13 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/01/26 13:39:02 jperkin Exp $ # DISTNAME= paris-traceroute-0.92-dev @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/paris-traceroute-current GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 LDFLAGS.SunOS+= -lsocket -lnsl --_----------=_151697394321860--