Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 12:01:02 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: 11ecdf263792 - main - games/hyperrogue: go back to building with clang on powerpc
Message-ID:  <202408041201.474C12LL012217@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

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

commit 11ecdf263792a3367ecaaee270733b8742c8efb6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-07-29 22:30:18 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 12:00:14 +0000

    games/hyperrogue: go back to building with clang on powerpc
    
    Now GCC fails with OOM:
    cc1plus: out of memory allocating 81890032 bytes after a total of 0 bytes
    
    But clang builds a working binary.
---
 games/hyperrogue/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/games/hyperrogue/Makefile b/games/hyperrogue/Makefile
index 59b810e36bb9..a95a558b5bc4 100644
--- a/games/hyperrogue/Makefile
+++ b/games/hyperrogue/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	hyperrogue
 PORTVERSION=	13.0s
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	games
 
@@ -36,12 +37,6 @@ DESKTOP_ENTRIES="HyperRogue" \
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc
-USE_GCC=	yes
-.endif
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/hyperrogue ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_DATA} ${WRKSRC}/hr-icon.ico ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico


home | help

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