Received: by mail.netbsd.org (Postfix, from userid 605) id 0CFD684D62; Mon, 25 Sep 2017 17:53:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9357484D3B for ; Mon, 25 Sep 2017 17:53:19 +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 6I9WMr2Ngi9o for ; Mon, 25 Sep 2017 17:53:19 +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 E4D5384CE1 for ; Mon, 25 Sep 2017 17:53:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFFA8FA9C; Mon, 25 Sep 2017 17:53:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506361998580" MIME-Version: 1.0 Date: Mon, 25 Sep 2017 17:53:18 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/chat/weechat To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170925175318.DFFA8FA9C@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. --_----------=_1506361998580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Sep 25 17:53:18 UTC 2017 Modified Files: pkgsrc/chat/weechat: Makefile PLIST Log Message: work around pkgsrc bugs. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/chat/weechat/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/chat/weechat/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506361998580 Content-Disposition: inline Content-Length: 1229 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.77 pkgsrc/chat/weechat/Makefile:1.78 --- pkgsrc/chat/weechat/Makefile:1.77 Mon Sep 25 12:09:24 2017 +++ pkgsrc/chat/weechat/Makefile Mon Sep 25 17:53:18 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2017/09/25 12:09:24 maya Exp $ +# $NetBSD: Makefile,v 1.78 2017/09/25 17:53:18 maya Exp $ DISTNAME= weechat-1.9.1 CATEGORIES= chat @@ -19,6 +19,8 @@ USE_LIBTOOL= yes USE_CMAKE= yes FAKE_NCURSES= yes +PKG_DEVELOPER= yes + CMAKE_ARGS+= -DENABLE_ASPELL:BOOL=OFF CMAKE_ARGS+= -DENABLE_GUILE:BOOL=OFF CMAKE_ARGS+= -DENABLE_TCL:BOOL=OFF Index: pkgsrc/chat/weechat/PLIST diff -u pkgsrc/chat/weechat/PLIST:1.24 pkgsrc/chat/weechat/PLIST:1.25 --- pkgsrc/chat/weechat/PLIST:1.24 Thu Jan 5 12:30:39 2017 +++ pkgsrc/chat/weechat/PLIST Mon Sep 25 17:53:18 2017 @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.24 2017/01/05 12:30:39 roy Exp $ +@comment $NetBSD: PLIST,v 1.25 2017/09/25 17:53:18 maya Exp $ bin/weechat include/weechat/weechat-plugin.h lib/pkgconfig/weechat.pc lib/weechat/plugins/alias.so +lib/weechat/plugins/buflist.so lib/weechat/plugins/charset.so lib/weechat/plugins/exec.so lib/weechat/plugins/fifo.so --_----------=_1506361998580--