svn commit: r559872 - head/databases/postgresql-plv8js

Antoine Brodin antoine at FreeBSD.org
Fri Jan 1 20:58:57 UTC 2021


Author: antoine
Date: Fri Jan  1 20:58:56 2021
New Revision: 559872
URL: https://svnweb.freebsd.org/changeset/ports/559872

Log:
  Mark BROKEN: fails to build
  
  /usr/local/include/v8-internal.h:418:38: error: no template named 'remove_cv_t' in namespace 'std'; did you mean 'remove_cv'?
              !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
                                  ~~~~~^~~~~~~~~~~
                                       remove_cv
  
  Reported by:	pkg-fallout

Modified:
  head/databases/postgresql-plv8js/Makefile

Modified: head/databases/postgresql-plv8js/Makefile
==============================================================================
--- head/databases/postgresql-plv8js/Makefile	Fri Jan  1 20:56:40 2021	(r559871)
+++ head/databases/postgresql-plv8js/Makefile	Fri Jan  1 20:58:56 2021	(r559872)
@@ -14,6 +14,8 @@ COMMENT=	PL/v8js procedural language for PostgreSQL da
 
 LICENSE=	PostgreSQL
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libv8.so:lang/v8
 
 USES=		compiler:c++11-lang gmake perl5 pgsql:9.5-10


More information about the svn-ports-head mailing list