Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/xawtv/files: xawtv-3.95-pagemask-fix.patch
Date: Fri, 31 May 2013 15:30:41
Message-Id: 20130531153035.DB7462171D@flycatcher.gentoo.org
1 jer 13/05/31 15:30:35
2
3 Modified: xawtv-3.95-pagemask-fix.patch
4 Log:
5 Fix relative paths in patch (bug #471818 by Aaron Pelton).
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch?r1=1.1&r2=1.2
15
16 Index: xawtv-3.95-pagemask-fix.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/xawtv/files/xawtv-3.95-pagemask-fix.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xawtv-3.95-pagemask-fix.patch 2 Mar 2007 17:26:49 -0000 1.1
23 +++ xawtv-3.95-pagemask-fix.patch 31 May 2013 15:30:35 -0000 1.2
24 @@ -1,9 +1,8 @@
25 Patch from Andreas Jochens
26 http://lists.debian.org/debian-qa-packages/2006/08/msg00519.html
27
28 -diff -urN ../tmp-orig/xawtv-3.95/console/fbtools.c ./console/fbtools.c
29 ---- ../tmp-orig/xawtv-3.95/console/fbtools.c 2003-02-14 14:14:04.000000000 +0000
30 -+++ ./console/fbtools.c 2006-08-23 10:57:40.000000000 +0000
31 +--- a/console/fbtools.c 2003-02-14 14:14:04.000000000 +0000
32 ++++ b/console/fbtools.c 2006-08-23 10:57:40.000000000 +0000
33 @@ -21,8 +21,6 @@
34 #include <linux/vt.h>
35 #include <linux/fb.h>
36 @@ -22,9 +21,8 @@
37 fb_mem = mmap(NULL,fb_fix.smem_len+fb_mem_offset,
38 PROT_READ|PROT_WRITE,MAP_SHARED,fb,0);
39 if (-1L == (long)fb_mem) {
40 -diff -urN ../tmp-orig/xawtv-3.95/console/matrox.c ./console/matrox.c
41 ---- ../tmp-orig/xawtv-3.95/console/matrox.c 2005-02-03 10:40:41.000000000 +0000
42 -+++ ./console/matrox.c 2006-08-23 11:09:51.000000000 +0000
43 +--- a/console/matrox.c 2005-02-03 10:40:41.000000000 +0000
44 ++++ b/console/matrox.c 2006-08-23 11:09:51.000000000 +0000
45 @@ -9,7 +9,6 @@
46 #include <sys/ioctl.h>
47 #include <sys/mman.h>