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:   rillig
Date:           Thu Mar 30 12:11:22 UTC 2023

Modified Files:
        pkgsrc/www/nghttp2: Makefile PLIST
Removed Files:
        pkgsrc/www/nghttp2: options.mk

Log Message:
nghttp2: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/nghttp2/PLIST
cvs rdiff -u -r1.8 -r0 pkgsrc/www/nghttp2/options.mk

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.78 pkgsrc/www/nghttp2/Makefile:1.79
--- pkgsrc/www/nghttp2/Makefile:1.78    Wed Feb 15 18:08:24 2023
+++ pkgsrc/www/nghttp2/Makefile Thu Mar 30 12:11:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2023/02/15 18:08:24 adam Exp $
+# $NetBSD: Makefile,v 1.79 2023/03/30 12:11:22 rillig Exp $
 
 .include "Makefile.common"
 
@@ -18,8 +18,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 REPLACE_PYTHON+=       script/fetch-ocsp-response
 
-.include "options.mk"
-
 .include "../../lang/python/application.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/nghttp2/PLIST
diff -u pkgsrc/www/nghttp2/PLIST:1.2 pkgsrc/www/nghttp2/PLIST:1.3
--- pkgsrc/www/nghttp2/PLIST:1.2        Mon Mar 30 13:54:29 2020
+++ pkgsrc/www/nghttp2/PLIST    Thu Mar 30 12:11:22 2023
@@ -1,13 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/30 13:54:29 adam Exp $
-${PLIST.asio}include/nghttp2/asio_http2.h
-${PLIST.asio}include/nghttp2/asio_http2_client.h
-${PLIST.asio}include/nghttp2/asio_http2_server.h
+@comment $NetBSD: PLIST,v 1.3 2023/03/30 12:11:22 rillig Exp $
 include/nghttp2/nghttp2.h
 include/nghttp2/nghttp2ver.h
 lib/libnghttp2.la
-${PLIST.asio}lib/libnghttp2_asio.la
 lib/pkgconfig/libnghttp2.pc
-${PLIST.asio}lib/pkgconfig/libnghttp2_asio.pc
 man/man1/h2load.1
 man/man1/nghttp.1
 man/man1/nghttpd.1



Home | Main Index | Thread Index | Old Index