Received: by mail.netbsd.org (Postfix, from userid 605) id DFE2B84DD8; Mon, 30 Oct 2017 10:48:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A3A284DD3 for ; Mon, 30 Oct 2017 10:48:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5qLbVA8QYvKD for ; Mon, 30 Oct 2017 10:48:23 +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 085DF84D79 for ; Mon, 30 Oct 2017 10:48:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01442FBDE; Mon, 30 Oct 2017 10:48:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509360502279840" MIME-Version: 1.0 Date: Mon, 30 Oct 2017 10:48:22 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/shells/fish To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20171030104823.01442FBDE@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. --_----------=_1509360502279840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Oct 30 10:48:22 UTC 2017 Modified Files: pkgsrc/shells/fish: Makefile Log Message: fish: Requires libtool. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/shells/fish/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509360502279840 Content-Disposition: inline Content-Length: 634 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/fish/Makefile diff -u pkgsrc/shells/fish/Makefile:1.14 pkgsrc/shells/fish/Makefile:1.15 --- pkgsrc/shells/fish/Makefile:1.14 Wed Oct 25 14:47:40 2017 +++ pkgsrc/shells/fish/Makefile Mon Oct 30 10:48:22 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/10/25 14:47:40 maya Exp $ +# $NetBSD: Makefile,v 1.15 2017/10/30 10:48:22 jperkin Exp $ DISTNAME= fish-2.6.0 PKGREVISION= 3 @@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2 EXTRACT_USING= gtar USE_LANGUAGES+= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --without-xsel --_----------=_1509360502279840--