Received: by mail.netbsd.org (Postfix, from userid 605) id B3B1D84EC0; Mon, 25 Jul 2022 21:47:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBCF784EA9 for ; Mon, 25 Jul 2022 21:47:53 +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 GTCzrovD0mZd for ; Mon, 25 Jul 2022 21:47:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4391D84D17 for ; Mon, 25 Jul 2022 21:47:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D866FB1A; Mon, 25 Jul 2022 21:47:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165878567366040" MIME-Version: 1.0 Date: Mon, 25 Jul 2022 21:47:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/ncurses To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220725214753.3D866FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165878567366040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jul 25 21:47:53 UTC 2022 Modified Files: pkgsrc/devel/ncurses: Makefile.common Log Message: ncurses: restore pkg-config dependency pc files will not be installed if it's not found To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/ncurses/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165878567366040 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ncurses/Makefile.common diff -u pkgsrc/devel/ncurses/Makefile.common:1.49 pkgsrc/devel/ncurses/Makefile.common:1.50 --- pkgsrc/devel/ncurses/Makefile.common:1.49 Mon Jul 25 11:12:23 2022 +++ pkgsrc/devel/ncurses/Makefile.common Mon Jul 25 21:47:53 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.49 2022/07/25 11:12:23 wiz Exp $ +# $NetBSD: Makefile.common,v 1.50 2022/07/25 21:47:53 wiz Exp $ # # used by devel/ncurses/Makefile # used by devel/ncursesw/Makefile @@ -16,7 +16,7 @@ LICENSE= mit USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake tbl +USE_TOOLS+= gmake pkg-config tbl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libtool CONFIGURE_ARGS+= --enable-bsdpad --_----------=_165878567366040--