Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2021 15:33:58 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f6cec3a6d9a - main - lang/nwcc: remove powerpc64* from ONLY_FOR_ARCHS
Message-ID:  <202104141533.13EFXwVi019318@gitrepo.freebsd.org>

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

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

commit 6f6cec3a6d9abdc83cdc15e55d5b4921300bed97
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-14 15:34:29 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-14 15:34:29 +0000

    lang/nwcc: remove powerpc64* from ONLY_FOR_ARCHS
    
    I didn't notice that some binaries failed to build and they didn't cause poudriere to exit either.
---
 lang/nwcc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/nwcc/Makefile b/lang/nwcc/Makefile
index ef62db16c613..75e6a9e5d343 100644
--- a/lang/nwcc/Makefile
+++ b/lang/nwcc/Makefile
@@ -9,7 +9,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Nils Weller's C compiler for Unix systems
 
-ONLY_FOR_ARCHS=	i386 amd64 powerpc64le powerpc64
+ONLY_FOR_ARCHS=	i386 amd64
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--installprefix=${PREFIX}



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