svn commit: r341902 - head/multimedia/vdr-plugins

Rene Ladan rene at FreeBSD.org
Fri Jan 31 00:15:50 UTC 2014


Author: rene
Date: Fri Jan 31 00:15:49 2014
New Revision: 341902
URL: http://svnweb.freebsd.org/changeset/ports/341902
QAT: https://qat.redports.org/buildarchive/r341902/

Log:
  Remove the non-default SOFTDEVICE option, it brings in the expired
  multimedia/vdr-plugin-softdevice
  
  Approved by:	nox (maintainer)

Modified:
  head/multimedia/vdr-plugins/Makefile

Modified: head/multimedia/vdr-plugins/Makefile
==============================================================================
--- head/multimedia/vdr-plugins/Makefile	Fri Jan 31 00:03:39 2014	(r341901)
+++ head/multimedia/vdr-plugins/Makefile	Fri Jan 31 00:15:49 2014	(r341902)
@@ -19,7 +19,7 @@ OPTIONS_DEFINE=	CONTROL EPGSEARCH FEMON 
 		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 
 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/libvd
 .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


More information about the svn-ports-all mailing list