Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=FaULCPXk; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Qo2k9ZKN Received: by mail.netbsd.org (Postfix, from userid 605) id 4737184D54; Mon, 11 Mar 2024 21:50:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710193800; bh=a2YdJaRhS0VrUSxdojYVxiYucl3zQVL0nfKUiRrq9GQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=FaULCPXkmNxM6ZuPsc1gaCPKI6i3tVhGPtvMLpsYiEBVfuZLWGynkSLUIBy574rBb 9vYFAS3CBBcnrW+b5LW+PjI03OFIg6IUb6pdmfNyuWAOY6Ny1j+Xlo0/1gmdpHSb0f 4xrtv+2SSHU8wNXR9o8VVaQqKDqi3ax3RWPk2CfM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E5EB84D2F for ; Mon, 11 Mar 2024 21:49:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rVTVKv6yjeUJ for ; Mon, 11 Mar 2024 21:49:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 806E784CD9 for ; Mon, 11 Mar 2024 21:49:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710193798; bh=a2YdJaRhS0VrUSxdojYVxiYucl3zQVL0nfKUiRrq9GQ=; h=Date:From:Subject:To:Reply-To; b=Qo2k9ZKNMZit3hnvtqDydF5e7aLVqu/MvnD9Ugt3hwdeO+Y/m6Ma0o5X2s7EFqkOO APPAD+SLvmUHWN7Ee8Uzw95cP6Y4qBuzAU4hOiQrSV6wGQUUQNVVTqYw4wrxToaZqj QHvnQe/5wB3UTu9JTIF8SVveRdooskT9iutE46lw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76D71FA2C; Mon, 11 Mar 2024 21:49:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710193798144390" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 21:49:58 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/x11/modular-xorg-xquartz To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240311214958.76D71FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710193798144390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon Mar 11 21:49:58 UTC 2024 Modified Files: pkgsrc/x11/modular-xorg-xquartz: Makefile Log Message: modular-xorg-xquartz: USE_TOOLS+=m4. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/modular-xorg-xquartz/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710193798144390 Content-Disposition: inline Content-Length: 768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/modular-xorg-xquartz/Makefile diff -u pkgsrc/x11/modular-xorg-xquartz/Makefile:1.22 pkgsrc/x11/modular-xorg-xquartz/Makefile:1.23 --- pkgsrc/x11/modular-xorg-xquartz/Makefile:1.22 Sun Nov 12 13:24:19 2023 +++ pkgsrc/x11/modular-xorg-xquartz/Makefile Mon Mar 11 21:49:58 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2023/11/12 13:24:19 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2024/03/11 21:49:58 schmonz Exp $ DISTNAME= modular-xorg-xquartz-1.20.99.1.20210408 PKGREVISION= 2 @@ -14,7 +14,7 @@ LICENSE= mit GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config autoconf automake autoreconf +USE_TOOLS+= gmake pkg-config autoconf automake autoreconf m4 USE_LANGUAGES= c c++ objc ONLY_FOR_PLATFORM= Darwin-*-* --_----------=_1710193798144390--