Received: by mail.netbsd.org (Postfix, from userid 605) id 482D984EC5; Thu, 13 Apr 2023 08:06:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77DB984D3B for ; Thu, 13 Apr 2023 08:06:08 +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 8VPeni0LuUlJ for ; Thu, 13 Apr 2023 08:06:08 +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 0980C84C86 for ; Thu, 13 Apr 2023 08:06:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F10D1FA85; Thu, 13 Apr 2023 08:06:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681373167123280" MIME-Version: 1.0 Date: Thu, 13 Apr 2023 08:06:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/wm/marswm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230413080607.F10D1FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681373167123280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 13 08:06:07 UTC 2023 Modified Files: pkgsrc/wm/marswm: Makefile Log Message: marswm: add missing libXrandr include Fixes build with modular X. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/marswm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681373167123280 Content-Disposition: inline Content-Length: 676 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/marswm/Makefile diff -u pkgsrc/wm/marswm/Makefile:1.1 pkgsrc/wm/marswm/Makefile:1.2 --- pkgsrc/wm/marswm/Makefile:1.1 Wed Apr 12 10:26:04 2023 +++ pkgsrc/wm/marswm/Makefile Thu Apr 13 08:06:07 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/04/12 10:26:04 pin Exp $ +# $NetBSD: Makefile,v 1.2 2023/04/13 08:06:07 wiz Exp $ DISTNAME= marswm-0.4.0 CATEGORIES= wm @@ -35,4 +35,5 @@ DEPENDS+= xrandr-[0-9]*:../../x11/xrandr .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" +.include "../../x11/libXrandr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1681373167123280--