diff options
author | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2021-05-23 04:29:08 +0000 |
---|---|---|
committer | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2021-05-23 04:29:08 +0000 |
commit | 530c583625a6fa0d360b2763c218217a07dd0fea (patch) | |
tree | 8e3f8348729ff18356ced5129355eb3b15bf247a /x11-wm/leftwm/files | |
parent | 6535ce2a28a6e34e71c5102406bb7b0305117d85 (diff) | |
download | ports-530c583625a6fa0d360b2763c218217a07dd0fea.tar.gz ports-530c583625a6fa0d360b2763c218217a07dd0fea.zip |
x11-wm/leftwm: bring in upstream fixes
- mark i386 as unsupported
- add DOCS option
Diffstat (limited to 'x11-wm/leftwm/files')
-rw-r--r-- | x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs b/x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs deleted file mode 100644 index fb08eaaac730..000000000000 --- a/x11-wm/leftwm/files/patch-src_bin_leftwm-check.rs +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) { |