pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/nghttp2
Module Name: pkgsrc
Committed By: gdt
Date: Sat Mar 23 17:57:13 UTC 2024
Modified Files:
pkgsrc/www/nghttp2: Makefile
Log Message:
www/nhttp2: Clarify c-only comment
The actual situation, a tarball mainly having a C library with an
example program in C++, was not explained clearly enough.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/www/nghttp2/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/Makefile
diff -u pkgsrc/www/nghttp2/Makefile:1.85 pkgsrc/www/nghttp2/Makefile:1.86
--- pkgsrc/www/nghttp2/Makefile:1.85 Sun Jan 21 19:58:51 2024
+++ pkgsrc/www/nghttp2/Makefile Sat Mar 23 17:57:13 2024
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.85 2024/01/21 19:58:51 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2024/03/23 17:57:13 gdt Exp $
.include "Makefile.common"
COMMENT= Implementation of HTTP/2 in C
-# Upstream documents that c++14 is required for C++ parts of the code;
-# the base package does not use C++.
+# Upstream documents that this is a C library -- and it is.
+# There is also an example program, in C++ (requiring C++14), but this
+# package does not build that library.
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
Home |
Main Index |
Thread Index |
Old Index