Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7490D7A234 for ; Thu, 27 Apr 2017 00:51:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1CCA684D9F; Thu, 27 Apr 2017 00:51:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A00BD84D9E for ; Thu, 27 Apr 2017 00:51:09 +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 UPasXQCeCC1g for ; Thu, 27 Apr 2017 00:51:09 +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 41B8384D84 for ; Thu, 27 Apr 2017 00:51:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37D82FBE4; Thu, 27 Apr 2017 00:51:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493254269243510" MIME-Version: 1.0 Date: Thu, 27 Apr 2017 00:51:09 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/chat/irssi To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170427005109.37D82FBE4@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. --_----------=_1493254269243510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Thu Apr 27 00:51:09 UTC 2017 Modified Files: pkgsrc/chat/irssi: Makefile Log Message: GC unused configure args To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/irssi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493254269243510 Content-Disposition: inline Content-Length: 699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/irssi/Makefile diff -u pkgsrc/chat/irssi/Makefile:1.78 pkgsrc/chat/irssi/Makefile:1.79 --- pkgsrc/chat/irssi/Makefile:1.78 Thu Mar 16 11:41:19 2017 +++ pkgsrc/chat/irssi/Makefile Thu Apr 27 00:51:09 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2017/03/16 11:41:19 maya Exp $ +# $NetBSD: Makefile,v 1.79 2017/04/27 00:51:09 maya Exp $ DISTNAME= ${IRSSI_DISTNAME} CATEGORIES= chat @@ -17,9 +17,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -CONFIGURE_ARGS+= --with-terminfo \ - --with-proxy \ - --without-ncurses \ +CONFIGURE_ARGS+= --with-proxy \ --sysconfdir=${PKG_SYSCONFDIR} EGDIR= ${PREFIX}/share/examples/irssi --_----------=_1493254269243510--