On Sun, May 29, 2011 at 11:07:27PM +0200, Jasper Lievisse Adriaanse wrote:
> Whenever you encounter these kind of builds, please fix it by either
> adding:
> CONFIGURE_ARGS+=      --disable-silent-rules
> if you're dealing with a gnu configure script,

AFAIK, configure scripts generated by autoconf ignore (or just warn
about) unknown options. Unless I'm completely wrong, this one should be
given a try in a bulk build:

Index: gnu.port.mk
===================================================================
RCS file: /cvs/ports/infrastructure/mk/gnu.port.mk,v
retrieving revision 1.41
diff -u -p -r1.41 gnu.port.mk
--- gnu.port.mk 20 Dec 2010 16:39:53 -0000      1.41
+++ gnu.port.mk 29 May 2011 21:46:12 -0000
@@ -59,6 +59,7 @@ MODGNU_configure += ; mkdir -p ${MODGNU_
 .endif
 
 .if ${CONFIGURE_STYLE:L:Mgnu}
+CONFIGURE_ARGS += --disable-silent-rules
 CONFIGURE_ENV += MKDIR_P='mkdir -p'
 .  if ${MODGNU_SAVE_CACHE:L} == "yes"
 CONFIGURE_ARGS += --cache-file=${WRKBUILD}/config.cache


Ciao,
        Kili

Reply via email to