svn commit: r540957 - head/multimedia/kodi-devel/files

Tobias Kortkamp tobik at FreeBSD.org
Wed Jul 1 13:21:14 UTC 2020


Author: tobik
Date: Wed Jul  1 13:21:14 2020
New Revision: 540957
URL: https://svnweb.freebsd.org/changeset/ports/540957

Log:
  multimedia/kodi-devel: Add missing patch after r540877
  
  Make sure to not just overwrite APP_BUILD_DATE as set by the port.

Added:
  head/multimedia/kodi-devel/files/patch-cmake_scripts_common_Macros.cmake   (contents, props changed)

Added: head/multimedia/kodi-devel/files/patch-cmake_scripts_common_Macros.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/kodi-devel/files/patch-cmake_scripts_common_Macros.cmake	Wed Jul  1 13:21:14 2020	(r540957)
@@ -0,0 +1,10 @@
+--- cmake/scripts/common/Macros.cmake.orig	2020-06-13 16:17:41 UTC
++++ cmake/scripts/common/Macros.cmake
+@@ -571,7 +571,6 @@ function(core_find_git_rev stamp)
+   # allow manual setting GIT_VERSION
+   if(GIT_VERSION)
+     set(${stamp} ${GIT_VERSION} PARENT_SCOPE)
+-    string(TIMESTAMP APP_BUILD_DATE "%Y%m%d" UTC)
+     set(APP_BUILD_DATE ${APP_BUILD_DATE} PARENT_SCOPE)
+   else()
+     find_package(Git)


More information about the svn-ports-all mailing list