Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2024 09:19:19 GMT
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a39365694656 - main - cad/qcad: Exclude i386 build
Message-ID:  <202404040919.4349JJgU022255@gitrepo.freebsd.org>

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

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

commit a39365694656def8c4f8b1ee702abe502081bde5
Author:     Michael Reifenberger <mr@FreeBSD.org>
AuthorDate: 2024-04-03 18:52:14 +0000
Commit:     Michael Reifenberger <mr@FreeBSD.org>
CommitDate: 2024-04-04 09:19:01 +0000

    cad/qcad: Exclude i386 build
---
 cad/qcad/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index 124b21429c55..c8ee33f38b07 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	qcad
 PORTVERSION=	3.29.5.0
 DISTVERSIONPREFIX=	v
-#PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	cad
 DIST_SUBDIR=	${PORTNAME}
 
@@ -15,6 +15,8 @@ WWW=		https://www.ribbonsoft.com/qcad.html
 
 LICENSE=	GPLv3
 
+BROKEN_i386=    doesn't buld on pkg builder
+
 BUILD_DEPENDS=	bash:shells/bash	\
 		${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs
 



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