summaryrefslogtreecommitdiff
path: root/games/wesnoth
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-01-21 20:37:07 +0000
committeradam <adam@pkgsrc.org>2022-01-21 20:37:07 +0000
commit6880795ba6882e322601136cfc673ebbb017fda3 (patch)
tree1486ea2587e043d5a759f3ab1a7e2683420df1a9 /games/wesnoth
parent89f4645da349048c8d490bdbc66334a1715f7ca3 (diff)
downloadpkgsrc-6880795ba6882e322601136cfc673ebbb017fda3.tar.gz
wesnoth: updated to 1.16.2
Version 1.16.2 Campaigns * Delfador’s Memoirs * S07: Clarified objectives * Descent into Darkness * S08: Prevent possibility of Darken Volk advancing to Lich * Heir to the Throne * S05b: Temples given an aged appearance to match ‘ancient temples’ description * Sceptre of Fire * Added notes about Thursagan’s rune mechanics * S04: Mining objectives are much clearer now * Secret of the Ancients * S06: Ardonna should no longer mistake hostile bats as ‘my pet’ * S20: Directions “left” and “right” in character speech now use the character’s orientation, not the player’s * Consistently capitalise the name of the Academy of Magic * The Rise of Wesnoth * S08: The appearance of Naga is now smoother * S08: Refactored ship-boarding events * S19: The troll’s gold is automatically collected upon victory if not already obtained * S19: Avoid units spawning over chasms * Under the Burning Suns * Correct Traveler’s Ring description * Remove the “formation” ability from the attack predictions dialog, as it was in a confusing location; its effect is still shown in the calculations and chance-to-hit percentage * S02: Pinnacle Rock is now shown during dialogue * S04: Improve dialogue about dark underground tunnels * S06b: * Account for non-elvish units encountering Dwarf Sergeant * Grog will not die as quick now * Hermit dialogue cannot be accidentally skipped now * Fixed bug where tentacles would not spawn * Fast units cannot get stuck on the wall now * Camera now moves to where the charges are blown up * Fixed weird scout AI behaviour * S09: Rebels joining Kaleh’s side are now loyal * The last unit killed to trigger certain events should no longer linger during those events * The Dark Assassin’s race is not revealed until uncloaked * The Dust Devil’s XP bar is now blue * World Conquest: * Fixed for Winged Scepter not giving the correct defence values * Corrected the attack icon of ice bow from a lightning bolt to an iceball Multiplayer * Lobby joins are no longer displayed in chat even when that preference has been disabled * Added a specific prompt for moderators before joining password-protected games * Fixed add-ons not getting enabled for clients, leading to errors such as Unknown Terrain * Fixed an information leak where planned multi-turn moves could be visible to enemy players * Made planned moves visible to allies; this refers to trying to move more hexes than the unit can move this turn, it isn’t the whiteboard Lua API * Fixed an error in `gui.get_user_choice()` and added support for the current DescriptionWML syntax Translations * Added translations: Spanish (Latin American) * Updated translations: British English, Chinese (Simplified), Czech, Finnish, Italian, Japanese, Portuguese (Brazil), Scottish Gaelic, Turkish. * Lots of corrections of typos in `en_US` (untranslated text), which will require marking translations as `non-fuzzy` again * Implemented delayed translation option for gettext plurals * Comments in .po files are now kept in order when the .pot is regenerated Units * Added attack image for the Bone Knight’s trample * Added attack image for the Nightblade’s kick User interface * Improved translatability of MP ban durations * Fixed missing sidebar tooltips in low resolutions such as 800x600 Miscellaneous and Bug Fixes * Password storage was fixed to work with multiple accounts * wmllint now automatically removes `{MAGENTA_IS_THE_TEAM_COLOR}` * Added workaround for connecting to the multiplayer server taking too long when Chinese or Japanese language is selected * Added `KeyboardInterrupt` handling to many Python WML tools * Added `--simple-version` command line option * wmllint, wmlscope and wmlindent now support the command line `--version` flag, which reports the current version of Wesnoth * wmllint is now capable of handling unit levels and types when checking recruitment patterns. * Fixed units on a recall list sometimes being put on the map by `[modify_unit]` or `[store_unit]...[unstore_unit]` * Fixed abilities that are shown as weapon specials in the attack prediction window being shown on the placeholder for units with no ranged attack, or dark adepts' melee response * Fixed a glitch after a move is interrupted, paths to the hex where the move started were shown Version 1.16.1 Add-ons server * Fixed `core=` attribute in `_server.pbl` being completely ignored Campaigns * Tutorial * Use a portrait on the Campaigns menu. * Sceptre of Fire * S02p5: Added defeat condition if Alanin dies. Multiplayer * Increased the limits of timer values (up to 10 minutes turn bonus, 50 minutes reservoir). * Re-added HTML character escaping. Lua API * Fixed an error in `gui.get_user_choice()`. * Fixed an error in handling `x,y` locations Packaging * Fixed missing dependency on boost-math in the vcpkg config. * Made `get_dlls.py` install libraries for `wesnothd` too. Translations * Updated translations: Dutch, Italian, Portuguese (Brazil). * Added po hints for time format strings. User interface * Made the Add-ons Manager search box less unwieldy on very small resolutions. * Made listbox header toggle buttons taller. WML Engine * Fixed `[item]x,y=` at scenario scope Miscellaneous and Bug Fixes * Fixed missing tooltips on the side-bar (hover over the unit type to see a description, etc). * Fixed several issues in the multiplayer server about TLS connections, error-handling and disconnections. * Added `.DS_Store` and `Thumbs.db` to wmltool's list of files to ignore.
Diffstat (limited to 'games/wesnoth')
-rw-r--r--games/wesnoth/Makefile8
-rw-r--r--games/wesnoth/PLIST66
-rw-r--r--games/wesnoth/distinfo10
-rw-r--r--games/wesnoth/patches/patch-CMakeLists.txt15
4 files changed, 82 insertions, 17 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 7d9a2f87641..af98fa68c76 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.176 2022/01/10 01:46:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.177 2022/01/21 20:37:07 adam Exp $
-DISTNAME= wesnoth-1.16.0
-PKGREVISION= 2
+DISTNAME= wesnoth-1.16.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
EXTRACT_SUFX= .tar.bz2
@@ -22,6 +21,8 @@ CMAKE_ARGS+= -DENABLE_HISTORY=OFF
# if OPT is set, -O3 will not be added
CMAKE_ARGS+= -DOPT="${DBG}"
+CFLAGS.Darwin= -framework Cocoa
+
UNLIMIT_RESOURCES+= datasize
UNLIMIT_RESOURCES+= stacksize
@@ -70,6 +71,7 @@ LDFLAGS.SunOS+= -lintl -lsocket
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.pango+= pango>=1.14.8
.include "../../devel/pango/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../fonts/SDL2_ttf/buildlink3.mk"
.include "../../graphics/SDL2_image/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
diff --git a/games/wesnoth/PLIST b/games/wesnoth/PLIST
index a689abbb23d..c7c235000bc 100644
--- a/games/wesnoth/PLIST
+++ b/games/wesnoth/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.60 2021/11/02 18:35:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.61 2022/01/21 20:37:07 adam Exp $
bin/wesnoth
bin/wesnothd
man/ca/man6/wesnoth.6
@@ -453,7 +453,6 @@ share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/bigmap.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/characters.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/deaths.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/dm-macros.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/generators.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/items.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/misc.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/schedules.cfg
@@ -2262,6 +2261,7 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/items/rune4-burning.p
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/dazed-status-icon.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/dehydration-icon.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/dehydration-status.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/silver-ring-icon.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/stunned-status-icon.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/cloaked.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/commander.png
@@ -2568,10 +2568,8 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Ixthala_Demon
share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Small_Mudcrawler.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Guardians.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Hunter.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin1.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin2.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin3.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Uncloaked.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin_Cloaked.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/other/Dark_Assassin_Uncloaked.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/quenoth/Archer.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/quenoth/Champion.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/quenoth/Corrupted_Elf.cfg
@@ -2794,6 +2792,7 @@ share/wesnoth/data/campaigns/World_Conquest/scenarios/WC_II_scenario.cfg
share/wesnoth/data/campaigns/World_Conquest/sounds/witches-laugh.wav
share/wesnoth/data/campaigns/tutorial/_main.cfg
share/wesnoth/data/campaigns/tutorial/gui/character_selection.cfg
+share/wesnoth/data/campaigns/tutorial/images/campaign_image.png
share/wesnoth/data/campaigns/tutorial/images/misc/highlight-hex.png
share/wesnoth/data/campaigns/tutorial/images/portraits/delfador.png
share/wesnoth/data/campaigns/tutorial/images/portraits/konrad.png
@@ -2851,6 +2850,7 @@ share/wesnoth/data/core/images/attacks/battleaxe.png
share/wesnoth/data/core/images/attacks/beak.png
share/wesnoth/data/core/images/attacks/blade-curved.png
share/wesnoth/data/core/images/attacks/blank-attack.png
+share/wesnoth/data/core/images/attacks/blank-border.png
share/wesnoth/data/core/images/attacks/blowgun.png
share/wesnoth/data/core/images/attacks/bolas.png
share/wesnoth/data/core/images/attacks/bow-elven-magic.png
@@ -2865,6 +2865,7 @@ share/wesnoth/data/core/images/attacks/claws-animal.png
share/wesnoth/data/core/images/attacks/claws-drake.png
share/wesnoth/data/core/images/attacks/claws-fire-elemental.png
share/wesnoth/data/core/images/attacks/claws-flaming.png
+share/wesnoth/data/core/images/attacks/claws-shadow.png
share/wesnoth/data/core/images/attacks/claws-undead.png
share/wesnoth/data/core/images/attacks/claws.png
share/wesnoth/data/core/images/attacks/cleaver.png
@@ -2888,6 +2889,7 @@ share/wesnoth/data/core/images/attacks/dragonstaff.png
share/wesnoth/data/core/images/attacks/druidstaff.png
share/wesnoth/data/core/images/attacks/entangle.png
share/wesnoth/data/core/images/attacks/faerie-fire.png
+share/wesnoth/data/core/images/attacks/fangs-angler.png
share/wesnoth/data/core/images/attacks/fangs-animal.png
share/wesnoth/data/core/images/attacks/fangs-ant.png
share/wesnoth/data/core/images/attacks/fangs-bug.png
@@ -2904,6 +2906,9 @@ share/wesnoth/data/core/images/attacks/fist-skeletal.png
share/wesnoth/data/core/images/attacks/fist-troll.png
share/wesnoth/data/core/images/attacks/fist-yeti.png
share/wesnoth/data/core/images/attacks/fist.png
+share/wesnoth/data/core/images/attacks/foot-bare.png
+share/wesnoth/data/core/images/attacks/foot-boot.png
+share/wesnoth/data/core/images/attacks/foot-shoe.png
share/wesnoth/data/core/images/attacks/frenzy.png
share/wesnoth/data/core/images/attacks/gaze.png
share/wesnoth/data/core/images/attacks/glaive.png
@@ -2918,6 +2923,7 @@ share/wesnoth/data/core/images/attacks/hammer.png
share/wesnoth/data/core/images/attacks/hatchet.png
share/wesnoth/data/core/images/attacks/heater-shield.png
share/wesnoth/data/core/images/attacks/hoof-nightmare.png
+share/wesnoth/data/core/images/attacks/hoof-skeletal.png
share/wesnoth/data/core/images/attacks/hoof.png
share/wesnoth/data/core/images/attacks/iceball.png
share/wesnoth/data/core/images/attacks/ink.png
@@ -2929,10 +2935,12 @@ share/wesnoth/data/core/images/attacks/lightning.png
share/wesnoth/data/core/images/attacks/longsword.png
share/wesnoth/data/core/images/attacks/mace-and-chain.png
share/wesnoth/data/core/images/attacks/mace-spiked.png
+share/wesnoth/data/core/images/attacks/mace-spiked2.png
share/wesnoth/data/core/images/attacks/mace.png
share/wesnoth/data/core/images/attacks/magic-missile.png
share/wesnoth/data/core/images/attacks/morning-star.png
share/wesnoth/data/core/images/attacks/mud-glob.png
+share/wesnoth/data/core/images/attacks/mud-missile.png
share/wesnoth/data/core/images/attacks/net.png
share/wesnoth/data/core/images/attacks/pick-axe.png
share/wesnoth/data/core/images/attacks/pike.png
@@ -2951,6 +2959,8 @@ share/wesnoth/data/core/images/attacks/slam-drake.png
share/wesnoth/data/core/images/attacks/sling.png
share/wesnoth/data/core/images/attacks/slingshot.png
share/wesnoth/data/core/images/attacks/spear-orcish.png
+share/wesnoth/data/core/images/attacks/spear-simple.png
+share/wesnoth/data/core/images/attacks/spear-thrown.png
share/wesnoth/data/core/images/attacks/spear.png
share/wesnoth/data/core/images/attacks/staff-elven-star.png
share/wesnoth/data/core/images/attacks/staff-elven.png
@@ -2968,6 +2978,7 @@ share/wesnoth/data/core/images/attacks/sword-human.png
share/wesnoth/data/core/images/attacks/sword-orcish.png
share/wesnoth/data/core/images/attacks/sword-steel.png
share/wesnoth/data/core/images/attacks/tail-dragon.png
+share/wesnoth/data/core/images/attacks/tail-monax.png
share/wesnoth/data/core/images/attacks/tekko.png
share/wesnoth/data/core/images/attacks/tentacle.png
share/wesnoth/data/core/images/attacks/thorns.png
@@ -2977,6 +2988,8 @@ share/wesnoth/data/core/images/attacks/touch-faerie.png
share/wesnoth/data/core/images/attacks/touch-undead.png
share/wesnoth/data/core/images/attacks/touch-zombie.png
share/wesnoth/data/core/images/attacks/trident.png
+share/wesnoth/data/core/images/attacks/trident2-blade.png
+share/wesnoth/data/core/images/attacks/trident2-pierce.png
share/wesnoth/data/core/images/attacks/trishula.png
share/wesnoth/data/core/images/attacks/tusk.png
share/wesnoth/data/core/images/attacks/wail.png
@@ -4188,6 +4201,9 @@ share/wesnoth/data/core/images/scenery/summoning-circle3.png
share/wesnoth/data/core/images/scenery/summoning-circle4.png
share/wesnoth/data/core/images/scenery/summoning-circle5.png
share/wesnoth/data/core/images/scenery/summoning-circle6.png
+share/wesnoth/data/core/images/scenery/temple-cracked1.png
+share/wesnoth/data/core/images/scenery/temple-cracked2.png
+share/wesnoth/data/core/images/scenery/temple-cracked3.png
share/wesnoth/data/core/images/scenery/temple1.png
share/wesnoth/data/core/images/scenery/tent-fancy-red.png
share/wesnoth/data/core/images/scenery/tent-ruin-1.png
@@ -8326,6 +8342,15 @@ share/wesnoth/data/core/images/terrain/walls/dummy/dummy-convex-l.png
share/wesnoth/data/core/images/terrain/walls/dummy/dummy-convex-r.png
share/wesnoth/data/core/images/terrain/walls/dummy/dummy-convex-tl.png
share/wesnoth/data/core/images/terrain/walls/dummy/dummy-convex-tr.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/base-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/flames.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/glow1-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/glow2-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/glow3-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/mask-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/mask2-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/mask3-convex-bl.png
+share/wesnoth/data/core/images/terrain/walls/flames/sconce/wall-post-convex-bl.png
share/wesnoth/data/core/images/terrain/walls/stone/ancient/wall-mixed-ccw-bl.png
share/wesnoth/data/core/images/terrain/walls/stone/ancient/wall-mixed-ccw-l.png
share/wesnoth/data/core/images/terrain/walls/stone/ancient/wall-mixed-corner-ccw-bl.png
@@ -15862,6 +15887,7 @@ share/wesnoth/data/languages/en@shaw.cfg
share/wesnoth/data/languages/en_GB.cfg
share/wesnoth/data/languages/en_US.cfg
share/wesnoth/data/languages/eo_XX.cfg
+share/wesnoth/data/languages/es_419.cfg
share/wesnoth/data/languages/es_ES.cfg
share/wesnoth/data/languages/et_EE.cfg
share/wesnoth/data/languages/eu_ES.cfg
@@ -16217,6 +16243,7 @@ share/wesnoth/data/test/scenarios/mapgen_filter.cfg
share/wesnoth/data/test/scenarios/move_skip_sighted.cfg
share/wesnoth/data/test/scenarios/order_of_nested_events.cfg
share/wesnoth/data/test/scenarios/prestart_settings.cfg
+share/wesnoth/data/test/scenarios/put_to_recall_and_modify.cfg
share/wesnoth/data/test/scenarios/readme.txt
share/wesnoth/data/test/scenarios/recall_by_unit_tag.cfg
share/wesnoth/data/test/scenarios/recruit_facing.cfg
@@ -16233,6 +16260,7 @@ share/wesnoth/data/test/scenarios/swarm_disables_upgrades_with_abilities_adjacen
share/wesnoth/data/test/scenarios/swarm_disables_upgrades_with_abilities_adjacent_leadership.cfg
share/wesnoth/data/test/scenarios/swarm_disables_upgrades_with_abilities_adjacent_leadership_fail.cfg
share/wesnoth/data/test/scenarios/swarm_disables_upgrades_with_abilities_fail.cfg
+share/wesnoth/data/test/scenarios/test_add_or_sub_in_leadership.cfg
share/wesnoth/data/test/scenarios/test_assert.cfg
share/wesnoth/data/test/scenarios/test_berzerk_firststrike.cfg
share/wesnoth/data/test/scenarios/test_check_victory.cfg
@@ -16356,6 +16384,7 @@ share/wesnoth/data/tools/wesnoth/trackplacer3/__init__.py
share/wesnoth/data/tools/wesnoth/trackplacer3/cfgfileformat.py
share/wesnoth/data/tools/wesnoth/trackplacer3/datatypes.py
share/wesnoth/data/tools/wesnoth/trackplacer3/tmxfileformat.py
+share/wesnoth/data/tools/wesnoth/version.py
share/wesnoth/data/tools/wesnoth/wescamp.py
share/wesnoth/data/tools/wesnoth/wmldata.py
share/wesnoth/data/tools/wesnoth/wmliterator3.py
@@ -18468,6 +18497,31 @@ share/wesnoth/translations/es/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-wc.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-anl.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-did.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-dw.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-help.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-l.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-multiplayer.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-nr.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-sof.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-sota.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-tb.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-thot.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-tsg.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-tutorial.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-units.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-utbs.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth-wc.mo
+share/wesnoth/translations/es_419/LC_MESSAGES/wesnoth.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-dm.mo
diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo
index 20010c8b6b1..e29ab03d438 100644
--- a/games/wesnoth/distinfo
+++ b/games/wesnoth/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.79 2021/11/02 18:35:04 adam Exp $
+$NetBSD: distinfo,v 1.80 2022/01/21 20:37:07 adam Exp $
-BLAKE2s (wesnoth-1.16.0.tar.bz2) = 3f60a121ac5fef1ba39adf1ecf68537732aecb6612337125553f8e1229bc69e8
-SHA512 (wesnoth-1.16.0.tar.bz2) = 5827e37cc3cbf7fd4253e650f5fb64b7c4dbb6227eadb4850d990719f6c49dba93d421cc5314cd62f2d487754d90ea33d62fe6ac47b2cf56a254ff56f466fa1d
-Size (wesnoth-1.16.0.tar.bz2) = 473896834 bytes
-SHA1 (patch-CMakeLists.txt) = 5707f782cf577fcd336c769df3aff2213c1c39f8
+BLAKE2s (wesnoth-1.16.2.tar.bz2) = edebe9a7c5d12b77e727e3b5573dd3af7931db1b5bc49d7111fbb51198d0a87a
+SHA512 (wesnoth-1.16.2.tar.bz2) = bb1c307981de4990fc341310b358c5e1c54673d7434bc0a0fa0a7b5caf11e6db3255ad0eb57b6b188ff6ab8f287321fc8821813d0ef3661cfa637985070bb540
+Size (wesnoth-1.16.2.tar.bz2) = 474763733 bytes
+SHA1 (patch-CMakeLists.txt) = c16a7c3bd32a799c7fc742d130e2700709233ea0
SHA1 (patch-src_CMakeLists.txt) = 776c522ccfc544d8898d786fe164c2be1812db1a
SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6
SHA1 (patch-src_wesnoth.cpp) = 73fa69b47de231c5ce16f66a52b449d5242ffe67
diff --git a/games/wesnoth/patches/patch-CMakeLists.txt b/games/wesnoth/patches/patch-CMakeLists.txt
index ec85d53575f..db11088a26c 100644
--- a/games/wesnoth/patches/patch-CMakeLists.txt
+++ b/games/wesnoth/patches/patch-CMakeLists.txt
@@ -1,9 +1,10 @@
-$NetBSD: patch-CMakeLists.txt,v 1.4 2021/11/02 18:35:04 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.5 2022/01/21 20:37:07 adam Exp $
Do not look for X11 on macOS.
+We don't have readline as a module.
Do not bother with uninstaller.
---- CMakeLists.txt.orig 2021-10-24 00:23:51.000000000 +0000
+--- CMakeLists.txt.orig 2022-01-16 18:10:36.000000000 +0000
+++ CMakeLists.txt
@@ -76,7 +76,9 @@ find_package(ICU REQUIRED COMPONENTS dat
# no, gettext executables are not required when NLS is deactivated
@@ -15,7 +16,15 @@ Do not bother with uninstaller.
if(NOT WIN32)
# needed to get some SDL2 defines in... (as of rev31694 -D_GNU_SOURCE=1 is required!)
-@@ -568,11 +570,6 @@ endif()
+@@ -500,7 +502,6 @@ if(ENABLE_GAME OR ENABLE_TESTS)
+ # TODO: can use find_package and Fontconfig::Fontconfig with cmake 3.14+
+ pkg_check_modules(FONTCONFIG REQUIRED fontconfig>=2.4.1)
+ pkg_check_modules(PANGO REQUIRED pango>=1.22.0)
+- pkg_check_modules(LIBREADLINE REQUIRED readline)
+ endif()
+
+ if(ENABLE_TESTS)
+@@ -583,11 +584,6 @@ endif()
# uninstall
#