Received: by mail.netbsd.org (Postfix, from userid 605) id E8B3D84CDF; Fri, 31 May 2019 07:21:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7189184D88 for ; Fri, 31 May 2019 07:21:54 +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 aTy1JWslAEj0 for ; Fri, 31 May 2019 07:21:54 +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 C679C84CD6 for ; Fri, 31 May 2019 07:21:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0208FB15; Fri, 31 May 2019 07:21:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1559287313210880" MIME-Version: 1.0 Date: Fri, 31 May 2019 07:21:53 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang/rust To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20190531072153.C0208FB15@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. --_----------=_1559287313210880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri May 31 07:21:53 UTC 2019 Modified Files: pkgsrc/lang/rust: Makefile Log Message: rust: Remove incorrect change for previous. The pkgsrc llvm change should be limited to SunOS, somehow this got double patched and enabled everywhere. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 pkgsrc/lang/rust/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1559287313210880 Content-Disposition: inline Content-Length: 872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/rust/Makefile diff -u pkgsrc/lang/rust/Makefile:1.99 pkgsrc/lang/rust/Makefile:1.100 --- pkgsrc/lang/rust/Makefile:1.99 Thu May 30 14:36:15 2019 +++ pkgsrc/lang/rust/Makefile Fri May 31 07:21:53 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2019/05/30 14:36:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.100 2019/05/31 07:21:53 jperkin Exp $ DISTNAME= rustc-1.34.2-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -43,10 +43,6 @@ CONFIGURE_ARGS+= --disable-ninja # XXX: to be enabled in the future #CONFIGURE_ARGS+= --jemalloc-root=${BUILDLINK_PREFIX.jemalloc}/lib -# The bundled LLVM current has issues building on SunOS. -CONFIGURE_ARGS+= --enable-llvm-link-shared -CONFIGURE_ARGS+= --llvm-root=${BUILDLINK_PREFIX.llvm} - # Use "dist" build target for cross compile of bootstrap #BUILD_TARGET= dist BUILD_TARGET= build --_----------=_1559287313210880--