Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 15:18:19 +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: r450901 - head/Mk
Message-ID:  <201709291518.v8TFIJa5005606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Sep 29 15:18:18 2017
New Revision: 450901
URL: https://svnweb.freebsd.org/changeset/ports/450901

Log:
  gecko: preemptively drop unused MOZ_PROTOCOLS
  
  https://bugzilla.mozilla.org/show_bug.cgi?id=1391467

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Fri Sep 29 15:17:49 2017	(r450900)
+++ head/Mk/bsd.gecko.mk	Fri Sep 29 15:18:18 2017	(r450901)
@@ -68,8 +68,6 @@ Gecko_Pre_Include=	bsd.gecko.mk
 #
 # MOZ_EXTENSIONS		A list of extensions to build
 #
-# MOZ_PROTOCOLS			A list of protocols to build (http, ftp, etc.)
-#
 # PORT_MOZCONFIG		Defaults to ${FILESDIR}/mozconfig.in, but can be
 # 						set to a generic mozconfig included with the port
 #
@@ -264,11 +262,6 @@ MOZ_OPTIONS+=	\
 MOZ_OPTIONS+=	--enable-extensions=default
 .else
 MOZ_OPTIONS+=	--enable-extensions=${MOZ_EXTENSIONS}
-.endif
-.if !defined(MOZ_PROTOCOLS)
-MOZ_OPTIONS+=	--enable-necko-protocols=default
-.else
-MOZ_OPTIONS+=	--enable-necko-protocols=${MOZ_PROTOCOLS}
 .endif
 # others
 MOZ_OPTIONS+=	--with-system-zlib		\



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