git: 868c028a7cb8 - main - Mk/bsd.options.desc.mk: Introduce description for the WebSocket protocol
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jun 2025 20:45:27 UTC
The branch main has been updated by michaelo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=868c028a7cb81a2be461d36189d2e66f5f381a96
commit 868c028a7cb81a2be461d36189d2e66f5f381a96
Author: Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2025-06-07 19:46:20 +0000
Commit: Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2025-06-07 20:45:18 +0000
Mk/bsd.options.desc.mk: Introduce description for the WebSocket protocol
The protocol is officially called WebSocket in RFC 6455.
Approved by: otis (mentor)
Differential Revision: https://reviews.freebsd.org/D50741
---
Mk/bsd.options.desc.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 13dd3a517c8b..0460f2782076 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -535,6 +535,7 @@ WEBGL_DESC?= WebGL 2D/3D graphics rendering support
WEBKIT_DESC?= WebKit webpage renderer support
WEBP_DESC?= WebP image format support
WEBSERVER_DESC?= Build and/or install internal web server
+WEBSOCKET_DESC?= WebSocket protocol support
WEBUI_DESC?= Build and/or install web user interface
WMA_DESC?= Windows Media Audio audio format support
WMF_DESC?= Windows Metafile image format support