Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2023 09:26:01 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e89dce57e13 - main - cad/zcad: mark qt5 flavor BROKEN
Message-ID:  <202302250926.31P9Q1Ae095889@gitrepo.freebsd.org>

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

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

commit 7e89dce57e13684405622ebb2a097cd74c02a775
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-25 09:25:35 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-25 09:25:35 +0000

    cad/zcad: mark qt5 flavor BROKEN
    
    (3104) Compiling glqtcontext.pas
    /wrkdirs/usr/ports/cad/zcad/work-qt5/zcad-8b8a693/cad_source/glqtcontext.pas(30,23) Fatal: (10022) Can't find unit qlclopenglwidget used by GLQTContext
    Fatal: (1018) Compilation aborted
    
    Reported by:    pkg-fallout
---
 cad/zcad/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cad/zcad/Makefile b/cad/zcad/Makefile
index 3b04595a0923..9d24b6e7ca57 100644
--- a/cad/zcad/Makefile
+++ b/cad/zcad/Makefile
@@ -56,6 +56,8 @@ OPTIONS_DEFINE=		DOCS
 
 .if ${FLAVOR:Ugtk2:Mgtk2}
 MAKE_ENV+=	GUI=gtk2
+.elif ${FLAVOR:Ugtk2:Mqt5}
+BROKEN=		fails to build
 .endif
 
 post-patch:



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