Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2022 20:38:55 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5831b894d45 - main - devel/gpds: Remove architecture restrictions
Message-ID:  <202207252038.26PKctHP063354@gitrepo.freebsd.org>

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

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

commit c5831b894d45ecc675bd61a9ac9603b6cb185c7b
Author:     Joel Bodenmann <jbo@insane.engineer>
AuthorDate: 2022-07-25 20:36:27 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-25 20:36:27 +0000

    devel/gpds: Remove architecture restrictions
    
     - remove ONLY_FOR_ARCHS
    
       This port was successfully tested on i386 and arm64/aarch64 and
       there is in general no reason to believe that it wouldn't work on
       other architectures.
    
    PR:             265423
---
 devel/gpds/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/devel/gpds/Makefile b/devel/gpds/Makefile
index 987101ea3527..d3530aadaa07 100644
--- a/devel/gpds/Makefile
+++ b/devel/gpds/Makefile
@@ -8,13 +8,9 @@ COMMENT=	General purpose data serializer library written in modern C++
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-ONLY_FOR_ARCHS=	aarch64 amd64
-ONLY_FOR_ARCHS_REASON=	not yet ported to other architectures
-
 RUN_DEPENDS=	spdlog>=1.9.0:devel/spdlog
 
 USES=		cmake compiler:c++17-lang
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	simulton
 



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