pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/warzone2100
Module Name: pkgsrc
Committed By: triaxx
Date: Tue Feb 10 13:30:17 UTC 2026
Modified Files:
pkgsrc/games/warzone2100: Makefile PLIST distinfo
Log Message:
warzone2100: Update to 4.6.3
upstream changes:
-----------------
2026-02-04: Version 4.6.3:
* General:
* Fix: Detect disconnected research categories (commit:23710dd093bcc75169279f601fe646b1d8914352, #4779)
* Fix: Video sequence skip time delay for powerful systems (commit:e5654b3a9b6a930ab4857d830996b50989bd9ba3, #4785)
* Fix: VTOLs floating motionless in mid-air after failed embark (commit:55d232be355175e9764b0dd234d0e2d26de8c127, #4785)
* Fix: Auto-embark transporter selection behavior in skirmish / mp (commit:f5e663f840f7f397f74d1e3f334132298675d7ff, #4785)
* Fix: Trigger screenSizeDidChange if already started in *TitleUI::start (commit:83329a612dd0aacac0dbd743cd04e8626abaf8d4, #4790)
* Fix: History console position and sizing when layout changes (commit:eba7eb08ee875bf776b62e26a3f0e5cb81f20eed, #4796)
* Fix: Various potential crashes / asserts (too many commits, #4719, #4777, #4782)
* Graphics:
* Add: Terrain Shadows graphics option, terrain can now cast actual shadows on itself and everything else (too many commits, #4743)
* Add: Numerous improvements for shadows, lighting, and fog (too many commits, #4743)
* Change: Remove old fallback terrain renderer (commit:3c31d5d9aab6fe70cab1af00bf1acc5fcff0d233, #4743)
* Fix: Vulkan: Default-disable additional problematic layers (commit:7b4c5549016183741d2b19591afa8c104213e5a2, #4714)
* Fix: Black borders when changing display scale while fullscreen on some platforms (commit:4715d7ae4f3a9beec69947493e8ec9bcb540b68b, #4777)
* Multiplayer:
* Add: locked.cheats option, to reject debug mode / cheat voting (commit:635b4f7d728ec1c047fb56935ca195f96ec8a406, #4790)
* Add: Right-clicking on a human player copies the player id to the clipboard (commit:97c43ef2c055668b1188ac879ebc915302cfe832, #4790)
* Change: Display the player id (b64) instead of the old player hash (commit:c06834c1694316e353e9024f5fa83501caed68cb, #4790)
* Fix: handlePlayerLeftInGame leftWhilePlayer value (commit:c55b41bc3a5921b442c29216daf8ad42868aa182, #4757)
* Fix: Auto-not-ready kick behavior (commit:bcb89fe13a57ab407fccd8a17319c288ce3cb525, #4790)
* Fix: Improve tmp bad IPs list with expiry (commit: 78be0596010eb0118a416607109ca351450ce9ae, #4790)
* Fix: Return immediately after startMultiplayerGame() in frontendMultiMessages (commit:4d1721cab9e18a114ae8276909ca38b76278b9ad, #4790)
* Fix: Skip additional graphics or display-related tasks in headless mode (too many commits, #4790)
* Fix: Reduce amount of host / system message spam when joining lobbies and while in a lobby (too many commits, #4790)
* Fix: Handle poll connection-related errors in PendingWritesManager (commit:e8cfe956dcb085fd88665dc786ff7a72482bf91c, #4790)
* Fix: Improve accuracy of multiStatsResearchPerformance accumulation (commit:19e3f29d6f9929ca0668e2cbbebc57c0d1ca7d7d, #4790)
* Fix: Various possible causes of rare desyncs (too many commits, #4790)
* Scripting:
* Add: Optional "quiet" param to includeJSON() (commit:8ca6d1ef105791b3a446fcbb8248e6f9a41bc004, #4750)
* Fix: Remove or change some defensive checks in skirmish bots (commit:656433b9d0a5dbe631239d235639b9ee60fad849, #4764)
* Fix: Handle circular references when converting JSValue to json (commit:777a9fb4759d68794f39b6f7317b9b6226aec4a9, #4769)
* AI:
* Change: Cobra AI: Improve cyborg style games (commit:d4b0391b3eaa9ba4428d22ec641a56b87648b8ce, #4764)
* Fix: Nexus AI: Send help chat messages to allies only (commit:ee0a1394f76510d9e243e1f6b926279bd0b880eb, #4786)
* Translations:
* Add: Serbian translation (commit:67e7d0cd6eab6815405281880429ec92b3a7111c, #4726)
* Change: Translation updates (too many commits, #4710, #4802)
* Other:
* Fix: Various Wformat warnings and correctness issues (too many commits, #4787)
* Fix: get-dependencies_linux.sh: Debian / Ubuntu version-handling (commit:c763d01bf83dcb1b5a9e7bd9e4ac77739cd049de, #4795)
* Fix: Various documentation cleanups (too many commits, #4729, #4784, #4800)
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/games/warzone2100/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/warzone2100/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/warzone2100/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/warzone2100/Makefile
diff -u pkgsrc/games/warzone2100/Makefile:1.102 pkgsrc/games/warzone2100/Makefile:1.103
--- pkgsrc/games/warzone2100/Makefile:1.102 Fri Feb 6 10:04:53 2026
+++ pkgsrc/games/warzone2100/Makefile Tue Feb 10 13:30:17 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2026/02/06 10:04:53 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2026/02/10 13:30:17 triaxx Exp $
DISTNAME= warzone2100_src
-PKGNAME= warzone2100-4.6.2
-PKGREVISION= 3
+PKGNAME= warzone2100-4.6.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=Warzone2100/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -89,7 +88,6 @@ BUILDLINK_API_DEPENDS.glew+= glew>=1.5.
.include "../../net/miniupnpc/buildlink3.mk"
BUILDLINK_API_DEPENDS.libsodium+= libsodium>=1.0.13
.include "../../security/libsodium/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
Index: pkgsrc/games/warzone2100/PLIST
diff -u pkgsrc/games/warzone2100/PLIST:1.14 pkgsrc/games/warzone2100/PLIST:1.15
--- pkgsrc/games/warzone2100/PLIST:1.14 Fri Dec 12 10:25:08 2025
+++ pkgsrc/games/warzone2100/PLIST Tue Feb 10 13:30:17 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2025/12/12 10:25:08 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.15 2026/02/10 13:30:17 triaxx Exp $
bin/warzone2100
man/man6/warzone2100.6
share/applications/net.wz2100.warzone2100.desktop
@@ -119,8 +119,8 @@ share/locale/ru/LC_MESSAGES/warzone2100.
share/locale/ru/LC_MESSAGES/warzone2100_guide.mo
share/locale/sk/LC_MESSAGES/warzone2100.mo
share/locale/sl/LC_MESSAGES/warzone2100.mo
-share/locale/sr_CS/LC_MESSAGES/warzone2100.mo
-share/locale/sr_CS/LC_MESSAGES/warzone2100_guide.mo
+share/locale/sr_RS/LC_MESSAGES/warzone2100.mo
+share/locale/sr_RS/LC_MESSAGES/warzone2100_guide.mo
share/locale/tr/LC_MESSAGES/warzone2100.mo
share/locale/tr/LC_MESSAGES/warzone2100_guide.mo
share/locale/tt_RU/LC_MESSAGES/warzone2100.mo
Index: pkgsrc/games/warzone2100/distinfo
diff -u pkgsrc/games/warzone2100/distinfo:1.27 pkgsrc/games/warzone2100/distinfo:1.28
--- pkgsrc/games/warzone2100/distinfo:1.27 Fri Dec 12 10:25:08 2025
+++ pkgsrc/games/warzone2100/distinfo Tue Feb 10 13:30:17 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2025/12/12 10:25:08 triaxx Exp $
+$NetBSD: distinfo,v 1.28 2026/02/10 13:30:17 triaxx Exp $
-BLAKE2s (wz2100_4.6.2/warzone2100_src.tar.xz) = 24e8bf077b31e0e6c0c1442d256677de5b9a23b7bca24ac9f21b3d217b5c085c
-SHA512 (wz2100_4.6.2/warzone2100_src.tar.xz) = 24cffab0ba0e381c9d3ecb51a83532985c89a36290bd9d5a0f8a4cc369213e7fafce830a576af7204425c9ba1aa46162f1b3f0507da8d2472718a1cb41ec2982
-Size (wz2100_4.6.2/warzone2100_src.tar.xz) = 491311612 bytes
+BLAKE2s (wz2100_4.6.3/warzone2100_src.tar.xz) = f3468d3d97424b11458aa924c198ff5999adf81de37418de0ecf8c08946f6be2
+SHA512 (wz2100_4.6.3/warzone2100_src.tar.xz) = 14b7e502dd2f5b5350d80e5210718aa9118859381e3f33e80ae0b83a05136103b480d1e510e56b0cfac20a56bc51801db98c25c15636d21f1c847a70a56bf8ed
+Size (wz2100_4.6.3/warzone2100_src.tar.xz) = 491362256 bytes
SHA1 (patch-3rdparty_GameNetworkingSockets_CMakeLists.txt) = da224bbd0f33c1ad73b82b196f55fd14bac55bfc
SHA1 (patch-3rdparty_GameNetworkingSockets_src_CMakeLists.txt) = c378a6e4c6ebb97b13cda2968e50363a4d2b12c4
SHA1 (patch-3rdparty_GameNetworkingSockets_src_steamnetworkingsockets_clientlib_csteamnetworkingsockets.cpp) = 6eadc014b177b3b87785e47b7a8def4580e7e55b
Home |
Main Index |
Thread Index |
Old Index