pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/jabberd2 chat/jabberd2: Drop PLIST.ws



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b22c76f248b7
branches:  trunk
changeset: 418323:b22c76f248b7
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Nov 24 14:34:02 2019 +0000

description:
chat/jabberd2: Drop PLIST.ws

This variable is not in PLIST_VARS and does not appear in the PLIST.

(It remains for someone who wants to use jabberd2 with websockets to
see if that option works and, if not, fix it.)

diffstat:

 chat/jabberd2/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 95be501d3158 -r b22c76f248b7 chat/jabberd2/options.mk
--- a/chat/jabberd2/options.mk  Sun Nov 24 14:32:20 2019 +0000
+++ b/chat/jabberd2/options.mk  Sun Nov 24 14:34:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.30 2019/11/02 22:18:23 rillig Exp $
+# $NetBSD: options.mk,v 1.31 2019/11/24 14:34:02 gdt Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.jabberd2
 PKG_OPTIONS_REQUIRED_GROUPS=   auth storage mio
@@ -100,7 +100,6 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mwebsocket)
-PLIST.ws=              yes
 CONFIGURE_ARGS+=       --enable-websocket
 .include  "../../www/http-parser/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index