Received: by mail.netbsd.org (Postfix, from userid 605) id 7898984EC3; Thu, 15 Dec 2022 11:31:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8E7F84E55 for ; Thu, 15 Dec 2022 11:31:43 +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 jXG0cy_Cwjp5 for ; Thu, 15 Dec 2022 11:31:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3ED2084D40 for ; Thu, 15 Dec 2022 11:31:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3C321FA90; Thu, 15 Dec 2022 11:31:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671103903234000" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 11:31:43 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/x11/xrootconsole To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221215113143.3C321FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671103903234000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Dec 15 11:31:43 UTC 2022 Modified Files: pkgsrc/x11/xrootconsole: Makefile Log Message: xrootconsole: Remove libutil on SunOS. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xrootconsole/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671103903234000 Content-Disposition: inline Content-Length: 638 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xrootconsole/Makefile diff -u pkgsrc/x11/xrootconsole/Makefile:1.2 pkgsrc/x11/xrootconsole/Makefile:1.3 --- pkgsrc/x11/xrootconsole/Makefile:1.2 Wed Sep 6 10:40:36 2017 +++ pkgsrc/x11/xrootconsole/Makefile Thu Dec 15 11:31:43 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/09/06 10:40:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/12/15 11:31:43 jperkin Exp $ DISTNAME= xrootconsole-0.6 PKGREVISION= 2 @@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake +BUILDLINK_TRANSFORM.SunOS+= rm:-lutil + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 .include "../../x11/libX11/buildlink3.mk" --_----------=_1671103903234000--