summaryrefslogtreecommitdiff
path: root/multimedia/sms1xxx-kmod/files/patch-8cf5b276
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-09-30 22:18:31 +0200
committerRene Ladan <rene@FreeBSD.org>2021-09-30 22:19:24 +0200
commitb19fd158df56a285dcd38cc7310e908b05ecb982 (patch)
tree457624cfb097b8ed7f402ed1c9506470f00d6055 /multimedia/sms1xxx-kmod/files/patch-8cf5b276
parentastro/py-ephem: Update to 4.1 (diff)
cleanup: Remove expired ports:
devel/erlang-exmpp: last upstream patches over 10 years ago sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018 2021-09-30 www/squid3: Unsupported by upstream 2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported. 2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use security/py-paramiko 2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD 11 EOL 2021-09-30 security/openca-tools-forked: Use modern port security/libscep instead 2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use multimedia/webcamd instead 2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported. 2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD 11 EOL 2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x)
Diffstat (limited to 'multimedia/sms1xxx-kmod/files/patch-8cf5b276')
-rw-r--r--multimedia/sms1xxx-kmod/files/patch-8cf5b27631
1 files changed, 0 insertions, 31 deletions
diff --git a/multimedia/sms1xxx-kmod/files/patch-8cf5b276 b/multimedia/sms1xxx-kmod/files/patch-8cf5b276
deleted file mode 100644
index 4ad166039dde..000000000000
--- a/multimedia/sms1xxx-kmod/files/patch-8cf5b276
+++ /dev/null
@@ -1,31 +0,0 @@
-commit 8cf5b276a25047ed9cef710f73c59e0f63d7f337
-Author: Ganael Laplanche <ganael.laplanche@martymac.org>
-Date: Wed Feb 11 09:04:46 2015 +0100
-
- Use int instead of u8 for variables handled through SYSCTL_ADD_INT
-
---- sms1xxx-gpio.h.orig 2012-01-13 09:45:26 UTC
-+++ sms1xxx-gpio.h
-@@ -88,7 +88,7 @@ struct sms1xxx_gpio {
- /* Other */
- u32 get_res; /* last GET result */
- int status_led_state; /* current status led state */
-- u8 use_lna; /* sysctl, use LNA when tuning ? */
-+ int use_lna; /* sysctl, use LNA when tuning ? */
- };
-
- int sms1xxx_gpio_get_pin_params(u32, u32 *, u32 *, u32 *);
---- sms1xxx-ir.h.orig 2012-01-13 09:45:26 UTC
-+++ sms1xxx-ir.h
-@@ -37,9 +37,9 @@
- /* Board IR configuration */
- struct sms1xxx_ir {
- /* IR module state */
-- u8 module_avail; /* Has board an IR module ?
-+ int module_avail; /* Has board an IR module ?
- XXX Should be based on GPIO cfg ? */
-- u8 module_started; /* Is IR module started ? */
-+ int module_started; /* Is IR module started ? */
- struct cdev *dev; /* ir0 device */
-
- /* MSG_SMS_START_IR_REQ Msg parameters */