pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/nghttp2-tools
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.
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
Home |
Main Index |
Thread Index |
Old Index