Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 20:58:57 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559872 - head/databases/postgresql-plv8js
Message-ID:  <202101012058.101KwvDX004611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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