Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2019 20:16:36 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497195 - in head: editors/morla science/gchemutils www/py-selenium www/xpi-conkeror x11-toolkits/swt-devel
Message-ID:  <201903292016.x2TKGaR0037464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Mar 29 20:16:36 2019
New Revision: 497195
URL: https://svnweb.freebsd.org/changeset/ports/497195

Log:
  Drop USES=gecko

Modified:
  head/editors/morla/Makefile
  head/science/gchemutils/Makefile
  head/www/py-selenium/Makefile
  head/www/xpi-conkeror/Makefile
  head/x11-toolkits/swt-devel/Makefile

Modified: head/editors/morla/Makefile
==============================================================================
--- head/editors/morla/Makefile	Fri Mar 29 20:13:45 2019	(r497194)
+++ head/editors/morla/Makefile	Fri Mar 29 20:16:36 2019	(r497195)
@@ -36,8 +36,7 @@ DESKTOP_ENTRIES="morla" \
 		"WebDevelopment;" \
 		true
 
-XULRUNNER_BROKEN=No gecko type specified (firefox, seamonkey, thunderbird)
-XULRUNNER_USES=	gecko
+XULRUNNER_BROKEN=	www/libxul is gone, consider using lang/spidermonkey*
 XULRUNNER_CONFIGURE_ON=	--with-javascript=xulrunner
 XULRUNNER_CONFIGURE_OFF=	--with-javascript=none
 

Modified: head/science/gchemutils/Makefile
==============================================================================
--- head/science/gchemutils/Makefile	Fri Mar 29 20:13:45 2019	(r497194)
+++ head/science/gchemutils/Makefile	Fri Mar 29 20:16:36 2019	(r497195)
@@ -48,8 +48,7 @@ OPTIONS_SUB=	yes
 GNUMERIC_DESC=	Build gnumeric plugin
 XUL_DESC=	Build browser plugin (requires libxul)
 
-XUL_BROKEN=	No gecko type specified (firefox, seamonkey, thunderbird)
-XUL_USES=	gecko
+XUL_BROKEN=	XULrunner and non-Flash plugins are no longer supported
 XUL_CONFIGURE_ON=--enable-mozilla-plugin \
 		--with-mozilla-libdir=${PREFIX}/lib/xulrunner
 XUL_CONFIGURE_OFF=--disable-mozilla-plugin

Modified: head/www/py-selenium/Makefile
==============================================================================
--- head/www/py-selenium/Makefile	Fri Mar 29 20:13:45 2019	(r497194)
+++ head/www/py-selenium/Makefile	Fri Mar 29 20:16:36 2019	(r497195)
@@ -25,8 +25,7 @@ OPTIONS_DEFINE=	FIREFOX CHROMIUM
 FIREFOX_DESC=	Install Firefox and geckodriver
 CHROMIUM_DESC=	Install Chromium
 
-FIREFOX_USES=	gecko:firefox
-FIREFOX_RUN_DEPENDS=	geckodriver:www/geckodriver
+FIREFOX_RUN_DEPENDS=	firefox:www/firefox geckodriver:www/geckodriver
 CHROMIUM_RUN_DEPENDS=	chromedriver:www/chromium
 
 # Don't install binary Firefox extension

Modified: head/www/xpi-conkeror/Makefile
==============================================================================
--- head/www/xpi-conkeror/Makefile	Fri Mar 29 20:13:45 2019	(r497194)
+++ head/www/xpi-conkeror/Makefile	Fri Mar 29 20:16:36 2019	(r497195)
@@ -16,7 +16,6 @@ LICENSE_COMB=	multi
 
 USES=		desktop-file-utils tar:xz gmake
 
-FIREFOX_USES=	gecko:firefox,32+
 ALL_TARGET=	# empty
 
 BUILD_ID=	${ECHO_CMD} -n `whoami`@`hostname`_`date +%s`

Modified: head/x11-toolkits/swt-devel/Makefile
==============================================================================
--- head/x11-toolkits/swt-devel/Makefile	Fri Mar 29 20:13:45 2019	(r497194)
+++ head/x11-toolkits/swt-devel/Makefile	Fri Mar 29 20:16:36 2019	(r497195)
@@ -59,8 +59,7 @@ MAKE_GNOME=	make_gnome
 .endif
 
 .if ${PORT_OPTIONS:MMOZILLA}
-USES=		gecko
-BROKEN=		Does now work with newer libxul
+BROKEN=		non-Flash plugins are no longer supported
 PLIST_FILES+=	lib/libswt-xulrunner-gtk-%%BUILD%%.so
 MAKE_MOZILLA=	make_xulrunner
 .endif



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