mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- Add patch to prevent executing of git Changelog: https://github.com/tio/tio/releases/tag/v3.9
9 lines
387 B
Text
9 lines
387 B
Text
--- src/meson.build.orig 2025-04-21 16:31:39 UTC
|
|
+++ src/meson.build
|
|
@@ -1,5 +1,5 @@
|
|
# Generate version header
|
|
-version_h = vcs_tag(command : ['git', 'describe', '--tags', '--always', '--dirty'],
|
|
+version_h = vcs_tag(command : ['false'],
|
|
input : 'version.h.in',
|
|
output :'version.h',
|
|
replace_string:'@VERSION@')
|