Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2018 13:48:06 +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: r464374 - in head: Mk www/seamonkey
Message-ID:  <201803131348.w2DDm6Fu024430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Mar 13 13:48:06 2018
New Revision: 464374
URL: https://svnweb.freebsd.org/changeset/ports/464374

Log:
  gecko: drop MOZ_EXTENSIONS, it's no longer unused

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

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Tue Mar 13 13:47:49 2018	(r464373)
+++ head/Mk/bsd.gecko.mk	Tue Mar 13 13:48:06 2018	(r464374)
@@ -66,8 +66,6 @@ Gecko_Pre_Include=	bsd.gecko.mk
 # MOZ_TOOLKIT			A variable for the --enable-default-toolkit= in
 # 						CONFIGURE_ARGS. The default is cairo-gtk2.
 #
-# MOZ_EXTENSIONS		A list of extensions to build
-#
 # PORT_MOZCONFIG		Defaults to ${FILESDIR}/mozconfig.in, but can be
 # 						set to a generic mozconfig included with the port
 #
@@ -266,12 +264,6 @@ MOZ_OPTIONS+=	\
 		--disable-updater \
 		--enable-pie \
 		--with-pthreads
-# Configure options for install
-.if !defined(MOZ_EXTENSIONS)
-MOZ_OPTIONS+=	--enable-extensions=default
-.else
-MOZ_OPTIONS+=	--enable-extensions=${MOZ_EXTENSIONS}
-.endif
 # others
 MOZ_OPTIONS+=	--with-system-zlib		\
 		--with-system-bz2

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Tue Mar 13 13:47:49 2018	(r464373)
+++ head/www/seamonkey/Makefile	Tue Mar 13 13:48:06 2018	(r464374)
@@ -36,7 +36,6 @@ USE_GL=		gl
 USES=		tar:xz
 MOZ_PIS_SCRIPTS=	moz_pis_S50cleanhome
 
-MOZ_EXTENSIONS=	default
 MOZ_OPTIONS+=	--enable-application=suite
 
 USE_MOZILLA=	-soundtouch



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