git: 3c71eca70ebb - main - games/hyperrogue: update 12.0s → 12.0t

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Wed, 06 Jul 2022 19:50:26 UTC
The branch main has been updated by amdmi3:

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

commit 3c71eca70ebbcb469a667a221b91c228b975afc6
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-07-05 21:31:53 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-07-06 19:49:33 +0000

    games/hyperrogue: update 12.0s → 12.0t
---
 games/hyperrogue/Makefile             |  2 +-
 games/hyperrogue/distinfo             |  6 +++---
 games/hyperrogue/files/patch-Makefile | 40 +++--------------------------------
 3 files changed, 7 insertions(+), 41 deletions(-)

diff --git a/games/hyperrogue/Makefile b/games/hyperrogue/Makefile
index 5e271993bc74..906d76e83e8b 100644
--- a/games/hyperrogue/Makefile
+++ b/games/hyperrogue/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hyperrogue
-PORTVERSION=	12.0s
+PORTVERSION=	12.0t
 DISTVERSIONPREFIX=	v
 CATEGORIES=	games
 
diff --git a/games/hyperrogue/distinfo b/games/hyperrogue/distinfo
index fe06ba0f6358..d9a773a3793c 100644
--- a/games/hyperrogue/distinfo
+++ b/games/hyperrogue/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656067461
-SHA256 (zenorogue-hyperrogue-v12.0s_GH0.tar.gz) = c0fa8f840f6d4c9a03bc58626c8e6f949e62bdb445c84ee86dd0ffd250d7314f
-SIZE (zenorogue-hyperrogue-v12.0s_GH0.tar.gz) = 80083950
+TIMESTAMP = 1657028570
+SHA256 (zenorogue-hyperrogue-v12.0t_GH0.tar.gz) = 5e9996541362cd4b02e2723ff7a0e5cd46079b5b9f48e5cde274ce2dafa1930b
+SIZE (zenorogue-hyperrogue-v12.0t_GH0.tar.gz) = 80157880
diff --git a/games/hyperrogue/files/patch-Makefile b/games/hyperrogue/files/patch-Makefile
index 74c1b3083e50..048a2c0ed9ce 100644
--- a/games/hyperrogue/files/patch-Makefile
+++ b/games/hyperrogue/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig	2022-03-27 20:47:51 UTC
+--- Makefile.orig	2022-07-05 12:02:51 UTC
 +++ Makefile
 @@ -42,7 +42,6 @@ endif
  ## Begin customization points for each OS and TOOLCHAIN we support.
@@ -16,41 +16,7 @@
  
  ifeq (${OS},mingw)
    CXXFLAGS_EARLY += -DWINDOWS -mwindows -D_A_VOLID=8
-@@ -79,31 +77,13 @@ ifeq (${OS},osx)
-   hyper_RES :=
- endif
- 
--ifeq (${TOOLCHAIN},clang)
-   CXXFLAGS_STD = -std=c++11
--  CXXFLAGS_EARLY += -march=native -fPIC
--  CXXFLAGS_EARLY += -W -Wall -Wextra -Wsuggest-override -Werror -pedantic
-+  CXXFLAGS_EARLY += -fPIC
-+  CXXFLAGS_EARLY += -W -Wall -Wextra -Wsuggest-override -pedantic
-   CXXFLAGS_EARLY += -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -Wno-unknown-warning-option
-   CXXFLAGS_EARLY += -Wno-invalid-offsetof
--endif
- 
--ifeq (${TOOLCHAIN},gcc)
--  CXXFLAGS_STD = -std=c++11
--  CXXFLAGS_EARLY += -march=native -fPIC
--  CXXFLAGS_EARLY += -W -Wall -Wextra -Werror -pedantic
--  CXXFLAGS_EARLY += -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized
--  CXXFLAGS_EARLY += -Wno-invalid-offsetof
--endif
- 
--ifeq (${TOOLCHAIN},mingw)
--  CXXFLAGS_STD = -std=c++11
--  CXXFLAGS_EARLY += -march=native
--  CXXFLAGS_EARLY += -W -Wall -Wextra -Werror
--  CXXFLAGS_EARLY += -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized
--  CXXFLAGS_EARLY += -Wno-invalid-offsetof
--endif
--
--
- ## We have now finished OS-specific and TOOLCHAIN-specific computations.
- ## Begin customization points for user-specifiable HYPERROGUE_USE_XXX macros.
- 
-@@ -141,19 +121,19 @@ override CXXFLAGS := $(CXXFLAGS_STD) $(CXXFLAGS_EARLY)
+@@ -140,19 +138,19 @@ override CXXFLAGS := $(CXXFLAGS_STD) $(CXXFLAGS_EARLY)
  override LDFLAGS := $(LDFLAGS_EARLY) $(LDFLAGS) ${EXTRA_LDFLAGS}
  
  hyperrogue$(EXE_EXTENSION): $(hyper_OBJS) $(hyper_RES)
@@ -74,7 +40,7 @@
  
  autohdr.h: makeh$(EXE_EXTENSION) language-data.cpp *.cpp
  	./makeh classes.cpp locations.cpp colors.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp util.cpp complex.cpp multigame.cpp *.cpp > autohdr.h
-@@ -162,10 +142,10 @@ language-data.cpp: langen$(EXE_EXTENSION)
+@@ -161,10 +159,10 @@ language-data.cpp: langen$(EXE_EXTENSION)
  	./langen > language-data.cpp
  
  savepng$(OBJ_EXTENSION): savepng.cpp