Received: by mail.netbsd.org (Postfix, from userid 605) id 10EC684EBE; Thu, 15 Dec 2022 10:36:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D35C84D66 for ; Thu, 15 Dec 2022 10:36:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3A6t0PiQDAxm for ; Thu, 15 Dec 2022 10:36:37 +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 93C2684D40 for ; Thu, 15 Dec 2022 10:36:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 874BBFA90; Thu, 15 Dec 2022 10:36:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167110059766960" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 10:36:37 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/graphics/MesaDemos To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221215103637.874BBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167110059766960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Dec 15 10:36:37 UTC 2022 Modified Files: pkgsrc/graphics/MesaDemos: Makefile Log Message: MesaDemos: Requires libiconv. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/graphics/MesaDemos/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167110059766960 Content-Disposition: inline Content-Length: 752 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/MesaDemos/Makefile diff -u pkgsrc/graphics/MesaDemos/Makefile:1.50 pkgsrc/graphics/MesaDemos/Makefile:1.51 --- pkgsrc/graphics/MesaDemos/Makefile:1.50 Thu Aug 11 05:08:38 2022 +++ pkgsrc/graphics/MesaDemos/Makefile Thu Dec 15 10:36:37 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2022/08/11 05:08:38 gutteridge Exp $ +# $NetBSD: Makefile,v 1.51 2022/12/15 10:36:37 jperkin Exp $ DISTNAME= mesa-demos-8.4.0 PKGNAME= ${DISTNAME:S/mesa-demos/MesaDemos/} @@ -63,6 +63,7 @@ post-install: . endfor .endif +.include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/freeglut/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/glew/buildlink3.mk" --_----------=_167110059766960--