svn commit: r434193 - head/lang/dmd2
Cy Schubert
cy at FreeBSD.org
Wed Feb 15 20:22:24 UTC 2017
Author: cy
Date: Wed Feb 15 20:22:23 2017
New Revision: 434193
URL: https://svnweb.freebsd.org/changeset/ports/434193
Log:
Address build failutre default-build-as-user:
=> /portdistfiles/ is not writable by you; cannot fetch.
Modified:
head/lang/dmd2/Makefile
Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile Wed Feb 15 19:40:16 2017 (r434192)
+++ head/lang/dmd2/Makefile Wed Feb 15 20:22:23 2017 (r434193)
@@ -109,6 +109,9 @@ post-install-EXAMPLES-on:
${INSTALL_DATA} ${WRKDIR}/dmd/ini/freebsd/bin32/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd32.conf
${INSTALL_DATA} ${WRKDIR}/dmd/ini/freebsd/bin64/dmd.conf ${STAGEDIR}${EXAMPLESDIR}/dmd64.conf
+pre-fetch:
+ ${MAKE} -f Makefile.bootstrap BOOTDIR=${WRKDIR} checksum
+
pre-configure:
${MAKE} -f Makefile.bootstrap BOOTDIR=${WRKDIR}
More information about the svn-ports-head
mailing list