Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MQTD18QV; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=E762EQYO Received: by mail.netbsd.org (Postfix, from userid 605) id 0879384D68; Wed, 1 May 2024 22:44:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714603451; bh=uNEMcsp4ewxtqG3MlfCzREOLE6mBbmSa8/V2QCnJnhg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MQTD18QVrQw3Gaag3HqU0T9nHb7mAa3vY0h3NWa9lSKCj3TXQ2icVztN6CWujtRIZ 7p6VM26EpdNVEHJoyN/wafa5oooj7bf+S8CfepvH/S1B9/0DCc54skckPibcGtc4AZ zuTndjG4Q5+Z+o8TzL9RktQ8e0ojdJmid37G/sKc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E122384D4B for ; Wed, 1 May 2024 22:44:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 6b0xlnERzA2G for ; Wed, 1 May 2024 22:44: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 5801C84CFF for ; Wed, 1 May 2024 22:44:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714603449; bh=uNEMcsp4ewxtqG3MlfCzREOLE6mBbmSa8/V2QCnJnhg=; h=Date:From:Subject:To:Reply-To; b=E762EQYOfQm6pf83cEkFMlp5QQfe5kGD52wUygnRwDlfXwW7lrMCmCv/Xwngtv0PC txgy6v2PT6SEHrM2KsvETqxhJOfHkqDeZPfBzlkvZtJmHOz3AoP0MPU/kFNW1d/gta bzN206bvJOmhZ4T4rrE7hjEjZp1ZgDTA1LnepvdE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4CA26FA2C; Wed, 1 May 2024 22:44:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714603449274200" MIME-Version: 1.0 Date: Wed, 1 May 2024 22:44:09 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/textproc/gsed To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20240501224409.4CA26FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714603449274200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cheusov Date: Wed May 1 22:44:09 UTC 2024 Modified Files: pkgsrc/textproc/gsed: Makefile Log Message: Remove ../../devel/gettext-lib from Makefile, it is a part of options.mk To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/textproc/gsed/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714603449274200 Content-Disposition: inline Content-Length: 617 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/gsed/Makefile diff -u pkgsrc/textproc/gsed/Makefile:1.64 pkgsrc/textproc/gsed/Makefile:1.65 --- pkgsrc/textproc/gsed/Makefile:1.64 Wed May 1 22:36:29 2024 +++ pkgsrc/textproc/gsed/Makefile Wed May 1 22:44:09 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2024/05/01 22:36:29 cheusov Exp $ +# $NetBSD: Makefile,v 1.65 2024/05/01 22:44:09 cheusov Exp $ DISTNAME= sed-4.9 PKGNAME= g${DISTNAME} @@ -52,5 +52,4 @@ post-install: ${LN} -sf ${PREFIX}/${g} ${DESTDIR}${PREFIX}/${n} .endfor -.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1714603449274200--