svn commit: r462618 - head/multimedia/kodi

Yuri Victorovich yuri at FreeBSD.org
Thu Feb 22 18:13:02 UTC 2018


Author: yuri
Date: Thu Feb 22 18:13:01 2018
New Revision: 462618
URL: https://svnweb.freebsd.org/changeset/ports/462618

Log:
  multimedia/kodi: Disabled LIBBLURAY by default because every other port has it this way.
  
  PR:		225966
  Approved by:	mickael.maillot at gmail.com (maintainer), tcberner (mentor, implicit)

Modified:
  head/multimedia/kodi/Makefile

Modified: head/multimedia/kodi/Makefile
==============================================================================
--- head/multimedia/kodi/Makefile	Thu Feb 22 18:02:01 2018	(r462617)
+++ head/multimedia/kodi/Makefile	Thu Feb 22 18:13:01 2018	(r462618)
@@ -111,7 +111,7 @@ SFTP_DESC=	SSH SFTP support via libssh
 RPI1_DESC=	build for RPI1-B (cpu=arm1176jzf-s)
 RPI2_DESC=	build for RPI2 (cpu=cortex-a7, neon enabled)
 
-OPTIONS_DEFAULT=	AIRPLAY AIRTUNES AVAHI CEC LIBBLURAY LIRC \
+OPTIONS_DEFAULT=	AIRPLAY AIRTUNES AVAHI CEC LIRC \
 		MYSQL NFS RTMP SFTP SMB VAAPI VDPAU WEBSERVER
 OPTIONS_DEFAULT_armv6=	RPI1
 OPTIONS_DEFAULT_armv7=	RPI1


More information about the svn-ports-head mailing list