Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2025 14:15:26 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 442f5e6610ec - main - =?utf-8?Q?games/pioneer: update 20250203 =E2=86=92 20250501?=
Message-ID:  <202505051415.545EFQYL044221@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=442f5e6610eca033a70e52e533e289b6ca4eb7dd

commit 442f5e6610eca033a70e52e533e289b6ca4eb7dd
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2025-05-01 19:52:58 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2025-05-05 14:15:21 +0000

    games/pioneer: update 20250203 → 20250501
---
 games/pioneer/Makefile                                   |  2 +-
 games/pioneer/distinfo                                   |  6 +++---
 games/pioneer/files/patch-cmake_TargetArchitecture.cmake | 11 -----------
 games/pioneer/files/patch-src_editor_CMakeLists.txt      | 14 +++++++++++---
 4 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile
index 72fd6480a34c..2d8adaa92378 100644
--- a/games/pioneer/Makefile
+++ b/games/pioneer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pioneer
-DISTVERSION=	20250203
+DISTVERSION=	20250501
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/games/pioneer/distinfo b/games/pioneer/distinfo
index ad6f611f14fc..2c86705619dd 100644
--- a/games/pioneer/distinfo
+++ b/games/pioneer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738670143
-SHA256 (pioneerspacesim-pioneer-20250203_GH0.tar.gz) = 5b2814ad63b9b7f995fd6a1b913f97d00b450663d07cfbae59c88cccb97d5604
-SIZE (pioneerspacesim-pioneer-20250203_GH0.tar.gz) = 624337457
+TIMESTAMP = 1746101331
+SHA256 (pioneerspacesim-pioneer-20250501_GH0.tar.gz) = 959902d98a79536bd44f25bd7b29e48da94aeac597228776b0f91635877f362e
+SIZE (pioneerspacesim-pioneer-20250501_GH0.tar.gz) = 624394151
diff --git a/games/pioneer/files/patch-cmake_TargetArchitecture.cmake b/games/pioneer/files/patch-cmake_TargetArchitecture.cmake
deleted file mode 100644
index 7835d45ecf73..000000000000
--- a/games/pioneer/files/patch-cmake_TargetArchitecture.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/TargetArchitecture.cmake.orig	2025-02-03 19:33:59 UTC
-+++ cmake/TargetArchitecture.cmake
-@@ -1,7 +1,7 @@
- # This script detects supported target architectures and configures test flags
- # accordingly
- 
--if (${CMAKE_SYSTEM_PROCESSOR} MATCHES x86|x64)
-+if (${CMAKE_SYSTEM_PROCESSOR} MATCHES x86|x64|amd64)
- 	set(PIONEER_TARGET_INTEL ON)
- endif()
- 
diff --git a/games/pioneer/files/patch-src_editor_CMakeLists.txt b/games/pioneer/files/patch-src_editor_CMakeLists.txt
index 59c63edaaf2d..467cb1c56696 100644
--- a/games/pioneer/files/patch-src_editor_CMakeLists.txt
+++ b/games/pioneer/files/patch-src_editor_CMakeLists.txt
@@ -1,7 +1,15 @@
---- src/editor/CMakeLists.txt.orig	2024-03-14 20:05:43 UTC
+--- src/editor/CMakeLists.txt.orig	2025-05-01 11:22:38 UTC
 +++ src/editor/CMakeLists.txt
-@@ -29,3 +29,4 @@ set_target_properties(editor PROPERTIES RUNTIME_OUTPUT
+@@ -28,9 +28,10 @@ target_link_libraries(editor LINK_PRIVATE ${EDITOR_LIB
+ add_executable(editor WIN32 editormain.cpp ${RESOURCES})
  set_cxx_properties(editor)
  target_link_libraries(editor LINK_PRIVATE ${EDITOR_LIBRARIES} ${pioneerLibs} ${winLibs})
- set_target_properties(editor PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
 +set_target_properties(editor PROPERTIES OUTPUT_NAME pioneer-editor)
+ if (MSVC)
+ 	# Put the output into the root dir so it can be run from Visual Studio
+ 	set_target_properties(editor PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR})
+ else()
+ 	set_target_properties(editor PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
+-endif (MSVC)
+\ No newline at end of file
++endif (MSVC)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505051415.545EFQYL044221>