Received: by mail.netbsd.org (Postfix, from userid 605) id 6583184E59; Fri, 29 Jul 2022 20:46:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9EF7284D84 for ; Fri, 29 Jul 2022 20:46:38 +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 36oObTp79zoJ for ; Fri, 29 Jul 2022 20:46:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 96D3C84C71 for ; Fri, 29 Jul 2022 20:46:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9058BFB1A; Fri, 29 Jul 2022 20:46:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165912759746710" MIME-Version: 1.0 Date: Fri, 29 Jul 2022 20:46:37 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/x11/mrxvt To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220729204637.9058BFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165912759746710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Fri Jul 29 20:46:37 UTC 2022 Modified Files: pkgsrc/x11/mrxvt: Makefile Log Message: mrxvt: needs pkg-config. Else Xft gets silently disabled. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/mrxvt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165912759746710 Content-Disposition: inline Content-Length: 741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/mrxvt/Makefile diff -u pkgsrc/x11/mrxvt/Makefile:1.39 pkgsrc/x11/mrxvt/Makefile:1.40 --- pkgsrc/x11/mrxvt/Makefile:1.39 Mon Jul 19 13:03:38 2021 +++ pkgsrc/x11/mrxvt/Makefile Fri Jul 29 20:46:37 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2021/07/19 13:03:38 tnn Exp $ +# $NetBSD: Makefile,v 1.40 2022/07/29 20:46:37 tnn Exp $ # DISTNAME= mrxvt-0.5.4 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=materm/} PATCH_SITES= ${MASTER_SITES} @@ -14,7 +14,7 @@ COMMENT= Multi-tabbed terminal emulator LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config USE_FEATURES+= snprintf CONFIGURE_ARGS+= --enable-xft --_----------=_165912759746710--