pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: Turn on "python lua wide-curses ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59fba6128900
branches:  trunk
changeset: 398064:59fba6128900
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 09 16:23:04 2019 +0000

description:
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.

diffstat:

 chat/weechat/Makefile   |  4 ++--
 chat/weechat/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r ceb0a0c8132a -r 59fba6128900 chat/weechat/Makefile
--- a/chat/weechat/Makefile     Tue Jul 09 16:09:06 2019 +0000
+++ b/chat/weechat/Makefile     Tue Jul 09 16:23:04 2019 +0000
@@ -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
diff -r ceb0a0c8132a -r 59fba6128900 chat/weechat/options.mk
--- a/chat/weechat/options.mk   Tue Jul 09 16:09:06 2019 +0000
+++ b/chat/weechat/options.mk   Tue Jul 09 16:23:04 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index