Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2019 19:24:15 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507587 - in head/devel: godot godot2
Message-ID:  <201907291924.x6TJOFQW053867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jul 29 19:24:15 2019
New Revision: 507587
URL: https://svnweb.freebsd.org/changeset/ports/507587

Log:
  devel/godot: enforce verbose build after r421635
  
  Command-line arguments provide a clue when debugging non-x86 bustage.
  
  Approved by:	portmgr blanket

Modified:
  head/devel/godot/Makefile   (contents, props changed)
  head/devel/godot2/Makefile   (contents, props changed)

Modified: head/devel/godot/Makefile
==============================================================================
--- head/devel/godot/Makefile	Mon Jul 29 19:15:18 2019	(r507586)
+++ head/devel/godot/Makefile	Mon Jul 29 19:24:15 2019	(r507587)
@@ -33,7 +33,7 @@ USE_GL=		gl glew glu
 USE_GITHUB=	yes
 GH_ACCOUNT=	godotengine
 
-MAKE_ARGS+=		platform=x11 builtin_libpng=False builtin_openssl=False
+MAKE_ARGS+=		platform=x11 builtin_libpng=False builtin_openssl=False verbose=True
 MAKE_ARGS+=		${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}}
 MAKE_ARGS_clang=	use_llvm=True
 CXXFLAGS+=		-DRTAUDIO_ENABLED

Modified: head/devel/godot2/Makefile
==============================================================================
--- head/devel/godot2/Makefile	Mon Jul 29 19:15:18 2019	(r507586)
+++ head/devel/godot2/Makefile	Mon Jul 29 19:24:15 2019	(r507587)
@@ -31,7 +31,7 @@ USE_GL=		gl glu
 USE_GITHUB=	yes
 GH_ACCOUNT=	godotengine
 
-MAKE_ARGS+=		platform=x11 builtin_speex=no builtin_libmpcdec=no
+MAKE_ARGS+=		platform=x11 builtin_speex=no builtin_libmpcdec=no verbose=True
 MAKE_ARGS+=		${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}}
 MAKE_ARGS_clang=	use_llvm=yes
 CXXFLAGS+=		-DGLEW_NO_GLU -DRTAUDIO_ENABLED



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