Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RDxPZyEx; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2tUp1opS Received: by mail.netbsd.org (Postfix, from userid 605) id 06AB384F41; Sat, 23 Mar 2024 18:26:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711218404; bh=yAwtjnJ1+n+DMOQMCW6xsPo4WhHXaz6t3EbPpq3RFoI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=RDxPZyExoJmWXhhbfaDLb0y5yQzRa80ZXnNjR7XKHFuyJrGrLJHOewyTttkX20tt+ DL3jYmCN9HwIdzne3fVbOFwMU6DqEf6l1PrZMu4dk6V2dDXn4pc11wih5PPLCMEy8V oS5MkIdh8yWjfvFbxQiFDDkIxU/qfYgFNsf7H0GI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB7D484F2D for ; Sat, 23 Mar 2024 18:26:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7sjMeJ1_nwR7 for ; Sat, 23 Mar 2024 18:26:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4723C84CD0 for ; Sat, 23 Mar 2024 18:26:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711218402; bh=yAwtjnJ1+n+DMOQMCW6xsPo4WhHXaz6t3EbPpq3RFoI=; h=Date:From:Subject:To:Reply-To; b=2tUp1opSaOrg69FoJOzn39ia1fnOl2ZZ+rP0Fv6Ij4UUAFNU9HUApqfUcLCsXcZXv d8BHhkGDu0y/5cDrqotyITaAp3jfeOTmCuEi2doTV/Am/1ByLFSnkUe2462uownKQT OcQYK3NLazfO7lC33FAhcOgXR8p09Z6/ho5uoIn4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E644FA2C; Sat, 23 Mar 2024 18:26:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171121840276010" MIME-Version: 1.0 Date: Sat, 23 Mar 2024 18:26:42 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/www/nghttp2-tools To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240323182642.3E644FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171121840276010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Mar 23 18:26:42 UTC 2024 Modified Files: pkgsrc/www/nghttp2-tools: Makefile Log Message: www/nghttp2-tools: Clarify comment about C/C++ split To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/nghttp2-tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171121840276010 Content-Disposition: inline Content-Length: 865 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/nghttp2-tools/Makefile diff -u pkgsrc/www/nghttp2-tools/Makefile:1.29 pkgsrc/www/nghttp2-tools/Makefile:1.30 --- pkgsrc/www/nghttp2-tools/Makefile:1.29 Sun Jan 21 19:58:51 2024 +++ pkgsrc/www/nghttp2-tools/Makefile Sat Mar 23 18:26:42 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2024/01/21 19:58:51 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2024/03/23 18:26:42 gdt Exp $ .include "../../www/nghttp2/Makefile.common" @@ -8,8 +8,8 @@ COMMENT= Tools for nghttp2 CONFLICTS+= nghttp2<1.53.0nb1 # share/nghttp2/fetch-ocsp-response -# Upstream documents that c++14 is required for C++ parts of the code; -# the base package does not use C++. +# The distfile contains a C library (built via www/nghttp2) and tools +# (built by this package) in C++14. USE_LANGUAGES= c c++14 USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config --_----------=_171121840276010--