svn commit: r504781 - head/www/rubygem-passenger

Mark Linimon linimon at FreeBSD.org
Fri Jun 21 10:59:07 UTC 2019


Author: linimon
Date: Fri Jun 21 10:59:06 2019
New Revision: 504781
URL: https://svnweb.freebsd.org/changeset/ports/504781

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    src/cxx_supportlib/WebSocketCommandReverseServer.h:809: error: no matching function for call to 'make_shared(boost::asio::io_context&)'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/rubygem-passenger/Makefile

Modified: head/www/rubygem-passenger/Makefile
==============================================================================
--- head/www/rubygem-passenger/Makefile	Fri Jun 21 10:25:27 2019	(r504780)
+++ head/www/rubygem-passenger/Makefile	Fri Jun 21 10:59:06 2019	(r504781)
@@ -37,7 +37,7 @@ USES+=		apache:2.2+
 
 USE_RUBY=	yes
 RAKE_BIN=	${LOCALBASE}/bin/rake
-USES+=		cpe gem libtool python:env shebangfix ssl
+USES+=		compiler:c++11-lang cpe gem libtool python:env shebangfix ssl
 SHEBANG_FILES=	src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py
 
 LIB_DEPENDS+=	libuv.so:devel/libuv \


More information about the svn-ports-head mailing list