pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

alacritty: update patch tracking netbsd support.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Wed Jul 10 20:15:38 2019 +0000
Changeset:	639247d3d86129b5dd4da4b1713b520a9f2d6abf

Modified Files:
	alacritty/distinfo
	alacritty/patches/patch-netbsd

Log Message:
alacritty: update patch tracking netbsd support.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=639247d3d86129b5dd4da4b1713b520a9f2d6abf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 alacritty/distinfo             | 3 ++-
 alacritty/patches/patch-netbsd | 7 +++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/alacritty/distinfo b/alacritty/distinfo
index 2f9934c592..1ce13bf352 100644
--- a/alacritty/distinfo
+++ b/alacritty/distinfo
@@ -1104,5 +1104,6 @@ SHA1 (zip-0.5.2.crate) = b4efe358b8267688f6e2f9ca36af9b8e764d55da
 RMD160 (zip-0.5.2.crate) = 0e4e10d7a43571fdb8926bf68bcc2728447bcb65
 SHA512 (zip-0.5.2.crate) = 4433cb75ec8bbaa946c8ffd8f1ee2f50b4117a660b850ceb5f38e688ad903979fbb4a885926cba14fac11eb8089e1155ce9041ec132be78952baa7fc4666880d
 Size (zip-0.5.2.crate) = 29522 bytes
-SHA1 (patch-netbsd) = ce91ac6902166f5f957676209a78d2a675c83723
+SHA1 (patch-netbsd) = 5c4ecafa5d785e321ab8de38d4f93ab2e6aca248
 SHA1 (patch-vendor_xcb-0.8.2_build_rs) = a459226fbc9600903e753e70045c588bfe3bd399
+SHA1 (patch-vendor_xcb-0.8.2_rs-client_py) = fccc10dfa3984c30adb71ed2ed6127130e6aa448
diff --git a/alacritty/patches/patch-netbsd b/alacritty/patches/patch-netbsd
index 87bc18c257..1e488740f2 100644
--- a/alacritty/patches/patch-netbsd
+++ b/alacritty/patches/patch-netbsd
@@ -1,5 +1,4 @@
-$NetBSD$
-From 22e8b89d3654bb913a46bca3ca44e91ab75f3ae8 Mon Sep 17 00:00:00 2001
+From 764f0ccf7d1c3c72be0de75f2e3c7cdeece152e6 Mon Sep 17 00:00:00 2001
 From: Christian Duerr <contact%christianduerr.com@localhost>
 Date: Wed, 10 Jul 2019 01:33:02 +0200
 Subject: [PATCH] Fix NetBSD build failure
@@ -10,7 +9,7 @@ Fixes #2631.
  1 file changed, 3 insertions(+), 18 deletions(-)
 
 diff --git a/alacritty_terminal/src/window.rs b/alacritty_terminal/src/window.rs
-index 0292cab99..d858f789b 100644
+index 0292cab99..b39c5235c 100644
 --- alacritty_terminal/src/window.rs~
 +++ alacritty_terminal/src/window.rs
 @@ -337,12 +337,7 @@ impl Window {
@@ -37,7 +36,7 @@ index 0292cab99..d858f789b 100644
 -    target_os = "dragonfly",
 -    target_os = "openbsd"
 -)))]
-+#[cfg(not(any(target_os = "macos", windows)))]
++#[cfg(any(target_os = "macos", windows))]
  impl OsExtensions for Window {}
  
 -#[cfg(any(


Home | Main Index | Thread Index | Old Index