Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2015 16:39:58 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401579 - head/lang/dmd2
Message-ID:  <201511141639.tAEGdwTM071157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Nov 14 16:39:57 2015
New Revision: 401579
URL: https://svnweb.freebsd.org/changeset/ports/401579

Log:
  Previously failed builds will not remove this directory. Make sure
  it is gone prior to a fresh new build.

Modified:
  head/lang/dmd2/Makefile

Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile	Sat Nov 14 16:26:22 2015	(r401578)
+++ head/lang/dmd2/Makefile	Sat Nov 14 16:39:57 2015	(r401579)
@@ -51,6 +51,7 @@ MAKE_ARGS+=	DEBUG_FLAGS=-g\ -DDEBUG=1\ -
 MODULEDIR=	${PREFIX}/include/d/phobos2
 
 post-patch:
+	@${RM} -r /tmp/.host_dmd-2.067.1
 	@${REINPLACE_CMD} -e "s|g++|${CXX}|" ${WRKSRC}/posix.mak
 	@${REINPLACE_CMD} -e "s|cc|${CC}|" ${WRKSRC}/../phobos/posix.mak
 	@${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|"	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511141639.tAEGdwTM071157>