Date: Thu, 22 Feb 2018 18:13:01 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462618 - head/multimedia/kodi Message-ID: <201802221813.w1MID1m8046769@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802221813.w1MID1m8046769>