svn commit: r462771 - head/lang/rust-nightly

Bryan Drewery bdrewery at FreeBSD.org
Sat Feb 24 07:39:40 UTC 2018


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


More information about the svn-ports-head mailing list