1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

multimedia/sms1xxx-kmod: Fix build and mark DEPRECATED

- Fix build on 13.0 and -CURRENT to leave the port in good shape
- mark driver DEPRECATED as it supports legacy DVB API v3 only

Users should probably use multimedia/webcamd now.
This commit is contained in:
Ganael LAPLANCHE 2021-07-15 12:52:47 +02:00
parent dbb0b7482f
commit 63ac2ce82a
4 changed files with 12 additions and 10 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= sms1xxx
PORTVERSION= 20120113
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://contribs.martymac.org/FreeBSD-siano/
PKGNAMESUFFIX= -kmod
@ -14,7 +14,11 @@ COMMENT= Native FreeBSD driver for Siano-based USB DVB devices
LICENSE= GPLv2
DEPRECATED= Supports DVB API v3 only. Use multimedia/webcamd instead
EXPIRATION_DATE=2021-09-30
ONLY_FOR_ARCHS= amd64 i386
USES= kmod tar:tgz
WRKSRC= ${WRKDIR}/siano-${PORTVERSION}
@ -40,8 +44,6 @@ STELLAR_FW= stellar_dvbt
NOVA_FW= novab0_dvbbda
BUILD_FWS=
USES= kmod tar:tgz
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSTELLAR}

View File

@ -4,7 +4,7 @@ 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
--- sms1xxx-gpio.h.orig 2012-01-13 09:45:26 UTC
+++ sms1xxx-gpio.h
@@ -88,7 +88,7 @@ struct sms1xxx_gpio {
/* Other */
@ -15,7 +15,7 @@ Date: Wed Feb 11 09:04:46 2015 +0100
};
int sms1xxx_gpio_get_pin_params(u32, u32 *, u32 *, u32 *);
--- sms1xxx-ir.h.orig
--- sms1xxx-ir.h.orig 2012-01-13 09:45:26 UTC
+++ sms1xxx-ir.h
@@ -37,9 +37,9 @@
/* Board IR configuration */

View File

@ -1,6 +1,6 @@
--- Makefile.orig 2013-12-03 06:24:57.000000000 +0100
+++ Makefile 2013-12-03 06:25:48.000000000 +0100
@@ -26,8 +26,8 @@
--- Makefile.orig 2012-01-13 08:51:27 UTC
+++ Makefile
@@ -26,8 +26,8 @@ installkld:
${MAKE} -f Makefile.kld install
installman:

View File

@ -1,5 +1,5 @@
--- firmwares/Makefile.orig 2010-02-12 07:09:22.519462110 +0000
+++ firmwares/Makefile 2010-02-12 07:17:10.216239773 +0000
--- firmwares/Makefile.orig 2012-01-13 08:51:31 UTC
+++ firmwares/Makefile
@@ -1,8 +1,3 @@
-SUBDIR= stellar_dabtdmb \
- stellar_dvbh \