From: Volker Schlecht Subject: Re: Patch Release of 0 A.D. Alpha 27.1 To: Itms , ports Date: Thu, 17 Jul 2025 22:10:15 +0200 Thanks! It seems to build and work fine with quite a few of our patches removed. Everyone: diff attached, looking for ok On 7/17/25 3:01 PM, Itms wrote: > Dear maintainers of 0 A.D., > > We are proud to announce the release of our first Patch Release for 0 > A.D. Alpha 27 (Agni) >. You can get the tarballs for building 0 A.D. on your distribution at > https://releases.wildfiregames.com/. The release files are signed with > the minisign public key > RWTWLbO12+ig3lUExIor3xd6DdZaYFEozn8Bu8nIzY3ImuRYQszIQyyy > > This is a small-scale release addressing important performance fixes and > several bug fixes. Many patches from various maintainers have been > upstreamed to make your packaging work easier. > > Thank you for the packaging work and for delivering the game to your > users! Please do not hesitate to reach out in case of issues. > Nicolas "Itms" Auvray > > Index: Makefile.inc =================================================================== RCS file: /cvs/ports/games/0ad/Makefile.inc,v retrieving revision 1.18 diff -u -p -r1.18 Makefile.inc --- Makefile.inc 15 Feb 2025 22:37:06 -0000 1.18 +++ Makefile.inc 17 Jul 2025 20:03:17 -0000 @@ -2,7 +2,7 @@ ONLY_FOR_ARCHS = amd64 i386 CATEGORIES = games -V ?= 0.27.0 +V ?= 0.27.1 HOMEPAGE = https://play0ad.com/ Index: base/distinfo =================================================================== RCS file: /cvs/ports/games/0ad/base/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- base/distinfo 15 Feb 2025 22:37:06 -0000 1.12 +++ base/distinfo 17 Jul 2025 20:03:17 -0000 @@ -1,2 +1,2 @@ -SHA256 (0ad-0.27.0-unix-build.tar.xz) = qpSFcAl1DV9h2/AWvBUOO9y9s6zfyK0gtzq4tD6aG6Y= -SIZE (0ad-0.27.0-unix-build.tar.xz) = 152170976 +SHA256 (0ad-0.27.1-unix-build.tar.xz) = oKU1XutZaNJPKDdwc2FQ2XTa/sugd1TUZicH3BcBa/s= +SIZE (0ad-0.27.1-unix-build.tar.xz) = 153554512 Index: base/patches/patch-build_premake_extern_libs5_lua =================================================================== RCS file: base/patches/patch-build_premake_extern_libs5_lua diff -N base/patches/patch-build_premake_extern_libs5_lua --- base/patches/patch-build_premake_extern_libs5_lua 8 Feb 2025 22:13:43 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ -Index: build/premake/extern_libs5.lua ---- build/premake/extern_libs5.lua.orig -+++ build/premake/extern_libs5.lua -@@ -719,12 +719,6 @@ extern_lib_defs = { - add_default_links({ - win_names = { "libvorbisfile" }, - }) -- elseif os.getversion().description == "OpenBSD" then -- -- TODO: We need to force linking with these as currently -- -- they need to be loaded explicitly on execution -- add_default_links({ -- unix_names = { "ogg", "vorbis" }, -- }) - else - pkgconfig.add_links("vorbisfile") - end Index: base/patches/patch-libraries_build-source-libs_sh =================================================================== RCS file: base/patches/patch-libraries_build-source-libs_sh diff -N base/patches/patch-libraries_build-source-libs_sh --- base/patches/patch-libraries_build-source-libs_sh 8 Feb 2025 22:13:43 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -Index: libraries/build-source-libs.sh ---- libraries/build-source-libs.sh.orig -+++ libraries/build-source-libs.sh -@@ -62,7 +62,7 @@ while [ "$#" -gt 0 ]; do - --with-system-cxxtest) with_system_cxxtest=true ;; - --with-system-nvtt) with_system_nvtt=true ;; - --with-system-mozjs) with_system_mozjs=true ;; -- --with-system-premake) with_system_mozjs=true ;; -+ --with-system-premake) with_system_premake=true ;; - --with-spirv-reflect) with_spirv_reflect=true ;; - -j*) JOBS="$1" ;; - *) Index: base/patches/patch-libraries_source_cxxtest-4_4_build_sh =================================================================== RCS file: /cvs/ports/games/0ad/base/patches/patch-libraries_source_cxxtest-4_4_build_sh,v retrieving revision 1.1 diff -u -p -r1.1 patch-libraries_source_cxxtest-4_4_build_sh --- base/patches/patch-libraries_source_cxxtest-4_4_build_sh 8 Feb 2025 22:13:43 -0000 1.1 +++ base/patches/patch-libraries_source_cxxtest-4_4_build_sh 17 Jul 2025 20:03:17 -0000 @@ -1,12 +1,12 @@ Index: libraries/source/cxxtest-4.4/build.sh --- libraries/source/cxxtest-4.4/build.sh.orig +++ libraries/source/cxxtest-4.4/build.sh -@@ -40,7 +40,7 @@ fi +@@ -42,7 +42,7 @@ fi # unpack rm -Rf "cxxtest-${PV}" --tar -xf "cxxtest-${PV}.tar.gz" -+tar -xzf "cxxtest-${PV}.tar.gz" +-"${TAR}" -xf "cxxtest-${PV}.tar.gz" ++"${TAR}" -xzf "cxxtest-${PV}.tar.gz" # patch patch -d "cxxtest-${PV}" -p1