Date: Thu, 4 May 2017 01:50:12 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440078 - head/multimedia/libcec Message-ID: <201705040150.v441oCQW085783@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@icloud.com +MAINTAINER= mikael.urankar@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705040150.v441oCQW085783>