svn commit: r440078 - head/multimedia/libcec
Carlos J. Puga Medina
cpm at FreeBSD.org
Thu May 4 01:50:14 UTC 2017
Author: cpm
Date: Thu May 4 01:50:12 2017
New Revision: 440078
URL: https://svnweb.freebsd.org/changeset/ports/440078
Log:
- Enable RPI option and exclude X11 support on armv6 [1]
- Pass maintainership to submitter [2]
PR: 212195 [1]
Submitted by: Mikael Urankar <mikael.urankar at gmail.com>
Approved by: rene (portmgr) via email [2], Manuel Creach (maintainer timeout, 8 months)
Modified:
head/multimedia/libcec/Makefile
Modified: head/multimedia/libcec/Makefile
==============================================================================
--- head/multimedia/libcec/Makefile Thu May 4 01:49:21 2017 (r440077)
+++ head/multimedia/libcec/Makefile Thu May 4 01:50:12 2017 (r440078)
@@ -6,7 +6,7 @@ PORTVERSION= 4.0.2
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= multimedia
-MAINTAINER= manuel.creach at icloud.com
+MAINTAINER= mikael.urankar at gmail.com
COMMENT= Library to control Pulse-Eight's HDMI-CEC adapter
LICENSE= GPLv2
@@ -29,7 +29,8 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}"
OPTIONS_DEFINE= PYTHON X11
OPTIONS_DEFAULT= PYTHON X11
OPTIONS_DEFINE_armv6= RPI
-OPTIONS_DEFAULT_armv6=
+OPTIONS_DEFAULT_armv6= RPI
+OPTIONS_EXCLUDE_armv6= X11
OPTIONS_SUB= yes
PYTHON_DESC= build python wrapper
More information about the svn-ports-all
mailing list