svn commit: r371381 - head/multimedia/vdr

John Marino marino at FreeBSD.org
Thu Oct 23 08:57:19 UTC 2014


Author: marino
Date: Thu Oct 23 08:57:18 2014
New Revision: 371381
URL: https://svnweb.freebsd.org/changeset/ports/371381
QAT: https://qat.redports.org/buildarchive/r371381/

Log:
  multimedia/vdr: IGNORE on DragonFly which is missing some drivers

Modified:
  head/multimedia/vdr/Makefile

Modified: head/multimedia/vdr/Makefile
==============================================================================
--- head/multimedia/vdr/Makefile	Thu Oct 23 08:53:57 2014	(r371380)
+++ head/multimedia/vdr/Makefile	Thu Oct 23 08:57:18 2014	(r371381)
@@ -54,6 +54,10 @@ PLIST_SUB+=	VDR_GROUP=${VDR_GROUP}
 
 .include <bsd.port.options.mk>
 
+.if ${OPSYS} == DragonFly
+IGNORE=		will not work due to lack of driver support
+.endif
+
 .if ${ARCH} == "i386"
 USE_GCC=	any
 .endif


More information about the svn-ports-all mailing list