From owner-svn-ports-all@freebsd.org Tue Mar 13 13:48:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 380B5F4F223; Tue, 13 Mar 2018 13:48:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E26767DDD0; Tue, 13 Mar 2018 13:48:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD66A1A9E9; Tue, 13 Mar 2018 13:48:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2DDm60q024432; Tue, 13 Mar 2018 13:48:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2DDm6Fu024430; Tue, 13 Mar 2018 13:48:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803131348.w2DDm6Fu024430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 13 Mar 2018 13:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464374 - in head: Mk www/seamonkey X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk www/seamonkey X-SVN-Commit-Revision: 464374 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2018 13:48:07 -0000 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