From 556296fe6692c3141d20c3bf87b479397ff4f4b0 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Sat, 21 Jan 2012 17:32:54 +0000 Subject: - Update multimedia/vdr to 1.7.22 . - Add startup script that the rc.d script invokes to wait for /dev/dvb nodes to appear, can be disabled by setting vdr_waitdvb="NO" in rc.conf(5). (This turned out to be necessary in some situations because devd starts webcamd only later in the boot process.) - One more fix for changing OSD language when using UTF-8. - Update multimedia/vdr-plugin-femon to 1.7.11 . - Update multimedia/vdr-plugin-ttxtsubs to 0.2.4 . - Bump PORTREVISION for all other plugins. - Update www/vdradmin-am to 3.6.9 . --- multimedia/vdr/files/patch-diseqc.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 multimedia/vdr/files/patch-diseqc.c (limited to 'multimedia/vdr/files/patch-diseqc.c') diff --git a/multimedia/vdr/files/patch-diseqc.c b/multimedia/vdr/files/patch-diseqc.c deleted file mode 100644 index c4811781d87d..000000000000 --- a/multimedia/vdr/files/patch-diseqc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- diseqc.c.orig -+++ diseqc.c -@@ -108,7 +108,7 @@ const char *cDiseqc::Codes(const char *s - errno = 0; - int n = strtol(t, &p, 16); - if (!errno && p != t && 0 <= n && n <= 255) { -- if (parsing) { -+ if (!parsing) { - codes[NumCodes++] = uchar(n); - numCodes = NumCodes; - } -- cgit v1.2.3