Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2022 18:21:34 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e7a8f39d1924 - main - games/hyperrogue: add portscout, pet portlint
Message-ID:  <202209201821.28KILYrh033911@gitrepo.freebsd.org>

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

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

commit e7a8f39d19245998c60d5eb03573905373b1107f
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-09-20 13:28:58 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-09-20 18:21:02 +0000

    games/hyperrogue: add portscout, pet portlint
---
 games/hyperrogue/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games/hyperrogue/Makefile b/games/hyperrogue/Makefile
index 8d10ec6da2bc..cd01e4f4180d 100644
--- a/games/hyperrogue/Makefile
+++ b/games/hyperrogue/Makefile
@@ -13,14 +13,15 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
+USES=		compiler:c++11-lang gl gmake localbase:ldflags sdl xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	zenorogue
-
-USES=		compiler:c++11-lang gl gmake localbase:ldflags sdl xorg
 USE_SDL=	sdl mixer gfx ttf
 USE_GL=		gl glew
 ALL_TARGET=	hyperrogue
 
+PORTSCOUT=	skipv:12.1  # https://github.com/freebsd/portscout/issues/18
+
 # remove -O2, otherwise clang takes gigabytes of memory
 CXXFLAGS:=	${CXXFLAGS:C/-O[0-9]//} -DFHS -DHYPERPATH="\\\"${DATADIR}/\\\""
 



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