Received: by mail.netbsd.org (Postfix, from userid 605) id D191184E85; Thu, 8 Mar 2018 12:58:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 004F084E72 for ; Thu, 8 Mar 2018 12:58:35 +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 GsyeCvP0Fu3v for ; Thu, 8 Mar 2018 12:58:34 +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 2BC9184D2C for ; Thu, 8 Mar 2018 12:58:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 25C83FB40; Thu, 8 Mar 2018 12:58:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520513914112220" MIME-Version: 1.0 Date: Thu, 8 Mar 2018 12:58:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xf86-video-chips To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180308125834.25C83FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520513914112220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Mar 8 12:58:34 UTC 2018 Modified Files: pkgsrc/x11/xf86-video-chips: Makefile Removed Files: pkgsrc/x11/xf86-video-chips/files: iopl.h Log Message: xf86-video-chips: remove obsolete workaround for missing file in distfile. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xf86-video-chips/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/x11/xf86-video-chips/files/iopl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520513914112220 Content-Disposition: inline Content-Length: 862 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xf86-video-chips/Makefile diff -u pkgsrc/x11/xf86-video-chips/Makefile:1.19 pkgsrc/x11/xf86-video-chips/Makefile:1.20 --- pkgsrc/x11/xf86-video-chips/Makefile:1.19 Wed Mar 7 11:57:42 2018 +++ pkgsrc/x11/xf86-video-chips/Makefile Thu Mar 8 12:58:33 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/03/07 11:57:42 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/03/08 12:58:33 wiz Exp $ DISTNAME= xf86-video-chips-1.2.7 PKGREVISION= 1 @@ -16,14 +16,6 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4 -# -# it appears the 1.2.5 tarball forgot something -# -post-extract: -.if !exists(${WRKSRC}/util/iopl.h) - ${CP} ${FILESDIR}/iopl.h ${WRKSRC}/util/ -.endif - .include "../../x11/modular-xorg-server/buildlink3.mk" .include "../../x11/xorgproto/buildlink3.mk" BUILDLINK_DEPMETHOD.libXext?= build --_----------=_1520513914112220--