ports/147885: multimedia/w_scan: Update to 20100529

Lars Engels lme at FreeBSD.org
Tue Jun 15 18:40:01 UTC 2010


>Number:         147885
>Category:       ports
>Synopsis:       multimedia/w_scan: Update to 20100529
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 15 18:40:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Lars Engels
>Release:        9-CURRENT
>Organization:
>Environment:
FreeBSD maggie.bsd-geek.de 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r209168: Mon Jun 14 22:10:41 CEST 2010     lars at maggie.bsd-geek.de:/usr/obj/usr/src2/sys/MAGGIE  i386

>Description:
 The attached patch updates w_scan to version 20100529.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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;


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list