Received: by mail.netbsd.org (Postfix, from userid 605) id 86EB884DB1; Sat, 29 Sep 2018 13:39:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B06284D85 for ; Sat, 29 Sep 2018 13:39:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id w3B2YIQ5LxTt for ; Sat, 29 Sep 2018 13:39:32 +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 CCAB884CDA for ; Sat, 29 Sep 2018 13:39:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF4FDFBEE; Sat, 29 Sep 2018 13:39:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15382283717530" MIME-Version: 1.0 Date: Sat, 29 Sep 2018 13:39:31 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/net/xorp To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20180929133931.BF4FDFBEE@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. --_----------=_15382283717530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Sep 29 13:39:31 UTC 2018 Modified Files: pkgsrc/net/xorp: Makefile Log Message: xorp: build fix To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/xorp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15382283717530 Content-Disposition: inline Content-Length: 790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/xorp/Makefile diff -u pkgsrc/net/xorp/Makefile:1.33 pkgsrc/net/xorp/Makefile:1.34 --- pkgsrc/net/xorp/Makefile:1.33 Sat Mar 5 11:29:14 2016 +++ pkgsrc/net/xorp/Makefile Sat Sep 29 13:39:31 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/03/05 11:29:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.34 2018/09/29 13:39:31 tnn Exp $ # DISTNAME= xorp-1.6 @@ -33,6 +33,9 @@ pre-build: # these days. See PR 36974; also there are other warnings with gcc48. BUILDLINK_TRANSFORM+= rm:-Werror +# configure sets the template depth limit to 25 but it is too small +BUILDLINK_TRANSFORM+= opt:-ftemplate-depth-25:-ftemplate-depth=50 + .include "../../security/openssl/buildlink3.mk" .include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_15382283717530--