openbsd-ports

Working directory for my changes to OpenBSD ports
Log | Files | Refs

commit fc0bbee43697a25f7d0a247d52ee8314efc7c502
parent 1d5a904e6601488bb618350925d263af34320fc4
Author: Shokara Kou <kou@13f0.net>
Date:   Sat, 10 Jun 2023 13:56:26 -0400

update games/stone-soup to 0.30.0

Diffstat:
Mgames/stone-soup/Makefile | 6++----
Mgames/stone-soup/distinfo | 4++--
Dgames/stone-soup/patches/CVS/Entries | 4----
Dgames/stone-soup/patches/CVS/Repository | 1-
Dgames/stone-soup/patches/CVS/Root | 1-
Dgames/stone-soup/patches/patch-source_Makefile | 93-------------------------------------------------------------------------------
Dgames/stone-soup/patches/patch-source_rltiles_Makefile | 17-----------------
Dgames/stone-soup/pkg/PFRAG.no-no_x11 | 46----------------------------------------------
Mgames/stone-soup/pkg/PLIST | 132++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
9 files changed, 98 insertions(+), 206 deletions(-)

diff --git a/games/stone-soup/Makefile b/games/stone-soup/Makefile @@ -2,11 +2,11 @@ BROKEN-hppa = ICE on dgn-shoals.cc:638 COMMENT = dungeon crawl stone soup -VERSION = 0.29.1 +VERSION = 0.30.0 DISTNAME= crawl_${VERSION}.orig PKGNAME= stone-soup-${VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES = games @@ -86,8 +86,6 @@ post-install: ${INSTALL_DATA} \ ${PREFIX}/share/crawl/dat/tiles/stone_soup_icon-32x32.png \ ${PREFIX}/share/pixmaps/stone-soup.png - ${INSTALL_DATA} ${FILESDIR}/stone-soup.desktop \ - ${PREFIX}/share/applications .endif .include <bsd.port.mk> diff --git a/games/stone-soup/distinfo b/games/stone-soup/distinfo @@ -1,2 +1,2 @@ -SHA256 (crawl_0.29.1.orig.tar.xz) = tQMslvJ94gK/JOETYbjPRQmDmCGRaASXiJLfHyn5W9M= -SIZE (crawl_0.29.1.orig.tar.xz) = 15066940 +SHA256 (crawl_0.30.0.orig.tar.xz) = 79Fz6xmCxrAtM99d9pkcg87AMwh/IgPiOuDqxM3eanM= +SIZE (crawl_0.30.0.orig.tar.xz) = 18859360 diff --git a/games/stone-soup/patches/CVS/Entries b/games/stone-soup/patches/CVS/Entries @@ -1,4 +0,0 @@ -/patch-source_Makefile/1.8/Fri Mar 11 19:04:59 2022// -/patch-source_debian_crawl-tiles_desktop/1.2/Fri Mar 11 19:04:59 2022// -/patch-source_rltiles_Makefile/1.4/Fri Mar 11 19:04:59 2022// -D diff --git a/games/stone-soup/patches/CVS/Repository b/games/stone-soup/patches/CVS/Repository @@ -1 +0,0 @@ -ports/games/stone-soup/patches diff --git a/games/stone-soup/patches/CVS/Root b/games/stone-soup/patches/CVS/Root @@ -1 +0,0 @@ -/cvs diff --git a/games/stone-soup/patches/patch-source_Makefile b/games/stone-soup/patches/patch-source_Makefile @@ -1,93 +0,0 @@ -Index: source/Makefile ---- source/Makefile.orig -+++ source/Makefile -@@ -260,9 +260,6 @@ ifdef msys - BUILD_LIBPNG = YesPlease - COPY_FONTS = yes - endif -- ifeq ($(shell gcc -v -static -static-libstdc++ 2>&1 | grep 'unrecognized option'),) -- EXTRA_LIBS += -static -static-libgcc -static-libstdc++ -- endif - endif - ifeq ($(uname_S),Darwin) - ifdef MAC_TARGET -@@ -371,11 +368,8 @@ endif - # - ifndef NO_APPLE_PLATFORM - ifeq ($(uname_S),Darwin) --ifneq ($(shell gcc -v 2>&1 | grep Apple),) --APPLE_PLATFORM = YesPlease - endif - endif --endif - - - ifdef WIN32 -@@ -501,15 +495,7 @@ ifneq ($(GCC_VER),) - GCC_VER_SUFFIX:=-$(GCC_VER) - endif - --# Attempt to use a full compiler name, to make --# distcc builds work nicely. --LMACH := $(shell gcc -dumpmachine)- --ifeq ($(LMACH),-) - LMACH := --endif --ifeq ($(shell which $(LMACH)gcc$(GCC_VER_SUFFIX) > /dev/null 2> /dev/null && echo "Yes"),) --LMACH := --endif - - ifneq ($(FORCE_CC),) - GCC := $(FORCE_CC) -@@ -1151,51 +1137,6 @@ ifndef NO_OPTIMIZE - endif - endif - endif --endif -- --ifdef BUILD_PCRE --CONTRIBS += pcre --CONTRIB_LIBS += $(LIBPCRE) --endif --ifdef BUILD_FREETYPE --CONTRIBS += freetype --CONTRIB_LIBS += $(LIBFREETYPE) --endif --ifdef BUILD_LIBPNG --CONTRIBS += libpng --CONTRIB_LIBS := $(LIBPNG) $(CONTRIB_LIBS) --endif --ifdef BUILD_SDL2 --CONTRIBS += sdl2 --CONTRIB_LIBS := $(LIBSDL2) $(CONTRIB_LIBS) --ifeq ($(uname_S),Linux) --LIBS += -ldl -lrt --endif --endif --ifdef BUILD_SDL2IMAGE --CONTRIBS += sdl2-image --CONTRIB_LIBS := $(LIBSDL2IMAGE) $(CONTRIB_LIBS) --endif --ifdef BUILD_SDL2MIXER --CONTRIBS += sdl2-mixer --CONTRIB_LIBS := $(LIBSDL2MIXER) $(CONTRIB_LIBS) --endif --ifdef BUILD_ZLIB --CONTRIBS += zlib --CONTRIB_LIBS += $(LIBZ) --endif --ifdef BUILD_LUA --ifdef USE_LUAJIT --CONTRIBS += luajit/src --CFOTHER_L += -DUSE_LUAJIT --else --CONTRIBS += lua/src --endif --CONTRIB_LIBS += $(LIBLUA) --endif --ifdef BUILD_SQLITE --CONTRIBS += sqlite --CONTRIB_LIBS += $(LIBSQLITE) - endif - - EXTRA_OBJECTS += version.o diff --git a/games/stone-soup/patches/patch-source_rltiles_Makefile b/games/stone-soup/patches/patch-source_rltiles_Makefile @@ -1,17 +0,0 @@ -Index: source/rltiles/Makefile ---- source/rltiles/Makefile.orig -+++ source/rltiles/Makefile -@@ -50,13 +50,7 @@ endif - - # Attempt to use a full compiler name, to make - # distcc builds work nicely. --LMACH := $(shell gcc -dumpmachine)- --ifeq ($(LMACH),-) - LMACH := --endif --ifeq ($(shell which $(LMACH)gcc > /dev/null 2> /dev/null && echo "Yes"),) --LMACH := --endif - HOSTCXX ?= $(LMACH)g++ - - DELETE = rm -f diff --git a/games/stone-soup/pkg/PFRAG.no-no_x11 b/games/stone-soup/pkg/PFRAG.no-no_x11 @@ -1,46 +0,0 @@ -share/crawl/dat/tiles/ -share/crawl/dat/tiles/feat.png -share/crawl/dat/tiles/floor.png -share/crawl/dat/tiles/gui.png -share/crawl/dat/tiles/icons.png -share/crawl/dat/tiles/logo.png -share/crawl/dat/tiles/logosmall.png -share/crawl/dat/tiles/main.png -share/crawl/dat/tiles/player.png -share/crawl/dat/tiles/stone_soup_icon-32x32.png -share/crawl/dat/tiles/stone_soup_icon-48x48.png -share/crawl/dat/tiles/stone_soup_icon-512x512.png -share/crawl/dat/tiles/stone_soup_icon-win32.png -share/crawl/dat/tiles/title_Cws_Minotauros.png -share/crawl/dat/tiles/title_anon_octopus_wizard.png -share/crawl/dat/tiles/title_arbituhhh_tesu.png -share/crawl/dat/tiles/title_baconkid_duvessa_dowan.png -share/crawl/dat/tiles/title_baconkid_gastronok.png -share/crawl/dat/tiles/title_baconkid_mnoleg.png -share/crawl/dat/tiles/title_denzi_dragon.png -share/crawl/dat/tiles/title_denzi_evil_mage.png -share/crawl/dat/tiles/title_denzi_invasion.png -share/crawl/dat/tiles/title_denzi_kitchen_duty.png -share/crawl/dat/tiles/title_denzi_summoner.png -share/crawl/dat/tiles/title_denzi_undead_warrior.png -share/crawl/dat/tiles/title_e_m_fields.png -share/crawl/dat/tiles/title_firemage.png -share/crawl/dat/tiles/title_froggy_goodgod_tengu_gold.png -share/crawl/dat/tiles/title_froggy_jiyva_felid.png -share/crawl/dat/tiles/title_froggy_natasha_and_boris.png -share/crawl/dat/tiles/title_froggy_rune_and_run_failed_on_dis.png -share/crawl/dat/tiles/title_froggy_thunder_fist_nikola.png -share/crawl/dat/tiles/title_nibiki_octopode.png -share/crawl/dat/tiles/title_omndra_zot_demon.png -share/crawl/dat/tiles/title_peileppe_bloax_eye.png -share/crawl/dat/tiles/title_ploomutoo_ijyb.png -share/crawl/dat/tiles/title_pooryurik_knight.png -share/crawl/dat/tiles/title_psiweapon_kiku.png -share/crawl/dat/tiles/title_psiweapon_roxanne.png -share/crawl/dat/tiles/title_sastrei_chei.png -share/crawl/dat/tiles/title_shadyamish_octm.png -share/crawl/dat/tiles/title_white_noise_entering_the_dungeon.png -share/crawl/dat/tiles/title_white_noise_grabbing_the_orb.png -share/crawl/dat/tiles/wall.png -share/pixmaps/ -share/pixmaps/stone-soup.png diff --git a/games/stone-soup/pkg/PLIST b/games/stone-soup/pkg/PLIST @@ -1,6 +1,5 @@ @bin bin/crawl-ss @man man/man6/crawl-ss.6 -share/applications/ share/crawl/ share/crawl/dat/ share/crawl/dat/clua/ @@ -34,6 +33,11 @@ share/crawl/dat/database/randbook.txt share/crawl/dat/database/randname.txt share/crawl/dat/database/shout.txt share/crawl/dat/database/wpnnoise.txt +share/crawl/dat/database/zh/ +share/crawl/dat/database/zh/FAQ.txt +share/crawl/dat/database/zh/help.txt +share/crawl/dat/database/zh/monflee.txt +share/crawl/dat/database/zh/montitle.txt share/crawl/dat/defaults/ share/crawl/dat/defaults/autopickup_exceptions.txt share/crawl/dat/defaults/glyph_colours.txt @@ -397,6 +401,7 @@ share/crawl/dat/descript/nl/ share/crawl/dat/descript/nl/ability.txt share/crawl/dat/descript/nl/tutorial.txt share/crawl/dat/descript/nl/unident.txt +share/crawl/dat/descript/passives.txt share/crawl/dat/descript/pl/ share/crawl/dat/descript/pl/ability.txt share/crawl/dat/descript/pl/backgrounds.txt @@ -477,10 +482,13 @@ share/crawl/dat/descript/zh/gods.txt share/crawl/dat/descript/zh/hints.txt share/crawl/dat/descript/zh/items.txt share/crawl/dat/descript/zh/monsters.txt +share/crawl/dat/descript/zh/mutations.txt +share/crawl/dat/descript/zh/passives.txt share/crawl/dat/descript/zh/quotes.txt share/crawl/dat/descript/zh/skills.txt share/crawl/dat/descript/zh/species.txt share/crawl/dat/descript/zh/spells.txt +share/crawl/dat/descript/zh/status.txt share/crawl/dat/descript/zh/tutorial.txt share/crawl/dat/descript/zh/unident.txt share/crawl/dat/descript/zh/unrand.txt @@ -596,55 +604,102 @@ share/crawl/dat/dlua/v_rooms.lua share/crawl/dat/dlua/v_shapes.lua share/crawl/dat/dlua/vault.lua share/crawl/dat/dlua/ziggurat.lua +share/crawl/dat/tiles/ +share/crawl/dat/tiles/feat.png +share/crawl/dat/tiles/floor.png +share/crawl/dat/tiles/gui.png +share/crawl/dat/tiles/icons.png +share/crawl/dat/tiles/logo.png +share/crawl/dat/tiles/logosmall.png +share/crawl/dat/tiles/main.png +share/crawl/dat/tiles/player.png +share/crawl/dat/tiles/stone_soup_icon-32x32.png +share/crawl/dat/tiles/stone_soup_icon-48x48.png +share/crawl/dat/tiles/stone_soup_icon-512x512.png +share/crawl/dat/tiles/stone_soup_icon-win32.png +share/crawl/dat/tiles/title_Cws_Minotauros.png +share/crawl/dat/tiles/title_SpinningBird_djinn_sears_gnolls.png +share/crawl/dat/tiles/title_anon_octopus_wizard.png +share/crawl/dat/tiles/title_arbituhhh_tesu.png +share/crawl/dat/tiles/title_baconkid_duvessa_dowan.png +share/crawl/dat/tiles/title_baconkid_gastronok.png +share/crawl/dat/tiles/title_baconkid_mnoleg.png +share/crawl/dat/tiles/title_benadryl_antaeus.png +share/crawl/dat/tiles/title_denzi_dragon.png +share/crawl/dat/tiles/title_denzi_evil_mage.png +share/crawl/dat/tiles/title_denzi_invasion.png +share/crawl/dat/tiles/title_denzi_kitchen_duty.png +share/crawl/dat/tiles/title_denzi_summoner.png +share/crawl/dat/tiles/title_denzi_undead_warrior.png +share/crawl/dat/tiles/title_e_m_fields.png +share/crawl/dat/tiles/title_firemage.png +share/crawl/dat/tiles/title_froggy_goodgod_tengu_gold.png +share/crawl/dat/tiles/title_froggy_jiyva_felid.png +share/crawl/dat/tiles/title_froggy_natasha_and_boris.png +share/crawl/dat/tiles/title_froggy_rune_and_run_failed_on_dis.png +share/crawl/dat/tiles/title_froggy_thunder_fist_nikola.png +share/crawl/dat/tiles/title_gompami_kohu_xbow.png share/crawl/dat/tiles/title_kaonedong_ignis_the_dying_flame.png share/crawl/dat/tiles/title_kaonedong_menkaure_prince_of_dust.png +share/crawl/dat/tiles/title_micah_c_ereshkigal.png +share/crawl/dat/tiles/title_nibiki_octopode.png +share/crawl/dat/tiles/title_omndra_zot_demon.png +share/crawl/dat/tiles/title_peileppe_bloax_eye.png share/crawl/dat/tiles/title_philosopheropposite_palentonga_paladin.png +share/crawl/dat/tiles/title_ploomutoo_ijyb.png +share/crawl/dat/tiles/title_pooryurik_knight.png +share/crawl/dat/tiles/title_psiweapon_kiku.png +share/crawl/dat/tiles/title_psiweapon_roxanne.png +share/crawl/dat/tiles/title_sastrei_chei.png +share/crawl/dat/tiles/title_shadyamish_octm.png +share/crawl/dat/tiles/title_white_noise_entering_the_dungeon.png +share/crawl/dat/tiles/title_white_noise_grabbing_the_orb.png +share/crawl/dat/tiles/wall.png share/crawl/docs/ share/crawl/docs/CREDITS.txt share/crawl/docs/aptitudes-wide.txt share/crawl/docs/aptitudes.txt share/crawl/docs/arena.txt -@comment share/crawl/docs/changelog.txt +share/crawl/docs/changelog.txt share/crawl/docs/crawl_manual.txt -@comment share/crawl/docs/develop/coding_conventions.txt -@comment share/crawl/docs/develop/ -@comment share/crawl/docs/develop/IRC.txt -@comment share/crawl/docs/develop/android.txt -@comment share/crawl/docs/develop/arena.txt -@comment share/crawl/docs/develop/background_creation.txt -@comment share/crawl/docs/develop/ctags.txt -@comment share/crawl/docs/develop/editor_tips.txt -@comment share/crawl/docs/develop/gdb_tips.txt -@comment share/crawl/docs/develop/god_creation.txt -@comment share/crawl/docs/develop/keys.txt -@comment share/crawl/docs/develop/levels/ -@comment share/crawl/docs/develop/levels/advanced.txt -@comment share/crawl/docs/develop/levels/introduction.txt -@comment share/crawl/docs/develop/levels/syntax.txt -@comment share/crawl/docs/develop/levels/triggerables.txt -@comment share/crawl/docs/develop/monster_creation.txt -@comment share/crawl/docs/develop/monster_speech.txt -@comment share/crawl/docs/develop/mutation_creation.txt -@comment share/crawl/docs/develop/patch_guide.txt -@comment share/crawl/docs/develop/save_compatibility.txt -@comment share/crawl/docs/develop/spells.txt -@comment share/crawl/docs/develop/test_plug_and_play_cc.txt -@comment share/crawl/docs/develop/tiles_creation.txt -@comment share/crawl/docs/develop/translation.txt +share/crawl/docs/develop/ +share/crawl/docs/develop/IRC.txt +share/crawl/docs/develop/android.txt +share/crawl/docs/develop/arena.txt +share/crawl/docs/develop/background_creation.txt +share/crawl/docs/develop/ctags.txt +share/crawl/docs/develop/editor_tips.txt +share/crawl/docs/develop/gdb_tips.txt +share/crawl/docs/develop/god_creation.txt +share/crawl/docs/develop/keys.txt +share/crawl/docs/develop/levels/ +share/crawl/docs/develop/levels/advanced.txt +share/crawl/docs/develop/levels/introduction.txt +share/crawl/docs/develop/levels/syntax.txt +share/crawl/docs/develop/levels/triggerables.txt +share/crawl/docs/develop/monster_creation.txt +share/crawl/docs/develop/monster_speech.txt +share/crawl/docs/develop/mutation_creation.txt +share/crawl/docs/develop/patch_guide.txt +share/crawl/docs/develop/save_compatibility.txt +share/crawl/docs/develop/spells.txt +share/crawl/docs/develop/test_plug_and_play_cc.txt +share/crawl/docs/develop/tiles_creation.txt +share/crawl/docs/develop/translation.txt share/crawl/docs/fight_simulator.txt share/crawl/docs/keybind.txt -@comment share/crawl/docs/license/ -@comment share/crawl/docs/license/cc0.txt -@comment share/crawl/docs/license/lgpl.txt -@comment share/crawl/docs/license/libpng-LICENSE.txt -@comment share/crawl/docs/license/lualicense.txt -@comment share/crawl/docs/license/pcre_license.txt -@comment share/crawl/docs/license/worley.txt +share/crawl/docs/license/ +share/crawl/docs/license/cc0.txt +share/crawl/docs/license/lgpl.txt +share/crawl/docs/license/libpng-LICENSE.txt +share/crawl/docs/license/lualicense.txt +share/crawl/docs/license/pcre_license.txt +share/crawl/docs/license/worley.txt share/crawl/docs/macros_guide.txt share/crawl/docs/options_guide.txt share/crawl/docs/quickstart.md share/crawl/docs/quickstart.txt -@comment share/crawl/docs/ssh_guide.txt +share/crawl/docs/ssh_guide.txt share/crawl/docs/tiles_help.txt share/crawl/settings/ share/crawl/settings/0.12_monster_glyphs.txt @@ -665,10 +720,11 @@ share/crawl/settings/dec_glyphs.txt share/crawl/settings/dvorak_command_keys.txt share/crawl/settings/ibm_glyphs.txt share/crawl/settings/init.txt -@comment share/crawl/settings/mac/ -@comment share/crawl/settings/mac/Crawl profile.terminal +share/crawl/settings/mac/ +share/crawl/settings/mac/Crawl profile.terminal share/crawl/settings/neo_command_keys.txt share/crawl/settings/no_vi_command_keys.txt share/crawl/settings/old_unicode_glyphs.txt share/crawl/settings/safe_move_shift.txt -!%%no_x11%% +share/pixmaps/ +share/pixmaps/stone-soup.png