git: afd690c4e224 - main - */*: Pass to lazarus based ports control of ONLY_FOR_ARCHS

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Wed, 18 Sep 2024 06:28:15 UTC
The branch main has been updated by acm:

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

commit afd690c4e22491504d877bc6292830caee0f7288
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-09-18 06:27:16 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-09-18 06:28:07 +0000

    */*: Pass to lazarus based ports control of ONLY_FOR_ARCHS
---
 cad/zcad/Makefile                        | 3 +++
 comms/cqrlog/Makefile                    | 2 ++
 editors/cudatext/Makefile                | 2 ++
 editors/picpas/Makefile                  | 2 ++
 graphics/lazpaint/Makefile               | 2 ++
 multimedia/winff/Makefile                | 2 ++
 net-p2p/awgg/Makefile                    | 2 ++
 net-p2p/transmission-remote-gui/Makefile | 2 ++
 russian/emkatic/Makefile                 | 2 ++
 sysutils/ddrescueview/Makefile           | 2 ++
 10 files changed, 21 insertions(+)

diff --git a/cad/zcad/Makefile b/cad/zcad/Makefile
index 11396e316786..d8d1899856c1 100644
--- a/cad/zcad/Makefile
+++ b/cad/zcad/Makefile
@@ -8,6 +8,9 @@ MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Simple CAD program
 
 BROKEN=	Can't find unit TransferMacros used by uzmacros
+
+ONLY_FOR_ARCHS=	i386 amd64
+
 USES=		dos2unix fpc lazarus:flavors tar:xz
 USE_GITHUB=	yes
 GH_ACCOUNT=	zamtmn
diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile
index 43e8dceb55e5..1952dbaadaf7 100644
--- a/comms/cqrlog/Makefile
+++ b/comms/cqrlog/Makefile
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libhamlib.so:comms/hamlib
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 USES=		fpc gnome lazarus:flavors shebangfix ssl:run dos2unix \
 		mysql:server xorg
 
diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile
index d88893f7cd91..d84d77b0e788 100644
--- a/editors/cudatext/Makefile
+++ b/editors/cudatext/Makefile
@@ -9,6 +9,8 @@ WWW=		https://uvviewsoft.com/
 
 LICENSE=	MPL20
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 USES=		desktop-file-utils dos2unix fpc gnome lazarus:flavors python xorg
 USE_XORG=	x11
 USE_GITHUB=	yes
diff --git a/editors/picpas/Makefile b/editors/picpas/Makefile
index 4f35f3e7051a..14f84619a012 100644
--- a/editors/picpas/Makefile
+++ b/editors/picpas/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/t-edson/PicPas
 
 LICENSE=	GPLv2
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt5
 qt5_CONFLICTS_INSTALL=	${PORTNAME}-gtk2
 
diff --git a/graphics/lazpaint/Makefile b/graphics/lazpaint/Makefile
index 0c2f2abe5c9b..1bdbcbd89ba4 100644
--- a/graphics/lazpaint/Makefile
+++ b/graphics/lazpaint/Makefile
@@ -11,6 +11,8 @@ WWW=		https://wiki.freepascal.org/LazPaint
 
 LICENSE=	GPLv3
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt5 ${PORTNAME}-qt6
 qt5_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt6
 qt6_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt5
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile
index c57bfaaf81e8..efad8b264c0f 100644
--- a/multimedia/winff/Makefile
+++ b/multimedia/winff/Makefile
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libavutil.so:multimedia/ffmpeg
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 USES=		fpc lazarus:flavors xorg
 USE_XORG=	x11
 
diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile
index 211773fdbe3e..a309530486f9 100644
--- a/net-p2p/awgg/Makefile
+++ b/net-p2p/awgg/Makefile
@@ -15,6 +15,8 @@ RUN_DEPENDS=	aria2c:www/aria2 \
 		curl:ftp/curl \
 		yt-dlp:www/yt-dlp
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt5 ${PORTNAME}-qt6
 qt5_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt6
 qt6_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt5
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile
index 4ffa52395622..55b6f4ffd0aa 100644
--- a/net-p2p/transmission-remote-gui/Makefile
+++ b/net-p2p/transmission-remote-gui/Makefile
@@ -15,6 +15,8 @@ WWW=		https://github.com/transmission-remote-gui/transgui
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 USES=		desktop-file-utils fpc gnome iconv lazarus:flavors xorg
 USE_GNOME=	cairo
 USE_XORG=	x11
diff --git a/russian/emkatic/Makefile b/russian/emkatic/Makefile
index 15befa3ef934..8ae972d850a5 100644
--- a/russian/emkatic/Makefile
+++ b/russian/emkatic/Makefile
@@ -13,6 +13,8 @@ WWW=		https://sourceforge.net/projects/emkatic/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 USES=		fpc lazarus:flavors xorg
 USE_XORG=	x11
 
diff --git a/sysutils/ddrescueview/Makefile b/sysutils/ddrescueview/Makefile
index fe42ff91cbdd..dd322a79aeb5 100644
--- a/sysutils/ddrescueview/Makefile
+++ b/sysutils/ddrescueview/Makefile
@@ -12,6 +12,8 @@ WWW=		https://sourceforge.net/projects/ddrescueview/
 
 LICENSE=	GPLv3
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt5 ${PORTNAME}-qt6
 qt5_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt6
 qt6_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt5