git: f4b31e8235b6 - main - x11-fm/leftww: Fix build.
Alexandre C. Guimarães
rigoletto at FreeBSD.org
Wed May 19 07:32:04 UTC 2021
The branch main has been updated by rigoletto:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f4b31e8235b6cba57ee1b36f4febb2eb1f2d4987
commit f4b31e8235b6cba57ee1b36f4febb2eb1f2d4987
Author: Alexandre C. Guimarães <rigoletto at FreeBSD.org>
AuthorDate: 2021-05-19 07:31:15 +0000
Commit: Alexandre C. Guimarães <rigoletto at FreeBSD.org>
CommitDate: 2021-05-19 07:31:52 +0000
x11-fm/leftww: Fix build.
---
x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs | 11 +++++++++++
x11-wm/leftwm/pkg-plist | 1 +
2 files changed, 12 insertions(+)
diff --git a/x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs b/x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs
new file mode 100644
index 000000000000..fb08eaaac730
--- /dev/null
+++ b/x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs
@@ -0,0 +1,11 @@
+--- src/bin/leftwm-check.rs.orig 2021-05-19 07:15:38 UTC
++++ src/bin/leftwm-check.rs
+@@ -37,7 +37,7 @@ async fn main() -> Result<()> {
+ );
+ println!(
+ "\x1b[0;94m::\x1b[0m LeftWM git hash: {}",
+- git_version::git_version!()
++ git_version::git_version!(fallback = "NONE")
+ );
+ println!("\x1b[0;94m::\x1b[0m Loading configuration . . .");
+ match load_from_file(config_file, verbose) {
diff --git a/x11-wm/leftwm/pkg-plist b/x11-wm/leftwm/pkg-plist
index 7af08fa7064e..b75fc6060944 100644
--- a/x11-wm/leftwm/pkg-plist
+++ b/x11-wm/leftwm/pkg-plist
@@ -1,5 +1,6 @@
bin/leftwm
bin/leftwm-check
+bin/leftwm-command
bin/leftwm-state
bin/leftwm-worker
%%THEMES%%%%DATADIR%%/themes/README.md
More information about the dev-commits-ports-all
mailing list