FreeBSD Bugzilla – Attachment 107169 Details for
Bug 147885
multimedia/w_scan: Update to 20100529
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.05 KB, created by
Lars Engels
on 2010-06-15 19:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Lars Engels
Created:
2010-06-15 19:40:00 UTC
Size:
2.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/multimedia/w_scan/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 23 May 2010 18:59:54 -0000 1.1 >+++ Makefile 15 Jun 2010 17:54:30 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= w_scan >-PORTVERSION= 20100316 >+PORTVERSION= 20100529 > CATEGORIES= multimedia > MASTER_SITES= http://wirbel.htpc-forum.de/w_scan/ > >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/multimedia/w_scan/distinfo,v >retrieving revision 1.1 >diff -u -r1.1 distinfo >--- distinfo 23 May 2010 18:59:54 -0000 1.1 >+++ distinfo 15 Jun 2010 17:54:30 -0000 >@@ -1,3 +1,3 @@ >-MD5 (w_scan-20100316.tar.bz2) = 82b87d182156e838830878643ecfc171 >-SHA256 (w_scan-20100316.tar.bz2) = 843123a81c81a25481f2c0c235ea98f0caaa53a130dd51c3f501816d69e549ad >-SIZE (w_scan-20100316.tar.bz2) = 438008 >+MD5 (w_scan-20100529.tar.bz2) = e0826ea2fb237b5f8049e18c9a125045 >+SHA256 (w_scan-20100529.tar.bz2) = 2adaae5728f645c253fb493f1fe15c828456fe1c11703153e12c1624b1e2258b >+SIZE (w_scan-20100529.tar.bz2) = 438511 >Index: files/patch-scan.c >=================================================================== >RCS file: /home/pcvs/ports/multimedia/w_scan/files/patch-scan.c,v >retrieving revision 1.1 >diff -u -r1.1 patch-scan.c >--- files/patch-scan.c 23 May 2010 18:59:54 -0000 1.1 >+++ files/patch-scan.c 15 Jun 2010 17:54:30 -0000 >@@ -1,11 +1,11 @@ >---- a/scan.c >-+++ b/scan.c >-@@ -1640,6 +1640,8 @@ static int set_frontend(int frontend_fd, >+--- ./scan.c.orig 2010-06-15 19:51:25.756718892 +0200 >++++ ./scan.c 2010-06-15 19:52:33.390532187 +0200 >+@@ -1641,6 +1641,8 @@ > case 0x0302: > verbose("%s: using DVB API 3.2\n", __FUNCTION__); > copy_fe_params_new_to_old(&p, &t->param); > + if (t->type == FE_QPSK) > + p.frequency = intermediate_freq; >- if (ioctl(frontend_fd, FE_SET_FRONTEND, &p) == -1) { >- errorn("Setting frontend parameters failed (API v3.2)\n"); >- return -1; >+ switch (t->type) { >+ case FE_QPSK: >+ p.frequency = intermediate_freq;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 147885
: 107169