Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2025 14:10: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: 42383933753c - main - cad/openscad*: Mark BROKEN
Message-ID:  <202506211410.55LEAOgJ094153@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

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

commit 42383933753c6edf32fe5dd444c0440b5414c797
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 07:51:48 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:29 +0000

    cad/openscad*: Mark BROKEN
    
    Fails to build, error: use of undeclared identifier 'buf'
    
    Reported by:    pkg-fallout
---
 cad/openscad-devel/Makefile | 2 ++
 cad/openscad/Makefile       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/cad/openscad-devel/Makefile b/cad/openscad-devel/Makefile
index 15e7ee8e561d..4d723a6fa5fb 100644
--- a/cad/openscad-devel/Makefile
+++ b/cad/openscad-devel/Makefile
@@ -11,6 +11,8 @@ PKGNAMESUFFIX=	-devel
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		Fails to build, error: use of undeclared identifier 'buf'
+
 MAINTAINER=	mr@FreeBSD.org
 COMMENT=	Programmer's solid 3D CAD modeller #'
 WWW=		https://www.openscad.org/
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index 8baf36ef4d07..94898e70a7d1 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -10,6 +10,8 @@ CATEGORIES=	cad
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		Fails to build, error: use of undeclared identifier 'buf'
+
 MAINTAINER=	mr@FreeBSD.org
 COMMENT=	Programmer's solid 3D CAD modeller #'
 WWW=		https://www.openscad.org/


home | help

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