Received: by mail.netbsd.org (Postfix, from userid 605) id 6BA3184D31; Sun, 16 May 2021 20:14:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0A3884D25 for ; Sun, 16 May 2021 20:14:07 +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 YVieDPTY08-t for ; Sun, 16 May 2021 20:14:07 +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 04B2384D0C for ; Sun, 16 May 2021 20:14:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F27A4FA95; Sun, 16 May 2021 20:14:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621196046143740" MIME-Version: 1.0 Date: Sun, 16 May 2021 20:14:06 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/textproc/link-grammar To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20210516201406.F27A4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621196046143740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun May 16 20:14:06 UTC 2021 Modified Files: pkgsrc/textproc/link-grammar: Makefile Log Message: link-grammar: add argp dependency now needed for some OSes To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/link-grammar/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621196046143740 Content-Disposition: inline Content-Length: 722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/link-grammar/Makefile diff -u pkgsrc/textproc/link-grammar/Makefile:1.18 pkgsrc/textproc/link-grammar/Makefile:1.19 --- pkgsrc/textproc/link-grammar/Makefile:1.18 Sun May 16 19:57:35 2021 +++ pkgsrc/textproc/link-grammar/Makefile Sun May 16 20:14:06 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2021/05/16 19:57:35 gutteridge Exp $ +# $NetBSD: Makefile,v 1.19 2021/05/16 20:14:06 gutteridge Exp $ DISTNAME= link-grammar-5.9.1 CATEGORIES= textproc @@ -24,4 +24,5 @@ PKGCONFIG_OVERRIDE+= link-grammar.pc.in # supports it, but doesn't do so correctly. BUILDLINK_TRANSFORM+= rm:-Wformat-signedness +.include "../../devel/argp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1621196046143740--