svn commit: r473120 - head/www/gecko-mediaplayer

Rene Ladan rene at FreeBSD.org
Sat Jun 23 09:32:11 UTC 2018


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 \


More information about the svn-ports-all mailing list