Date: Sat, 24 Feb 2018 07:39:39 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462771 - head/lang/rust-nightly Message-ID: <201802240739.w1O7ddaq086901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Feb 24 07:39:39 2018 New Revision: 462771 URL: https://svnweb.freebsd.org/changeset/ports/462771 Log: Apply the proper patches, namely the needed llvm-config one. In r462769 I incorrectly changed PATCHDIR, after a build test, thinking it was wrong. The note about PATCHDIR in the commit message was wrong as the patches were already coming from the lang/rust-nightly/files dir. Modified: head/lang/rust-nightly/Makefile Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Sat Feb 24 06:44:04 2018 (r462770) +++ head/lang/rust-nightly/Makefile Sat Feb 24 07:39:39 2018 (r462771) @@ -6,6 +6,8 @@ PKGNAMESUFFIX= -nightly DISTNAME= rustc-nightly-src MASTERDIR= ${.CURDIR}/../rust +FILESDIR= ${.CURDIR}/files +PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo CONFLICTS_BUILD= rust # see FIXME in `pre-fetch` in lang/rust/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802240739.w1O7ddaq086901>