Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 16:16:27 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502589 - in head/www: h2o h2o-devel
Message-ID:  <201905251616.x4PGGRvF035844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May 25 16:16:27 2019
New Revision: 502589
URL: https://svnweb.freebsd.org/changeset/ports/502589

Log:
  www/h2o*: Remove nop CMAKE_VERBOSE

Modified:
  head/www/h2o-devel/Makefile
  head/www/h2o/Makefile

Modified: head/www/h2o-devel/Makefile
==============================================================================
--- head/www/h2o-devel/Makefile	Sat May 25 16:16:12 2019	(r502588)
+++ head/www/h2o-devel/Makefile	Sat May 25 16:16:27 2019	(r502589)
@@ -54,7 +54,6 @@ OPTIONS_SUB=		yes
 MRUBY_DESC=		Build with embedded mruby handler support
 
 CMAKE_ARGS+=		-DBUILD_SHARED_LIBS=ON -DWITH_BUNDLED_SSL=OFF
-CMAKE_VERBOSE=		yes
 
 MRUBY_CMAKE_BOOL=	WITH_MRUBY
 MRUBY_USES=		bison

Modified: head/www/h2o/Makefile
==============================================================================
--- head/www/h2o/Makefile	Sat May 25 16:16:12 2019	(r502588)
+++ head/www/h2o/Makefile	Sat May 25 16:16:27 2019	(r502589)
@@ -54,7 +54,6 @@ OPTIONS_SUB=		yes
 MRUBY_DESC=		Build with embedded mruby handler support
 
 CMAKE_ARGS+=		-DBUILD_SHARED_LIBS=ON -DWITH_BUNDLED_SSL=OFF
-CMAKE_VERBOSE=		yes
 
 MRUBY_CMAKE_BOOL=	WITH_MRUBY
 MRUBY_USES=		bison



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