Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2023 23:25:24 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: abdf96d348b9 - main - databases/postgresql-promscale: Mark as BROKEN
Message-ID:  <202301052325.305NPO8n006231@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abdf96d348b9d60575e7a130691108853f881080

commit abdf96d348b9d60575e7a130691108853f881080
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-01-05 23:23:33 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-01-05 23:25:20 +0000

    databases/postgresql-promscale: Mark as BROKEN
    
    Fails to build using Rust 1.65.0 or newer
    
    PR:             267851
    Reported by:    Jony Hudson <bsd@j-star.org>
---
 databases/postgresql-promscale/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/postgresql-promscale/Makefile b/databases/postgresql-promscale/Makefile
index 5943968c27ca..b4c84743008a 100644
--- a/databases/postgresql-promscale/Makefile
+++ b/databases/postgresql-promscale/Makefile
@@ -11,6 +11,7 @@ WWW=		https://www.timescale.com/promscale
 LICENSE=	PostgreSQL
 
 ONLY_FOR_ARCHS=	aarch64 amd64
+BROKEN=		fails to build using Rust 1.65.0 or newer, PR 267851
 
 RUN_DEPENDS=	timescaledb>0:databases/timescaledb
 BUILD_DEPENDS=	bash>0:shells/bash



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