svn commit: r401579 - head/lang/dmd2

Cy Schubert cy at FreeBSD.org
Sat Nov 14 16:39:59 UTC 2015


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|"	\


More information about the svn-ports-all mailing list