svn commit: r502589 - in head/www: h2o h2o-devel

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 16:16:28 UTC 2019


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


More information about the svn-ports-all mailing list