Date: Tue, 15 Oct 2024 06:19:35 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9d0d2448e17c - main - lang/guile*: Unbreak on i386 Message-ID: <202410150619.49F6JZhc089185@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d0d2448e17c7a71a3d7b8df64439032302fc482 commit 9d0d2448e17c7a71a3d7b8df64439032302fc482 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-10-14 18:23:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-10-15 06:19:13 +0000 lang/guile*: Unbreak on i386 lang/guile-aclocal is a slave ports which was blocked by previous commit. This is just makes sure that guile-aclocal is built on other platforms. PR: 282084 Reported by: dim Fixes: a416ffc lang/guile3: Ignore on 32-bit platforms --- lang/guile-aclocal/Makefile | 2 ++ lang/guile3/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/guile-aclocal/Makefile b/lang/guile-aclocal/Makefile index 53a119c0317c..b3da291c437c 100644 --- a/lang/guile-aclocal/Makefile +++ b/lang/guile-aclocal/Makefile @@ -3,6 +3,8 @@ CATEGORIES= lang scheme PKGNAMESUFFIX= DISTNAME= guile-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} +NOT_FOR_ARCHS= # disable MASTERDIR's NOT_FOR_ARCHS + MASTERDIR= ${.CURDIR}/../guile3 NO_ARCH= yes diff --git a/lang/guile3/Makefile b/lang/guile3/Makefile index b7fe90db599b..8490b300eaa5 100644 --- a/lang/guile3/Makefile +++ b/lang/guile3/Makefile @@ -11,7 +11,7 @@ WWW= https://www.gnu.org/software/guile/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -NOT_FOR_ARCHS= armv7 i386 +NOT_FOR_ARCHS?= armv7 i386 NOT_FOR_ARCHS_REASON= Does not build on armv7 and i386 USES= tar:lz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410150619.49F6JZhc089185>