Saturday, October 26, 2019

Re: [ports-clang] Fix games/galois

Hi,

As rsadowski@ spotted it:

- https HOMEPAGE is available
- Bring back C++14 mention. While anyway ${COMPILER_LIBCXX} in WANTLIB
should use ports-gcc as COMPILER on base-gcc archs, if it still makes
sense for most of us, i won't remove it in future fixes.
Opinions welcome :)

Charlène.


On Fri, 25 Oct 2019 23:32:31 +0200
Charlene Wendling wrote:

> Hi,
>
> games/galois runtime is broken on my macppc box: as soon as i start a
> new game it segfaults.
>
> This port needed ports-clang back when ports-gcc had no C++14, but as
> it's not the case anymore, i've switched it to ports-gcc.
>
> It builds [0] and works fine then.
>
> Comments and feedback are welcome,
>
> Charlène.
>
>
> [0] https://bin.charlenew.xyz/galois-0.6p0.log


Index: Makefile
===================================================================
RCS file: /cvs/ports/games/galois/Makefile,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 Makefile
--- Makefile 12 Jul 2019 20:46:18 -0000 1.16
+++ Makefile 26 Oct 2019 19:52:59 -0000
@@ -2,9 +2,10 @@

COMMENT = free multi-dimensional Tetris-like game
DISTNAME = galois-0.6
+REVISION = 0
CATEGORIES = games x11

-HOMEPAGE = http://www.nongnu.org/galois/
+HOMEPAGE = https://www.nongnu.org/galois/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>

# GPLv3+
@@ -19,7 +20,7 @@ WANTLIB += sigc-2.0 xml++-2.6 xml2
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=galois/source/}

# C++14
-COMPILER = base-clang ports-clang ports-gcc
+COMPILER = base-clang ports-gcc

LIB_DEPENDS = textproc/libxml++>=2.40.0 \
x11/gtk3mm

No comments:

Post a Comment