Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 14:40:12 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462832 - head/lang/crystal
Message-ID:  <201802241440.w1OEeCum001612@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Feb 24 14:40:12 2018
New Revision: 462832
URL: https://svnweb.freebsd.org/changeset/ports/462832

Log:
  Show progress while building.
  
  It doesn't show much, but it least gives an idea what it's chewing on.
  
  Approved by:	maintainer (greg unrelenting technology)

Modified:
  head/lang/crystal/Makefile

Modified: head/lang/crystal/Makefile
==============================================================================
--- head/lang/crystal/Makefile	Sat Feb 24 14:35:10 2018	(r462831)
+++ head/lang/crystal/Makefile	Sat Feb 24 14:40:12 2018	(r462832)
@@ -31,7 +31,7 @@ GH_ACCOUNT=	crystal-lang
 
 MAKE_ARGS=	SHELL=sh \
 		LLVM_CONFIG="${LOCALBASE}/bin/llvm-config${LLVM_VERSION}" \
-		FLAGS="--release --no-debug" \
+		FLAGS="--release --no-debug --progress" \
 		EXPORTS='CRYSTAL_CONFIG_PATH="lib:${PREFIX}/lib/${PORTNAME}"' \
 		CRYSTAL_CACHE_DIR="${WRKDIR}/cache"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241440.w1OEeCum001612>