commit:     ed58fb83ffaf70423a83866a738978cc273f877b
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 18:13:00 2018 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 18:13:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed58fb83

media-tv/linuxtv-dvb-apps: Remove references to deleted CA_SET_PID
syscall

Closes: https://bugs.gentoo.org/643436
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../files/linuxtv-dvb-apps-no-ca_set_pid.patch     | 41 ++++++++++++++++++++++
 .../linuxtv-dvb-apps-1.1.1.20140321.ebuild         |  3 +-
 2 files changed, 43 insertions(+), 1 deletion(-)

diff --git 
a/media-tv/linuxtv-dvb-apps/files/linuxtv-dvb-apps-no-ca_set_pid.patch 
b/media-tv/linuxtv-dvb-apps/files/linuxtv-dvb-apps-no-ca_set_pid.patch
new file mode 100644
index 00000000000..05d886cf0ad
--- /dev/null
+++ b/media-tv/linuxtv-dvb-apps/files/linuxtv-dvb-apps-no-ca_set_pid.patch
@@ -0,0 +1,41 @@
+diff -ruN a/include/ca.h b/include/ca.h
+--- a/include/ca.h
++++ b/include/ca.h
+@@ -85,6 +85,5 @@
+ #define CA_GET_MSG        _IOR('o', 132, ca_msg_t)
+ #define CA_SEND_MSG       _IOW('o', 133, ca_msg_t)
+ #define CA_SET_DESCR      _IOW('o', 134, ca_descr_t)
+-#define CA_SET_PID        _IOW('o', 135, ca_pid_t)
+ 
+ #endif
+diff -ruN a/util/dst-utils/dst_test.c b/util/dst-utils/dst_test.c
+--- a/util/dst-utils/dst_test.c
++++ b/util/dst-utils/dst_test.c
+@@ -111,16 +111,6 @@
+       return 0;
+ }
+ 
+-static int dst_set_pid(int cafd)
+-{
+-      if ((ioctl(cafd, CA_SET_PID)) < 0) {
+-              printf("%s: ioctl failed ..\n", __FUNCTION__);
+-              return -1;
+-      }
+-
+-      return 0;
+-}
+-
+ static int dst_get_descr(int cafd)
+ {
+       if ((ioctl(cafd, CA_GET_DESCR_INFO)) < 0) {
+@@ -229,10 +219,6 @@
+                               printf("%s: Reset\n", __FUNCTION__);
+                               dst_reset(cafd);
+                               break;
+-                      case 'p':
+-                              printf("%s: PID\n", __FUNCTION__);
+-                              dst_set_pid(cafd);
+-                              break;
+                       case 'g':
+                               printf("%s: Get Desc\n", __FUNCTION__);
+                               dst_get_descr(cafd);

diff --git a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20140321.ebuild 
b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20140321.ebuild
index 233e547a8a7..340a1a94607 100644
--- a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20140321.ebuild
+++ b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20140321.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,6 +36,7 @@ PATCHES=(
        "${FILESDIR}"/${PN}-1.1.1.20100223-ldflags.patch
        "${FILESDIR}"/${PN}-1.1.1.20100223-alevt.patch
        "${FILESDIR}"/${PN}-1.1.1.20100223-perl526.patch
+       "${FILESDIR}"/${PN}-no-ca_set_pid.patch
 )
 
 src_prepare() {

Reply via email to