svn commit: r462832 - head/lang/crystal

Adam Weinberger adamw at FreeBSD.org
Sat Feb 24 14:40:13 UTC 2018


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"
 


More information about the svn-ports-head mailing list