pkgsrc-WIP-changes archive

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

uTox-git: Remove an outdated patch



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Thu Feb 16 21:46:43 2017 +0100
Changeset:	424327469ebb89920a3517d34339ca652250edd7

Modified Files:
	uTox-git/distinfo
Removed Files:
	uTox-git/patches/patch-src_xlib_video.c

Log Message:
uTox-git: Remove an outdated patch

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

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

diffstat:
 uTox-git/distinfo                       |  1 -
 uTox-git/patches/patch-src_xlib_video.c | 17 -----------------
 2 files changed, 18 deletions(-)

diffs:
diff --git a/uTox-git/distinfo b/uTox-git/distinfo
index bdd7651e35..4265e98959 100644
--- a/uTox-git/distinfo
+++ b/uTox-git/distinfo
@@ -5,4 +5,3 @@ SHA1 (patch-src_updater.c) = c02cec879f954d6c2abb3e1ea6b0e0a01b4e0b50
 SHA1 (patch-src_xlib_CMakeLists.txt) = ae45b48127d1a8a712176b786aae6900d5ee5813
 SHA1 (patch-src_xlib_main.c) = f474254680c6da875e5e3454afcb07455f858bbf
 SHA1 (patch-src_xlib_v4l.c) = 8f8de28684886ea9a135820b21f3bb3a91ba87b9
-SHA1 (patch-src_xlib_video.c) = e8a036070322af80736fb7789de3a2dbdeb86d45
diff --git a/uTox-git/patches/patch-src_xlib_video.c b/uTox-git/patches/patch-src_xlib_video.c
deleted file mode 100644
index f1cd1a7427..0000000000
--- a/uTox-git/patches/patch-src_xlib_video.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
-The volatile macro is used in {amd64,i386,machine}/mcontext.h on NetBSD.
-
---- src/xlib/video.c.orig	2017-01-09 21:54:26.000000000 +0000
-+++ src/xlib/video.c
-@@ -144,6 +144,10 @@ bool native_video_init(void *handle) {
-     if (isdesktop(handle)) {
-         utox_v4l_fd = -1;
- 
-+#ifndef volatile
-+#define volatile(x) (*((volatile typeof(x)*)&x))
-+#endif
-+
-         video_x      = volatile(grabx);
-         video_y      = volatile(graby);
-         video_width  = volatile(grabpx);


Home | Main Index | Thread Index | Old Index