Received: by mail.netbsd.org (Postfix, from userid 605) id B19DF84EE4; Wed, 18 Jul 2018 14:18:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9CBDA84D2B for ; Wed, 18 Jul 2018 14:18:52 +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 a6_nG-6ThDCu for ; Wed, 18 Jul 2018 14:18:52 +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 D314684CDA for ; Wed, 18 Jul 2018 14:18:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C3AA2FB3D; Wed, 18 Jul 2018 14:18:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153192353147700" MIME-Version: 1.0 Date: Wed, 18 Jul 2018 14:18:51 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/cross/mingw-w64-x86_64-crt To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180718141851.C3AA2FB3D@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. --_----------=_153192353147700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Jul 18 14:18:51 UTC 2018 Modified Files: pkgsrc/cross/mingw-w64-x86_64-crt: Makefile Log Message: Remove double slash in path To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153192353147700 Content-Disposition: inline Content-Length: 914 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/mingw-w64-x86_64-crt/Makefile diff -u pkgsrc/cross/mingw-w64-x86_64-crt/Makefile:1.1 pkgsrc/cross/mingw-w64-x86_64-crt/Makefile:1.2 --- pkgsrc/cross/mingw-w64-x86_64-crt/Makefile:1.1 Thu Jun 7 19:19:46 2018 +++ pkgsrc/cross/mingw-w64-x86_64-crt/Makefile Wed Jul 18 14:18:51 2018 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2018/06/07 19:19:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/18 14:18:51 ryoon Exp $ .include "../../cross/mingw-w64-x86_64-crt/Makefile.common" PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-x86_64-crt-/} COMMENT= Mingw-w64 C runtime for win64 cross-development -BUILD_DEPENDS+= mingw-w64-x86_64-gcc-bootstrap-[0-9]*:../..//cross/mingw-w64-x86_64-gcc-bootstrap +BUILD_DEPENDS+= mingw-w64-x86_64-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-x86_64-gcc-bootstrap MINGW_TARGET= ${MINGW_W64_64_TARGET} CONFIGURE_ARGS+= --disable-lib32 --_----------=_153192353147700--