freebsd-ports/databases/postgresql-plv8js/Makefile
Antoine Brodin 8ac2548ae7 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
2021-01-01 20:58:56 +00:00

26 lines
511 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= plv8
PORTVERSION= 1.4.8
DISTVERSIONPREFIX= v
PORTREVISION= 6
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
PKGNAMESUFFIX= js
MAINTAINER= ports@FreeBSD.org
COMMENT= PL/v8js procedural language for PostgreSQL database
LICENSE= PostgreSQL
BROKEN= fails to build
LIB_DEPENDS= libv8.so:lang/v8
USES= compiler:c++11-lang gmake perl5 pgsql:9.5-10
USE_PERL5= build
USE_GITHUB= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>