Received: by mail.netbsd.org (Postfix, from userid 605) id AF20984D67; Fri, 1 Oct 2021 02:57:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5D1E84D3C for ; Fri, 1 Oct 2021 02:57:20 +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 2k3IWzm5TuQg for ; Fri, 1 Oct 2021 02:57:20 +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 7182584D28 for ; Fri, 1 Oct 2021 02:57:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6109BFA97; Fri, 1 Oct 2021 02:57:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633057040161970" MIME-Version: 1.0 Date: Fri, 1 Oct 2021 02:57:20 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xcolor To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211001025720.6109BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633057040161970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Oct 1 02:57:20 UTC 2021 Modified Files: pkgsrc/x11/xcolor: Makefile Log Message: xcolor: fix builds in some circumstances To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xcolor/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633057040161970 Content-Disposition: inline Content-Length: 651 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xcolor/Makefile diff -u pkgsrc/x11/xcolor/Makefile:1.4 pkgsrc/x11/xcolor/Makefile:1.5 --- pkgsrc/x11/xcolor/Makefile:1.4 Thu Sep 9 09:23:03 2021 +++ pkgsrc/x11/xcolor/Makefile Fri Oct 1 02:57:20 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/09/09 09:23:03 pin Exp $ +# $NetBSD: Makefile,v 1.5 2021/10/01 02:57:20 gutteridge Exp $ DISTNAME= xcolor-0.5.1 CATEGORIES= x11 @@ -30,4 +30,5 @@ do-install: .include "../../lang/python/tool.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libxcb/buildlink3.mk" +.include "../../x11/libXcursor/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1633057040161970--