Received: by mail.netbsd.org (Postfix, from userid 605) id 849E684DBE; Tue, 9 Jul 2019 16:23:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D51D84D5A for ; Tue, 9 Jul 2019 16:23:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id W_k6-aEPbH5m for ; Tue, 9 Jul 2019 16:23:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 858A584CD5 for ; Tue, 9 Jul 2019 16:23:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D4FFFBF4; Tue, 9 Jul 2019 16:23:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562689384232810" MIME-Version: 1.0 Date: Tue, 9 Jul 2019 16:23:04 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/weechat To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190709162304.7D4FFFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1562689384232810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jul 9 16:23:04 UTC 2019 Modified Files: pkgsrc/chat/weechat: Makefile options.mk Log Message: weechat: Turn on "python lua wide-curses perl ruby" by default. Should enable users to run most scripts available on weechat.org. If you're using pkgsrc you probably have python/perl/lua installed already, and ruby apparently even works on VAX, so this shouldn't be much of a hard requirement. joyent has been building with these settings for a while. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 pkgsrc/chat/weechat/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/chat/weechat/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562689384232810 Content-Disposition: inline Content-Length: 1188 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/weechat/Makefile diff -u pkgsrc/chat/weechat/Makefile:1.95 pkgsrc/chat/weechat/Makefile:1.96 --- pkgsrc/chat/weechat/Makefile:1.95 Mon Jul 1 04:07:59 2019 +++ pkgsrc/chat/weechat/Makefile Tue Jul 9 16:23:04 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2019/07/01 04:07:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.96 2019/07/09 16:23:04 nia Exp $ DISTNAME= weechat-2.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= https://www.weechat.org/files/src/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/chat/weechat/options.mk diff -u pkgsrc/chat/weechat/options.mk:1.17 pkgsrc/chat/weechat/options.mk:1.18 --- pkgsrc/chat/weechat/options.mk:1.17 Tue Jan 3 20:54:22 2017 +++ pkgsrc/chat/weechat/options.mk Tue Jul 9 16:23:04 2019 @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.17 2017/01/03 20:54:22 roy Exp $ +# $NetBSD: options.mk,v 1.18 2019/07/09 16:23:04 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.weechat PKG_SUPPORTED_OPTIONS= gnutls python lua wide-curses perl ruby -PKG_SUGGESTED_OPTIONS= gnutls +PKG_SUGGESTED_OPTIONS= gnutls python lua wide-curses perl ruby .include "../../mk/bsd.options.mk" # mk/curses will handle wide-curses --_----------=_1562689384232810--