svn commit: r506617 - head/devel/hs-cabal-install

Gleb Popov arrowd at FreeBSD.org
Sun Jul 14 12:27:32 UTC 2019


Author: arrowd
Date: Sun Jul 14 12:27:30 2019
New Revision: 506617
URL: https://svnweb.freebsd.org/changeset/ports/506617

Log:
  devel/hs-cabal-install: Fix build when VERBOSE env var is set (true for poud bulk -v).
  
  Reported by:	Evilham <contact at evilham.com>

Modified:
  head/devel/hs-cabal-install/Makefile

Modified: head/devel/hs-cabal-install/Makefile
==============================================================================
--- head/devel/hs-cabal-install/Makefile	Sun Jul 14 10:44:06 2019	(r506616)
+++ head/devel/hs-cabal-install/Makefile	Sun Jul 14 12:27:30 2019	(r506617)
@@ -39,7 +39,7 @@ post-extract:
 
 do-build:
 	cd ${WRKSRC} && \
-		${SETENV} EXTRA_CONFIGURE_OPTS="--disable-library-profiling" \
+		${SETENV} -u VERBOSE EXTRA_CONFIGURE_OPTS="--disable-library-profiling" \
 			${MAKE_ENV} HOME=${WRKDIR}/home PREFIX=${WRKDIR}/prefix \
 			${WRKSRC}/bootstrap.sh --no-doc --jobs ${MAKE_JOBS_NUMBER}
 


More information about the svn-ports-all mailing list