Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2018 09:32:10 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473120 - head/www/gecko-mediaplayer
Message-ID:  <201806230932.w5N9WAiP084849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Jun 23 09:32:10 2018
New Revision: 473120
URL: https://svnweb.freebsd.org/changeset/ports/473120

Log:
  www/gecko-mediaplayer: mark as BROKEN, it does not specify a gecko type to use.
  
  It defaulted to libxul before the removal of www/libxul, so it must now either
  specify firefox, seamonkey or thunderbird.

Modified:
  head/www/gecko-mediaplayer/Makefile

Modified: head/www/gecko-mediaplayer/Makefile
==============================================================================
--- head/www/gecko-mediaplayer/Makefile	Sat Jun 23 09:19:21 2018	(r473119)
+++ head/www/gecko-mediaplayer/Makefile	Sat Jun 23 09:32:10 2018	(r473120)
@@ -12,6 +12,8 @@ COMMENT=	Multimedia browser plugin for Gecko based bro
 
 LICENSE=	GPLv2
 
+BROKEN=		Does not specify gecko type to use
+
 LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libnspr4.so:devel/nspr \
 		libcurl.so:ftp/curl \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806230932.w5N9WAiP084849>