pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/jabberd2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Nov 24 14:34:02 UTC 2019

Modified Files:
        pkgsrc/chat/jabberd2: options.mk

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/jabberd2/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/chat/jabberd2/options.mk
diff -u pkgsrc/chat/jabberd2/options.mk:1.30 pkgsrc/chat/jabberd2/options.mk:1.31
--- pkgsrc/chat/jabberd2/options.mk:1.30        Sat Nov  2 22:18:23 2019
+++ pkgsrc/chat/jabberd2/options.mk     Sun Nov 24 14:34:02 2019
@@ -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 @@ CONFIGURE_ARGS+=    --enable-mio=select
 .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