From owner-cvs-all@FreeBSD.ORG Thu Feb 2 18:17:32 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E726106564A; Thu, 2 Feb 2012 18:17:32 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED4058FC14; Thu, 2 Feb 2012 18:17:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q12IHVr9094691; Thu, 2 Feb 2012 18:17:31 GMT (envelope-from jgh@repoman.freebsd.org) Received: (from jgh@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q12IHVlQ094690; Thu, 2 Feb 2012 18:17:31 GMT (envelope-from jgh) Message-Id: <201202021817.q12IHVlQ094690@repoman.freebsd.org> From: Jason Helfman Date: Thu, 2 Feb 2012 18:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/rust Makefile distinfo ports/lang/rust/files patch-configure patch-mk__rustllvm.mk patch-src_libcore_cmath.rs patch-src_libcore_f32.rs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 18:17:32 -0000 jgh 2012-02-02 18:17:31 UTC FreeBSD ports repository Modified files: lang/rust Makefile distinfo lang/rust/files patch-configure Added files: lang/rust/files patch-mk__rustllvm.mk patch-src_libcore_cmath.rs patch-src_libcore_f32.rs Log: - fix linker errors for systems that have installed llvm - let clang build llvm - fix build on ${OSVERSION} < 800107 PR: ports/164467 Submitted by: maintainer, jyyou at cs.nctu.edu.tw Approved by: crees (mentor) Revision Changes Path 1.2 +10 -5 ports/lang/rust/Makefile 1.2 +6 -2 ports/lang/rust/distinfo 1.2 +31 -11 ports/lang/rust/files/patch-configure 1.1 +11 -0 ports/lang/rust/files/patch-mk__rustllvm.mk (new) 1.1 +10 -0 ports/lang/rust/files/patch-src_libcore_cmath.rs (new) 1.1 +22 -0 ports/lang/rust/files/patch-src_libcore_f32.rs (new)