Found with dpb -r:
The configure scripts in devel/mingw pick up gmkdir if installed
and the build fails if gmkdir then disappears in the background.

Trivial fix.  OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/mingw/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    11 Jan 2014 12:56:41 -0000      1.6
+++ Makefile    23 Jul 2014 14:25:00 -0000
@@ -64,6 +64,7 @@ do-build:
        env MINGW32_TMP=${MINGW32_TMP} FULLDISTDIR=${FULLDISTDIR} \
            MINGW32_OUT=${MINGW32_OUT} MAKE=${MAKE_PROGRAM} \
            CONFIG_SHELL=${LOCALBASE}/bin/bash \
+           ac_cv_path_mkdir=/bin/mkdir \
            /bin/sh ${WRKBUILD}/${BASENAME}.sh --no-pre-clean --no-post-clean \
            --unattended
        cd ${MINGW32_OUT}/lib/gcc/i386-mingw32/3.4.5/ && \
-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to