Received: by mail.netbsd.org (Postfix, from userid 605) id 4F10484D5D; Tue, 5 Mar 2019 12:44:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C526D84D46 for ; Tue, 5 Mar 2019 12:44:55 +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 gFaqwQC5CTrv for ; Tue, 5 Mar 2019 12:44:55 +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 2C28884CD3 for ; Tue, 5 Mar 2019 12:44:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24686FB16; Tue, 5 Mar 2019 12:44:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551789895122930" MIME-Version: 1.0 Date: Tue, 5 Mar 2019 12:44:55 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/lang/gawk To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20190305124455.24686FB16@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. --_----------=_1551789895122930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Tue Mar 5 12:44:55 UTC 2019 Modified Files: pkgsrc/lang/gawk: Makefile Log Message: Make the libreadline dependency explicit. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/lang/gawk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551789895122930 Content-Disposition: inline Content-Length: 767 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gawk/Makefile diff -u pkgsrc/lang/gawk/Makefile:1.66 pkgsrc/lang/gawk/Makefile:1.67 --- pkgsrc/lang/gawk/Makefile:1.66 Sat Jul 14 13:47:32 2018 +++ pkgsrc/lang/gawk/Makefile Tue Mar 5 12:44:54 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2018/07/14 13:47:32 adam Exp $ +# $NetBSD: Makefile,v 1.67 2019/03/05 12:44:54 hauke Exp $ DISTNAME= gawk-4.2.1 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gawk/} EXTRACT_SUFX= .tar.xz @@ -47,5 +48,6 @@ BUILDLINK_API_DEPENDS.gettext+= gettext- .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../math/mpfr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1551789895122930--