Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 20:35:42 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: 7be43cda68ed - main - */*: sparc64 cleanup
Message-ID:  <202401252035.40PKZgiT013556@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=7be43cda68ed9096bef93fa9531dc8d7d3d31a6b

commit 7be43cda68ed9096bef93fa9531dc8d7d3d31a6b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-24 18:46:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-25 20:35:21 +0000

    */*: sparc64 cleanup
    
    Even after dropping sparc64 support along with 12 some were present in
    the codebase. Remove the remnants.
    
    Approved by:    portmgr (blanket)
---
 databases/tarantool/Makefile  | 2 +-
 databases/tarantool2/Makefile | 2 +-
 devel/protobuf3/Makefile      | 2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index 733736c83303..9a1c13a6c3b5 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -10,7 +10,7 @@ WWW=		https://tarantool.io/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=		armv6 i386 powerpc64 sparc64
+NOT_FOR_ARCHS=		armv6 i386 powerpc64
 NOT_FOR_ARCHS_REASON=	fails to build: Unsupported architecture
 
 BUILD_DEPENDS=	gsed:textproc/gsed \
diff --git a/databases/tarantool2/Makefile b/databases/tarantool2/Makefile
index 1e1f574f5117..754b411cc1e2 100644
--- a/databases/tarantool2/Makefile
+++ b/databases/tarantool2/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz
 BROKEN_riscv64=		fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz
-NOT_FOR_ARCHS=		armv6 i386 powerpc64 sparc64
+NOT_FOR_ARCHS=		armv6 i386 powerpc64
 NOT_FOR_ARCHS_REASON=	fails to build: Unsupported architecture
 
 BUILD_DEPENDS=	gsed:textproc/gsed \
diff --git a/devel/protobuf3/Makefile b/devel/protobuf3/Makefile
index c6eeb10d9efd..711a18ffc00b 100644
--- a/devel/protobuf3/Makefile
+++ b/devel/protobuf3/Makefile
@@ -13,8 +13,6 @@ WWW=		https://protobuf.dev/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_sparc64=	fails to compile: no atomic ops available
-
 TEST_DEPENDS=	googletest>=0:devel/googletest
 
 USES=		compiler:c++11-lang cpe libtool localbase pathfix pkgconfig



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