Remove the non-default SOFTDEVICE option, it brings in the expired

multimedia/vdr-plugin-softdevice

Approved by:	nox (maintainer)
This commit is contained in:
Rene Ladan 2014-01-31 00:15:49 +00:00
parent 13760542f4
commit a182e8c275
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341902

View File

@ -19,7 +19,7 @@ OPTIONS_DEFINE= CONTROL EPGSEARCH FEMON INFOSATEPG IPTV OSDPIP \
OSDTELETEXT REELSCAN REMOTE SKINENIGMANG STREAMDEV \
TTXTSUBS WIRBELSCAN XINELIBOUTPUT LIVE UPNP \
SLEEPTIMER XVDR EEPG VDRMANAGER SOFTHDDEVICE \
EXTRECMENU VNSISERVER SOFTDEVICE MARKAD
EXTRECMENU VNSISERVER MARKAD
CONTROL_DESC= telnet control
EPGSEARCH_DESC= EPG search
@ -44,7 +44,6 @@ VDRMANAGER_DESC= plugin for VDR-Manager Android clients
SOFTHDDEVICE_DESC= softhddevice plugin
EXTRECMENU_DESC= extended recordings menu plugin
VNSISERVER_DESC= VNSI server (for XBMC PVR branch - old)
SOFTDEVICE_DESC= softdevice (broken?)
MARKAD_DESC= MarkAd plugin
OPTIONS_DEFAULT= CONTROL EPGSEARCH FEMON INFOSATEPG IPTV OSDPIP \
@ -106,9 +105,6 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-upnp.so.${PORTVERSION}:${PORTSDIR}/mul
.if ${PORT_OPTIONS:MSLEEPTIMER}
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-sleeptimer.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-sleeptimer
.endif
.if ${PORT_OPTIONS:MSOFTDEVICE}
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-softdevice.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-softdevice
.endif
.if ${PORT_OPTIONS:MXVDR}
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-xvdr.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-xvdr
.endif