pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/weechat



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.

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



Home | Main Index | Thread Index | Old Index